/* Schrift und Hintergrundfarbe für alle Bereiche der Webseite */
div, td, p, li {font-family: Verdana, Helvetica, Arial, sans-serif; 
		color: #000000; 
		font-size: 12px; 
		line-height: 14px; 
		font-style: normal; 
		font-weight: 300; 
		background-color:#FFCC00;}
body {background-color:#666666;}
.navi{background-color:#FF9900;font-family: Verdana, Helvetica, Arial, sans-serif; 
		color: #000000; 
		font-size: 13px; 
		line-height: 18px; 
		font-style: normal; 
		font-weight: 300; } 
/* Schrift für besondere Hervorhebungen*/
.headline { font-family: Helvetica, Arial, Verdana, sans-serif; 
		color: #FFFFFF; 
		font-size: 12px; 
		line-height: 14px; 
		font-style: normal; 
		font-weight: 900; }
.gross {font-family: Verdana, Helvetica, Arial, sans-serif; 
		color: #000000; 
		font-size: 13px; 
		line-height: 14px; 
		font-style: normal; 
		font-weight: 300; 
		background-color:#FF9900;}
.klein { font-family: Helvetica, Arial, Verdana, sans-serif;  
		color: #FFFFFF; 
		font-size: 9px; 
		line-height: 12px; 
		font-style: normal; 
		font-weight: 300; }

/* Layers*/
#sprache {
	position:absolute;
	top:208px;
	left:658px;
	width:117px;
	height:20px;
	background-color:#FFCC00;
	border:0px;
	z-index:5
}
#text {
	position:absolute;
	top:200px;
	left:215px;
	width:585px;
	height:650px;
	background-color:#ffcc00;
	border:0px;
	z-index:1
}
#navi {
	position:absolute;
	top:200px;
	left:0px;
	width:215px;
	height:669px;
	background-color: #ff9900;
	border: 0px;
	z-index:2
}
#top {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:200px;
	background-color: #ff9900;
	border: 0px;
	z-index:3
}
#down {
	position:absolute;
	top:839px;
	left:214px;
	width:586px;
	height:30px;
	background-color:#FF9900;
	border:0px;
	z-index:4
}

/* Links - als text-decoration geht auch underline */
a:link {color:#CC0000; text-decoration: none; font-weight:900;}
a:visited {color:#CC3333; text-decoration: none; font-weight:900;}
a:hover {color:#3366CC; text-decoration: none; font-weight:900;}
a:active {color:#33FF00; text-decoration: none;font-weight:900;}
a:focus {color:#00FFFF; text-decoration: none; font-weight:900;}

/* Listen mit eigenem Aufzählungszeichen */
ul {list-style-image:url(file:///Zentrum/Users/ab/Documents/Webseite/grafik/punkt.gif);}

/* Scrollbar-Farben*/
body, textarea, iframe, frame {
  scrollbar-base-color:#FFFFFF;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#00FFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#FFFFFF;
}

