/* CSS Document */

/*  =========================================================
Powerpromter  
Datei:  style.css
Media:  screen 
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0px; margin-bottom: 0px; }
h2, p, ul, ol { }  

/* Allgemeine Selektoren */

html { height: 100%;
scrolling:no;
overflow:visible;} 
body { 
   color: 365a96; 
   background-color: b8cfdf; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small;
   scrolling:no;
   
}
h1 { font-size: 150%; } 
h2 { font-size: 130%; }
/* Hyperlinks */
a { text-decoration: none; outline: none;} 



/* Allgemeine Klassen und IDs */

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#wrapper { 
   color:365a96;
   background-color:365a96;
   width: 975px;
   height: 500px;  
   margin: 0px auto;
   margin-left: 0px auto;
   margin-right: 50px;
   overflow:hidden;
  }

#kopfbereich {
	position: absolute;
	background-color:FF0000;
	color: 365a96;
	padding: -10px -20px 0px -20px;
	left: 20px;
	top: -1px;
	width: 401px;
	height: 141px;
	z-index: 6;
	scrolling:no;
}


#navibereich1 {
	font-align: left;
	position:absolute;
	text-align: left;
	padding: 3px 30px 0px -1024px;
	margin-top:0px;
	margin-right: 53px;
	border-bottom: 5px;
	border-top: 5px;
	width: 1047px;
	height: 45px;
	top: 150px;
	left: 0px;
	z-index: 10;
	scrolling:no;
     
}

#navibereich {
	color:365a96;
	font-align: left;
	position:absolute;
	text-align: left;
	background-color:365a96;
	padding: 3px 30px 0px -1024px;
	margin-top:0px;
	margin-right: 53px;
	border-bottom: 5px;
	border-top: 5px;
	border-bottom-color:365a96;
	border-top-color:365a96;
	width: 1047px;
	height: 38px;
	background-image:url(../images/menurand.gif);
	top: 149px;
	left: 0px;
	z-index: 9;
	scrolling:no;
     
}

#bilder{
	position:absolute;
	left: -5px;
	top: 218px;
	height: 55px;
	scrolling:no;
	}
#linie{
	position:absolute;
	left: 1047px;
	top: -135px;
	height: 842px;
	width: 5px;
	scrolling: none;
	
	}

#linien{
	position:absolute;
	left: 814px;
	top: -135px;
	height: 842px;
	width: 5px;
	scrolling: none;
	
	}	

			
	#linie1{
	position:absolute;
	height: 2px;
	width: 910px;
	top: 716px;
	left: -79px;
	z-index: 14;
	scrolling:no;
	
	}
 
#rechtespalte {
	padding:inherit;
	margin:auto;
	position: absolute;
	left: 821px;
	top: -88px;
	width: 189px;
	height: 803px;
	z-index: 8;
	scrolling:no;
}

#blauerbereich {
	position:absolute;
	left: 1px;
	top: 718px;
	width: 1035px;
	height: 144px;
	z-index: 0;
	scrolling:no;
	
	}
	
#blauerbereich2 {
	position:absolute;
	left: 1049px;
	top: 1px;
	width: 101px;
	height: 873px;
	z-index: 0;
	scrolling:no;
	
	}
	
#menuebalken{
	position:absolute;
	left: 0px;
	top: 218px;
	height: 52px;
	width: 1258px;
	scrolling:no;
}

#text {
	padding: 20px 20px 20px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: b8cfdf;
	width: 742px;
	height: 418px;
	top: 236px;
	position:absolute;
	left: 18px;
	z-index: 5;
	scrolling:no;
	}




#textbereich {
	padding: 2px 4px 0px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: b8cfdf;
	width: 780px;
	height: 490px;
	top: 210px;
	position:absolute;
	left: 10px;
	scrolling:no;
}

/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */

