@charset "UTF-8";
/* CSS Document */

.navigation { color: #ffffff; font-size: 12px; font-family: Verdana; text-decoration: none; font-weight: normal }
.navigation:hover { color: #ffffff; font-size: 12px; font-family: Verdana; text-decoration: none; font-weight: normal; }
.navigation_current { color: #ffffff; font-size: 12px; font-family: Verdana; text-decoration: none; font-weight: normal; }	

.navitalic { color: #ffffff; font: italic 12px Verdana; text-decoration: none; font-weight: normal;}
.navitalic:hover { color: #ffffff; font: italic 12px Verdana; text-decoration: none; font-weight: normal;}
.navitalic_current { color: #ffffff; font: italic 12px Verdana; text-decoration: none; font-weight: normal;}


#container {
        position:absolute;
	width: 850px;
	height: 650px;
	background-image: url(http://www.sibylleberg.ch/fileadmin/templates/hgbilder/vorlage2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:-325px 0px 0px -425px;
  	top: 50%; 
  	left: 50%;
}


#head {
	width: 850px;
	height: 145px;
}
#content {
	width: 100%;
	height: 446px;
	margin-top: auto;
	margin-bottom: auto;
}
#links {
	width: 586px;
	height: 430px;
	float: left;
}


#cont_text {
	float: right;
	height: 426px;
	width: 476px;
	overflow: auto;
	-moz-opacity:.9; /* für IE 5.5+ */
	filter:alpha(opacity=90);
	background-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #000000;
	scrollbar-track-color: #FFFFFF;




}

#menu {
	float: right;
	height: 384px;
	width: 210px;
	border-left-style: none;
	margin-top: 14px;
	margin-bottom: auto;
	padding-top: 0px;
	color: #ffffff;
}

#titelhome {
	float: right;
	height: 24px;
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}
#titelhome a {
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
#untertitelhome {
	float: right;
	height: 16px;
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#titel {
	margin-top: 14px;
	margin-left: 14px;
}
#inhalt {
	padding-top: 14px;
	padding-left: 40px;
	padding-right: 14px;
}
#rechts {
	float: right;
	height: 428px;
	width: 230px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}