/* Landungsbrücken GLOBAL CSS */
/* MilkyMEDIA FfM */
/* 2010-05-02 */


html {

}


body {
	background-color: white;
}











/* WRAPPER */
#wrapper-body {
	width: 975px;
	margin: 0 auto;
	height: 100%;
}

#wrapper-content {
	position: relative;
	float: right;
	width: 800px;
	min-height: 100%;
	overflow: hidden;

	background-color: #838383;
}

#wrapper-head {
	height: 85px;
	overflow: hidden;
}

#wrapper-logo {
	float: left;
	margin: 90px 0 0 0;
}

#landungsbruecken-logo {
	background-color: #838383;
}




#col-main {
	float: left;
	width: 514px;/*514px;*/
	padding: 0 8px 32px 8px;
}

#col-main-full {
}

#col-main-left {
	clear: both;
	float: left;
	width: 233px;
}

#col-main-right {
	float: right;
	width: 270px;
}


#col-right {
	float: right;
	width: 258px;/*270px;*/
	padding: 0 12px 32px 0;
}




















#wrapper-foot {
	position: absolute;
	bottom: 0px;
	left: 0px;
}



















/* NAVIGATION */
ul#navigation {
	position: relative;
	background: black;
	height: 25px;
}

ul#navigation li {
	float: left;
	position: relative;
}

ul#navigation li a {
	display: block;
	float: left;
	
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	
	padding: 5px 12px 2px 12px;
	border-bottom: 3px solid black;
}


ul#navigation li a:hover {
	color: white; 
	border-color: white;
}

ul#navigation li a.current {
	border-color: white;
}





/* SUBNAVIGATION */
ul#navigation ul#subnav {
	position: absolute;
	top: 26px;
	left: 0;
	height: 26px;
	width: 800px;
	float: none;
	overflow: hidden;
}

ul#navigation ul#subnav li {
	display: inline;
	overflow: hidden;
}

ul#navigation ul#subnav li a {
	display: inline;
	float: left;
	overflow: hidden;
	
	color: white;/* #847522;*/
	border: none;
	text-transform: none;
	text-decoration: none;	
	padding: 6px 0 0 12px;
}


ul#navigation ul#subnav li a:hover {
	text-decoration: underline;	
}

ul#navigation ul#subnav li.current a {
	color: black;
/*	font-weight: bold;*/
}


#col-subnav ul li.current {
	font-weight: bold;
}














/* FOOT: COPYRIGHT */
#wrapper-foot {
	background-color: white;
	padding: 5px 12px 6px 10px;
	font-size: 80%;
}










/* SPIELPLAN TABELLE */
table.spielplan,
table.programm {

}

table.spielplan th.datum,
table.programm th.datum {
	width: 90px;
}

table.spielplan th.options,
table.programm th.options {
	width: 100px;
}


table.spielplan tbody td, 
table.spielplan thead th,
table.programm tbody td, 
table.programm thead th {
	padding: 1px 0 2px;
	border-bottom: 1px dotted black;
}

table.spielplan tbody td,
table.programm tbody td {
	vertical-align: middle;
}




form.filter {
	border: 1px dotted white;
	padding: 4px 16px 2px;
}

form.filter p.left {
	float: left;
}

form.filter p.right {
	clear: none;
	float: right;
}

form.filter p.right input.text {
	float: none;
}









/* ADMINISTRATION PATCHES */
form.admin .label,
form.admin label {
	color:	black;
}



#admin_bc {
	margin-top: -32px;
}

#col-main .milkycms-toolbar {
	width: 492px;
	margin-bottom: 6px;
}

#col-main textarea.toolbar-copy {
	width: 486px;
}


form.admin fieldset.record-info input.text {
	margin-right: 252px;
}

form.admin fieldset.record-info select {
	margin:	3px 2px 0 0;
	width: 326px;
	float: right;
}

form.admin p.radio {
	margin-bottom: 4px;
}

form.admin  .record-info p.radio label {
	width: 133px;
}

form.admin  .record-info p.radio label.radio {
	width: auto;
}

form.admin p.select-field label {
	width: 149px;
}

form.admin p.select-field select {
	margin:	1px 2px 0 0;
}


form.admin p.smallarea-wrapper textarea {
	margin-right: 2px;
}


table.admin th#name {
/*	width: 120px;*/
}

table.admin th#Titel {
	min-width: 140px;
}



#col-left form.admin {
	width: 220px;
	text-align: left;
}

#col-left form.admin input.text {
	width: 210px;
}


#col-left #file_index {
	width: 240px;
}

#col-left .admin_index {
	width: 225px;
}

.ec_record_wrapper p.field {
	clear: both;
}

.ec_record_wrapper p.field .label {
	float: none;
	margin-top: 5px;
}
