
/* general HTML Elements --------------------------------------------------------------------------------------- */
body, #fakebody{
	background-color:#ffffff; 	/* bodys backgound is set to black for IE (overlay needs black background in IE) so an additional Element "fakebody" is needed for the backgroundcolor */
	height:100%;				/* fakebody needs 100% height to cover the complete viewport */
	margin:0px; 				/* reset default margin of body */
}
body, td, th{ 					/* general font settings */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#000000;
}

/* Commons */
img			{border-style:none;}
p, form		{margin:0px; padding:0px;}
.error		{color:#ff0000;}
.noerror	{color:#009900;}



.closefloatcontainer{
	clear:both;
	width:1px;
	height:1px;
	font-size:1px;
	line-height:1px;
}

#container{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
#page{
	margin-top:40px;
	margin-left:40px;
	/* padding-right:40px; */
}

#kopf{
	clear:both;
	height:170px;
	width:964px;
	/* background-color:#55ffff; */
}
#inhalt{
	clear:both;
}
#inhalt .previewimage{
	width:96px;
	height:133px;
	margin-right:11px;
	margin-bottom:8px;
	float:left;
	font-size:9px;
	line-height:11px;
	overflow:hidden;
}
#inhalt .previewimage img{
	margin-bottom:2px;
}
#inhalt .previewimage a{
	text-decoration:none;
	color:#000000;
}


#inhalt .textspalte{
	width:298px;
	margin-right:24px;
}
#inhalt .textspalte a{
	text-decoration:none;
	color:#999999;
}

#inhalt .bildspalte{
	float:left;
	margin-right:11px;
	overflow:hidden;
}
#inhalt .bildspalte .bildunterschrift{
	margin-top:3px;
	font-size:9px;
	line-height:11px;
}






/* Navigation --------------------------------------------- */
#mainnav{
	float:left;
	width:845px;
}

	.navline {
		clear:both;
	}
	.navline .navpoint{
		float:left;
		margin-bottom:4px;
		font-size:17px;
		line-height:21px;
		/*
		padding-left:20px;
		background-image:url(../images/muck/css/slash.gif);
		background-repeat:no-repeat;
		*/
	}
	.navline a{
		color:#000000;
		text-decoration:none;
	}
	.navline a:hover {
		color:#0099cc;
	}
	
	.navline .navpoint .pagename, .navline .navpoint .pagenameactive{
		padding-left:2px;
		padding-right:2px;
	}
	.navline .navpoint .pagenameactive{
		text-decoration:underline;
	}
	.navline .navpoint .langname, .navline .navpoint .langnameactive {
	}
	.navline .navpoint .langnameactive{
		text-decoration:underline;
	}

	#langselect {
		float:left;
		width:96px;
		margin-right:12px;
	}
	
	
	
	
/* ADMIN Databrowser / nav ----------------------------------------------------------------------------------------------------------------------- */
	#admin{
		background-color:#ffffff;
		height:100%;
		width:100%;
	}
	#admin, #admin td, #admin th{
		color:#000000;
	}
	
	#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{
		margin:20px;
	}
	*html #admin #inhalt{ /* IE Bugfix */
		width:100%;
	}	
	
		#admin #inhalt td{
			padding:2px 4px 2px 4px;
		}
		#admin #inhalt table ul.collection{
			 float:left;
			 padding-left:16px; 
			 margin:0px;
		}
		
		#admin #inhalt table td select{
			font-size:11px;
			float:right;
		}
		#admin #inhalt table td.searchable select{
			font-size:12px;
			float:left;
		}
		
		
		
	
	