#site{
	width: 900px; 	/* BROWSERABHÄNGIG */
	margin: 0 auto; /* Zentrierung durch auto  Achtung: DOCtyp im HTML ist entscheident*/
	border:1px solid silver;
	background-color:#ffffff;
	font-family:verdana;
}

#innersite{
	border:0px solid white;
	padding:0;
	margin:0;
	background-color:#ffffff;
}

body{
	margin:0;
	margin-top:10px;
	padding:0;
	background-color:white;
	background-image:url("media/back.jpg");
	font-family:verdana;
	font-size:11px;
}

table{
	font-family:verdana;
	font-size:11px;

}

#header{
	display:block;
	margin:0;
	padding:0;
	border-bottom:1px solid silver;
	height:66px;
}



#header .logo{
	border-right:1px solid silver;
}

#header .bluebg{
	width:267px;
	height:66px;
	background-color:#3355C3;
}


.headline{
	color:#687ED1;
	font-family:verdana;
	font-size:14px;
	font-weight:normal;
}

h2{
	font-size:12px;
}

h3, h4{
	font-size:14px;
	font-weigth:bold;
	color:#3A58C6;
	padding:0;
	margin:0;
}
h4{
	font-size:13px;
}

.vspacer{
	width:1px;
	background-color:gray;
}

#menu_0, #menu_1, #menu_2, #menu_3, #menu_4, #menu_5, #menu_6, #menu_7, #menu_8, #menu_9{
	display:block;
	width:152px;
	height:514px;
	border-right:1px solid silver;
	background:url("media/bg_0.jpg") no-repeat center bottom #3A58C6;
	float:left;
}

#menu_0{
	background:url("media/bg_0.jpg") no-repeat center bottom #3A58C6;
}

#menu_1{
	background:url("media/bg_1.jpg") no-repeat center bottom #3A58C6;
}
#menu_2{
	background:url("media/bg_2.jpg") no-repeat center bottom #3A58C6;
}
#menu_3{
	background:url("media/bg_2.jpg") no-repeat center bottom #3A58C6;
}
#menu_4{
	background:url("media/bg_4.jpg") no-repeat center bottom #3A58C6;
}
#menu_5{
	background:url("media/bg_5.jpg") no-repeat center bottom #3A58C6;
}
#menu_6{
	background:url("media/bg_6.jpg") no-repeat center bottom #3A58C6;
}
#menu_7{
	background:url("media/bg_7.jpg") no-repeat center bottom #3A58C6;
}
#menu_8{
	background:url("media/bg_0.jpg") no-repeat center bottom #3A58C6;
}
#menu_9{
	background:url("media/bg_9.jpg") no-repeat center bottom #3A58C6;

}


#menuspacer{
	display:block;
	width:152px;
	height:20px;
}
.menulink, .menulink_active{
	display:block;
	color:#89A5F6;
	font-family:verdana;
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:2px;
	text-indent:15px;
	background:url("media/pfeil_blank.png") no-repeat center left #3757C4;
	text-decoration:none;

}

.menulink_active{
	background:url("media/pfeil.gif") no-repeat center left #3757C4;
	color:white;
}

.menulink:hover{
	color:white;
	
}

#content{
	margin:0;
	padding:0;
	display:block;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	height:494px;
	width:707px;
	margin-left:153px;
	background-color:#E8EEFE;
	z-index:0;	
	font-size:11px;
	border:0px solid red;
	position:relatve;
	font-family:verdana;
	font-size:11px;
}

#content img{
	padding:1px;
	border:5px solid #3A58C6;
	margin-right:10px;
}


#footer{
	position:absolute;
	top:591px;
	width:900px;
	padding:0;
	clear:both;
	font-family:verdana;
	color:#000000;
	font-size:11px;
}

#footer a{
	text-decoration:none;
	color:black;
	line-height:20px;
	font-family:verdana;
	font-weight:normal;
}

#footer a:hover{
	text-decoration:underline;
}

.inline{
	color:black;
}

.inline:hover{
	color:black;
}

ul{
	list-style : disc inside none;
	padding:0;
	margin:0;
}

#content .noborder{
	border:0;
}

/* SLIDESHOW */

.pics1 {  
    height:  235px;  
    width:   328px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics2 {  
    height:  312px;  
    width:   679px;  
    padding: 0;  
} 

.pics3 {  
    height:  213px;  
    width:   326px;  
    padding: 0;  
} 


.pics1 img, .pics2 img, .pics3 img{  
    border:  1px solid #ccc;  
    background-color: #eee;  
}