/* CSS Document */

html {
	height: 100%;
}
html, body, textarea {
  scrollbar-base-color:#cccccc;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#cccccc;
  scrollbar-face-color:#cccccc;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#ffffff;
  scrollbar-track-color:#ffffff;
}

html #aussen {
  position:absolute; /* horizontal sowie vertikal zentrieren*/
  top:50%;             /*Quelle: http://de.selfhtml.org/navigation/faq.htm#*/
  left:50%;
  margin-left:-390px;
  margin-top:-280px;
}
html #popup {
  position:absolute; /* horizontal sowie vertikal zentrieren*/
  top:50%;             /*Quelle: http://de.selfhtml.org/navigation/faq.htm#*/
  left:50%;
  margin-left:-250px;
  margin-top:-187px;
}
body {
	background-color:#ffffff;
	height: 100%;
	margin: 0px;
}
#menu_outer {
	background: #ffffff url(../img/menu.jpg) top left no-repeat;
	width: 140px;
	height: 560px;
	padding: 0px;
	margin: 0px;
  	border: 0px;
	float: left;
	position: absolut;
}
#menu_inner {
	padding: 0px;
	margin-top: 240px;
	margin-left: 20px;
}
#top_outer {
	background: #ffffff url(../img/top_home.jpg) top left no-repeat;
	width: 610px;
	height: 210px;
	padding: 0px;
	margin: 0px;
  	border: 0px;
	float: left;
	position: absolut;
}
#content_outer {
	background: #ffffff url(../img/content_home.jpg) top left no-repeat ;
	width: 610px;
	height: 350px;
	padding: 0px;
	margin: 0px;
  	border: 0px;
	float: left;
	position: absolut;
}
#content_inner{
  padding: 0;
  margin-top: 30px;
  margin-left: 75px;
  overflow: auto;
  position: static; 
  height: 320px;
  width:535px;
}
#text {
	font-family:Verdana, Geneva, Arial;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000000;
	margin-right:20px;
  	width:365px;
}
						
H1 	{ 
	font-family:Verdana, Geneva, Arial;
	font-size:12px;
    font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#996600; }
	
a.menue:link, a.menue:visited {	
	font-family:Verdana, Geneva, Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	padding-bottom:4px;
	padding-left:2px;
    color:#339966;
	line-height: 21px; 
}
a.menue:hover, a.menue_hl:link, a.menue_hl:visited, a.menue_hl:hover { 	
	font-family:Verdana, Geneva, Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	padding-bottom:4px;
	padding-left:2px;
    color:#333333;
	line-height: 21px; 
}


