
/* general HTML Elements --------------------------------------------------------------------------------------- */
body{
	background-color:#e3e3e3; 	/* automaticaly set to black in IE for working Overlay, only visible in Mozilla */
	margin:0px;
	padding:0px;
	height:100%;
}
body, td{
	font-family:Arial;
	font-size:11px;
	line-height:15px;
	color:#333333;
}
img{
	border-style:none;
}
p{
	margin:0px;
	padding:0px;
}

#ieback{ /* ie background-element (for darkening effekt) */
	background-color:#e3e3e3;
	height:100%;
	width:100%;
}
.error{
	color:#ff0000;
}
.noerror{
	color:#009900;
}


/* Gesamtbreite ---------------------------------------------------------------------------------------------- */
#page{
	height:100%;
	width:990px;
	background-image:url(../images/lkssoe/css/background.gif); /* Viewport Hintergrund (100% height) */
	background-repeat:repeat-y;
	margin-bottom:-20px;
}
#footer {
	width:790px; /* 780px + 10px Shadow */ 
	background-image:url(../images/lkssoe/css/background.gif); /* Content Hintergrund wenn länger als Viewport */
	background-repeat:repeat-y;
	clear:both;
	height:20px;
}
#footer .block{
	width:780px;
	height:100%;
	background-color:#ff8100;
	text-align:right;
	line-height:20px;
	color:#ffffff;
}
#footer .block a{
	border-style:none solid none none;
	border-color:#ffffff;
	border-width:1px;
	color:#ffffff;
	padding-right:12px;
	padding-left:12px;
	text-decoration:none;
}


/* Aufteilung main <--> bannermarginale ------------------- */
#page #main{
	float:left;
	width:790px; /* 780px + 10px Shadow */ 
	background-image:url(../images/lkssoe/css/background.gif); /* Content Hintergrund wenn länger als Viewport */
	background-repeat:repeat-y;
	
}
#page #bannermarginale{
	float:left;
	width:200px;
}
/* headerbereich und Navigation ------------------------------------------------------------------------------ */
#page #main #topbanner{
	margin-bottom:50px;
	width:780px;
}
#page #main #topnav, #page #main #mainnav{
	line-height:16px;
	color:#ffffff;
}
#page #main #topnav{
	width:780px;
	background-color:#ff8100;
	font-size:12px;
	line-height:16px;
}
#page #main #topnav #datetime{
	float:right;
	padding-right:12px;
	padding-left:12px;
}
#page #main #mainnav{
	width:780px;
	font-size:12px;
	line-height:20px;
	background-color:#ff8100;
	margin-bottom:4px;
}
#page #main #topnav a, #page #main #topnav #aktuell, #page #main #mainnav a, #page #main #mainnav #aktuell{
	border-style:none solid none none;
	border-color:#ffffff;
	border-width:1px;
	color:#ffffff;
	padding-right:12px;
	padding-left:12px;
	text-decoration:none;
}
#page #main #mainnav a, #page #main #mainnav #aktuell{
	float:left;
}
#page #main #topnav a, #page #main #topnav #aktuell{
	float:right;
}
#page #main #mainnav #aktuell{
	font-weight:bold;
}
#page #main #mainnavline{ /* linie unter hauptnavigation */
	width:780px;
	background-color:#ff8100;
	height:4px;
	margin-bottom:20px;
	overflow:hidden;
}




/* Aufteilung Inhalt (hauptteil <--> marginale) ------------------------------------------------------------------- */
#page #hauptteil{
	float:left;
	width:558px;
	margin-left:12px;
	display:inline;
	
}
#page #marginale{
	float:left;
	width:200px;
	overflow:hidden;
}


/* Hauptteil ---------------------------------------*/
#page #main #inhalt #hauptteil{
	padding-bottom:20px;
}
#page #main #inhalt h1{
	font-size:16px;
	line-height:20px;
	margin-bottom:6px;
	padding-left:12px;
	padding-right:20px;
}

/* Spalten -------------------*/
#page #main #inhalt #hauptteil .hauptreihe{
	clear:both;
}
#page #main #inhalt #hauptteil .spalte{
	float:left;
	margin-right:10px; /* 10px */
}
#page #main #inhalt #hauptteil .spalte table{ /* IE Bugfix Spalten rutschen untereinander wegen 100% breiter Tabellen bei Structureview */
	width:1px; 
}
/* spaltenbegrenzung */
.content{
	overflow:hidden;
}

/* Marginale ---------------------------------------*/
#page #main #inhalt #marginale{
	
}
#page #main #inhalt #marginale h2{
	background-color:#ff8100;
	color:#ffffff;
	line-height:15px;
	padding:4px 10px 4px 10px;
	font-size:12px;
	margin:0px;
}
#page #main #inhalt #marginale .box{
	border-style:none solid solid solid;
	border-color:#d4d4d1;
	border-width:1px;
	background-color:#ffffff;
	margin-bottom:14px;
	padding:9px 9px 9px 9px;
	background-image:url(../images/lkssoe/css/boxbackground.gif);
	background-repeat:repeat-x;
}
#page #main #inhalt #marginale .box .content{
	width:180px;
}
#page #main #inhalt #marginale .box table{ /* Fix Bug in IE */
	width:180px;
}



/* Content Elemente (Hauptteil und Marginale)------------------- */
#page #main #inhalt .content h2{
	color:#ff8100;
	font-size:12px;
	line-height:18px;
	margin:4px 0px 4px 0px;
	letter-spacing: 0.15em;
	font-family: Arial, Verdana;
}
#page #main #inhalt .content h3{
	color:#ff8100;
	font-size:11px;
	line-height:18px;
	margin:4px 0px 4px 0px;
}
#page #main #inhalt .content ul{
	list-style-type:square;
	padding:0px;
	padding-left:20px;
	margin:0px;
	color:#ff8100;
}

#page #main #inhalt .content ul li{
	padding-bottom:4px;
}

#page #main #inhalt .content ul .listpoint{
	color:#333333;
}
#page #main #inhalt .content .box{
	border-style:solid;
	border-color:#ff8100;
	border-width:1px;
	padding:4px;
	background-image:url(../images/lkssoe/css/boxbackground.gif);
	background-repeat:repeat-x;
	margin-bottom:8px;
}
#page #main #inhalt .content img{
	/* display:block; */	
}
#page #main #inhalt .content .bu{
	font-size:10px;
	line-height:10px;
	padding:2px 4px 4px 4px;
	background-color:#ffffff;
	border-style:none solid solid solid;
	border-color:#ff8100;
	border-width:1px;
}

#page #main #inhalt .content .trennlinie {
	margin-top:8px;
	margin-bottom:8px;
	height:1px;
	overflow:hidden;
	background-color:#d4d4d1;
}

/* Links --------------------------------------------- */
#page #main #inhalt .content p a, #page #main #inhalt .content .listpoint a{
	text-decoration:none;
	padding-left:8px;
	color:#ff8100;
	background-image:url(../images/lkssoe/css/arrow_small_right_orange.gif);
	background-repeat:no-repeat;
	background-position:0 5;
}
#page #main #inhalt .content p a:hover, #page #main #inhalt .content .listpoint a:hover{
	text-decoration:underline;
}

#page #main #inhalt .content .toplink{
	width:100%;
	margin:8px 0px 8px 0px;
	padding:4px 0px 4px 0px; 
	border-color:#a7a7a7;
	border-style:solid none none none;
	border-width:1px;
}
#page #main #inhalt .content .toplink a{
	color:#a7a7a7;
	text-decoration:none;
}


/* protected list - test -
#page #main #inhalt .content ul a{
	text-decoration:none;
	padding-left:0px;
	color:#990000;
	background-image:none;
}
*/






/* Suchergebnis --------------------------------------- */
#page #main #inhalt .searchlist{
	width:530px;
	margin-bottom:20px;
	border-style:none none solid none;
	border-width:1px;
	border-color:#333333;
}
#page #main #inhalt .searchlist img{
	/*
	border-style:solid;
	border-width:1px;
	border-color:#d4d4d1;
	*/
}
#page #main #inhalt .detailtable{
	margin-bottom:20px;
}
#page #main #inhalt .detailtable td{
	vertical-align:top;
	font-size:12px;
}





/* Marginale Suchsystem Formelements ------------------- */
#page #main #inhalt #marginale form{
	padding:0px;
	margin:0px;
}
#page #main #inhalt #marginale form select, #page #main #inhalt #marginale form input{
	width:180px;
	background-color:#cecece;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	font-size:13px;
	margin-bottom:4px;
}
#page #main #inhalt #marginale form input.datum{
	width:80px;
}


#page #main #inhalt #marginale form input{
	padding-left:4px;
	padding-right:4px;
}


#page #main #inhalt #marginale .dateChooser select{
	width:100%;
}



/* Fake Link hover over real Flash (Header und Bannermarginale)------------------------------------------------------------  */
#page #topbanner .flashblock{
	height:114px;
	overflow:hidden;
}
#page #topbanner .flashblock a{
	position:relative;
	text-decoration:none;
	left:0px; 
	top:-114px; 
	width:780px; 
	height:114px;
}

#page #bannermarginale .flashblock{
	height:150px;
	margin-bottom:10px;
	overflow:hidden;
}
#page #bannermarginale .flashblock a{
	position:relative; 
	text-decoration:none;
	/* background-color:#ff0000; */
	left:0px; 
	top:-150px; 
	width:150px; 
	height:150px;
}

#page #bannermarginale .bildblock{
	margin-bottom:10px;
}


/* USER VERWALTUNG ----------------------------------------------------------------------------------------------------------------------- */

#page #main #inhalt .datatable{
	border-style:solid none none solid;
	border-color:#666666;
	border-width:1px;
	margin-bottom:10px;
	margin-top:10px;
	background-color:#ecebec;
}
#page #main #inhalt .datatable td, #page #main #inhalt .datatable th{
	border-style:none solid solid none;
	border-color:#666666;
	border-width:1px;
}
#page #main #inhalt .datatable th{
	background-color:#000066;
	color:#ffffff;
	font-size:12px;
}
#page #main #inhalt .datatable td a{
	color:#333333;
	text-decoration:none;
}
#page #main #inhalt .datatable td a:hover{
	text-decoration:underline;
}
#page #main #inhalt .datatable td .veranstaltungsart{
	float:left;
	width:138px;
}
#page #main #inhalt form{
	margin:0px;
}
#page #main #inhalt .datatable td .submit{
	clear:both; 
	text-align:center;
}
#page #main #inhalt .datatable td .submit input{
	background-color:#000066;
	color:#ffffff;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	font-size:11px;
	margin-top:10px;
}
/* Form Veranstalter - Veranstaltungen */
#page #main #inhalt form .datatable td .text{
	width:410px;
}









/* ADMIN ----------------------------------------------------------------------------------------------------------------------- */
	#admin{
		background-color:#ffffff;
		height:100%;
		width:100%;
	}
	
	#admin #nav{
		background-color:#eeeeee;
		border-style:none none solid none;
		border-color:#aaaaaa;
		border-width:1px;
		padding-top:10px;
	}
		#admin #nav .navline{
			border-style:none none solid none;
			border-color:#333333;
			border-width:1px;
			margin-bottom:10px;
			height:22px;
			line-height:21px; /* eins weniger als height wegen border */
			background-image:url(../images/tic2/admin/navi_verlauf.gif);
			background-repeat:repeat-x;
			padding-left:10px;
			padding-right:10px;
		}
		
		/* IE only hack */
		* html #admin #nav .navline{ 
			background-position: 0px 2px;
		}
		* html #admin #nav .navline a{ 
			position:relative;
			top:1px;
			left:0px;
		}
		* html #admin #nav .navline .current{ 
			position:relative;
			top:2px;
			left:0px;
		}
		
		
		
		
		
		#admin #nav .navline .inside a, #admin #nav .navline .inside .current, #admin #nav .navline .outside a {
			display:block;
			float:left;
			text-decoration:none;
			border-style:solid;
			border-color:#333333;
			border-width:1px;
			background-color:#dddddd;
			padding-left:8px;
			padding-right:8px;
			margin-left:4px;
			margin-right:4px;
			color:#333333;
		}
		#admin #nav .navline .inside .current{
			border-color:#333333 #333333 #eeeeee #333333;
			background-color:#eeeeee;
			color:#de7000;
		}
		#admin #nav .navline .inside a{
			border-color:#333333 #333333 #eeeeee #333333;
			background-color:#eeeeee;
			color:#de7000;
		}
		
		
	
	#admin #inhalt{
		padding:12px;
	}

	#admin #inhalt #gittertabelle{
		border-collapse:collapse;
	}
	#admin #inhalt .gittertabelle td, #admin #inhalt .gittertabelle th{
		border-style:solid;
		border-width:1px;
		border-color:#93989c;
		padding:2px 4px 2px 4px;
	}
	#admin #inhalt .gittertabelle th{
		font-size:12px;
		font-weight:bold;
		background-color:#93989c;
		color:#ffffff;
	}
	






