/* Start of CMSMS style sheet 'FvS Styles' */
@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	color:#666;
	}

#footer, #footer p{
	text-align:right;
}
#footer a, #footer a:visited{
        color:#666;
text-decoration:none;
}

div#links, div#mitte, div#rechts{
	width:296px;
	margin-right:10px;
	float:left;
}
div#rechts{
	margin-right:0px;	
}

	div.container{
		font-size:1.1em;
		margin-top:67px;
		margin-left:40px;
	}
		/* Hintergrund des inhaltes */
		#bg_header{
			height:18px;
			background-image:url(../images/bg_header.png);
			background-repeat:no-repeat;
			background-position:26px 0px;
			width:970px;
		}
			
		#bg_mitte{
			background-image:url(../images/bg_mitte.png);
			background-repeat:repeat-y;
			background-position:26px 0px;
			width:970px;
		}
			
		#bg_footer{
			height:15px;
			background-image:url(../images/bg_footer.png);
			background-repeat:no-repeat;
			background-position:26px 0px;
			width:970px;
			margin-bottom:10px;			
		}

 
 
/*      so hier wird der Header definiert wie er aussehen soll  */ 

#header{
	height:140px;}

#logo{
	margin-top:5px;
}

#navibox{
	margin-top:10px;
}

	#navibox ul{
					padding-left:20px;
	}
			#navibox ul li{
	list-style:none;
	float:left;
	display:block;
	margin-top:0px;
	margin-right:20px;
			}
				#navibox ul li a{
					text-decoration:none;
					font-weight:bold;
					font-size:1.2em;
					color:#6b64aa;
					line-height:24px;
					display:block;
					padding:40px 10px 10px 10px;
				}
					#navibox ul li a:hover{
						background-color:#9f2f1b;
						color:#fff;
					}
					#navibox ul li a:active, #navibox ul li a:focus{
						background-color:#9f2f1b;
						color:#fff;
					}
					
	ul#langswitch{
		list-style:none;
		float:left;
		display:block;
		padding-left:0px;
		width:910px;
		text-align:right;
		height:20px;
	}

div#grosses_bild{
	padding-top:4px;
	padding-bottom:4px;	
	width:910px;
height:253px;
overflow:hidden;
	border-top:15px solid #d9d7e8;
	margin-bottom:0;
	line-height:0px;
}
div#grosses_bild img{
	margin:0;
	padding:0;
}

div#content_top{
	border-top:15px solid #d9d7e8;	
	width:910px;
	margin:0;
	padding:0;
}

div#content div#links img, div#content div#mitte img, div#content div#rechts img{
	width:294px;
	height:70px;
	border:#e3e3e3 solid 1px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
}

/*  Inhalt/ Sidebar */
#main {
	margin:15px 20px 5px 0px;
	padding-right:10px;
}

#sidebar{
	margin:40px 0px 0px 0px;
padding-left:15px;
	border-left:#d9d7e8 solid 2px;	
}

#sidebar ul{
	margin:0px 0px 0px 0px;
	padding-left:0px;}

#sidebar ul li{
	list-style:none;
	border-bottom:#d9d7e8 solid 1px;
}


#sidebar ul li a{
					text-decoration:none;
					font-size:1.2em;
					color:#6b64aa;
					padding-top:3px;
					line-height:24px;
					display:block;
					padding-left:5px;
				}
					#sidebar ul li a:hover, #sidebar ul li a.currentpage, #navibox ul li a.currentpage{
						background-color:#9f2f1b;
						color:#fff;
					}
			#sidebar ul li a:active, #navibox ul li a:focus{
	background-color:#9f2f1b;
	color:#fff;
}

/* START table styles */
.tbl {
	float:left;
	margin-top:10px;
	width:627px;
}
*:first-child+html .tbl { /* this applies only to ie7 */
	margin-bottom:10px;
}
.tbl td {
	float:left;
}
.tbl tr td {
	padding:4px 0 4px 14px;
}
.tbl tr .td-1 { 
	width:116px; 
}
.tbl tr .td-2 {
	width:98px; 
}
.tbl tr .td-3 {
	width:98px; 
}
.tbl tr .td-4 {
	width:130px; 
}
.tbl tr .td-5 {
	width:115px; 
}
/* END table styles */

/* START table styles */
.tbl thead tr td { /* table header background */
	background:#a3a3a3;	
	color:#fff;
}
.tbl tbody tr td { /* table row line */
	border-bottom:1px solid #dadada;
}
.tbl .odd td { /* table background for odd rows 1, 3, 5... */
	background:#fff;
}
.tbl .even td { /* table background for even rows 2, 4, 6... */
	background:#f5f5f5;
}
/* END table styles */
/* End of 'FvS Styles' */

