html,body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
	background-color:#DDDDDD;
	font-size:12px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	scrollbar-base-color:#FCFCFC;
	scrollbar-3dlight-color:#DDDDDD; 
	scrollbar-arrow-color:#960536; 
	scrollbar-darkshadow-color:#DDDDDD; 
	scrollbar-face-color:#FCFCFC; 
	scrollbar-highlight-color:#FCFCFC; 
	scrollbar-shadow-color:#FCFCFC;
}

#center {
	width:700px;
	margin: 0px auto;
}


/*__________ ZellenStyles __________*/


#border_top {
	float:left;
	width:100%;
	margin-top:35px;
	height:70px;
	background-image:url(images/logo_si_shadow.gif);
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:baseline;
}
#top_menu {
	position:relative;
	top:53px;
}

.header_menu {
	float:left;
	width:100%;
	border-bottom:2px solid #FFFFFF;
	background-color:#0066CC;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	border-top:2px solid white;
	border-left:2px solid white;
	border-right:2px solid white;
}

#headerimage {
	float:left;
	width:100%; 
	height:135px;
	background-image:url(images/header_titleimage.jpg);
	background-repeat:no-repeat;
	border-left:2px solid white;
	border-right:2px solid white;
	cursor:pointer;
}

#content_background {
	float:left;
	width:100%; 
	background-color:#FFFFFF;
	border-left:2px solid white;
	border-right:2px solid white;
}

#menu_left {
	float:left;
	width:210px;
	height:350px;
}
#menu_left_padding {
	padding-left:20px;
	padding-top:45px;
}

#content {
	float:right; 
	overflow:auto;
	width:490px;
}

#bodyspan {
	float:left;
	width:100%; 
	background-color:#FFFFFF;
	border-left:2px solid white;
	border-right:2px solid white;
}

#footer {
	float:left;
	width:100%; 
	height:25px;
	background-color:#999999;
	color:#FFFFFF;
	font-size:13px;
	text-align:right;
	border-left:2px solid white;
	border-right:2px solid white;
	border-bottom:2px solid white;
}
#footer_padding{
	padding-right:20px;
	padding-top:5px;
}
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	color:#000000;
}



/*__________ Menu-Styles ________ */

#top_menu A {
	text-decoration:none;
	color:#444444;
}

.header_menu A {
	display:block;
	float:left;
	height:21px;
	padding:5px 9px 0px 9px;
	border-right:2px solid #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
}
.header_menu A:HOVER, .header_menu .active {
	color:#000000;
	background-color:#FFFFFE;
}


#menu_left {
	color:#666666;
}
#menu_left A{
	display:block;
	width:80%;
	padding:3px 10px 3px 10px;
	color:#666666;
	border:1px solid #0088CC;
	margin-bottom:8px;
	text-decoration:none;
}
#menu_left A:hover, #menu_left .active{
	color:#000000;
	background-color:#EEEEEE;
}



/*__________ Link-Stile fuer Content Links ________ */

a {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#00CCFF;
}




/*__________ Styles: Content ________ */

#content {
	color:#666666;
	overflow:hidden;
}
#content_padding {
	padding-left:40px;
	padding-top:30px;
	padding-right:40px;
	padding-bottom:80px;
}


/*__________ Styles: Allgemein ________ */
H1 {font-size:16px; font-weight:lighter; color:#0066FF; clear:both;}
H2 {font-size:14px;}





