/* CSS Document */

body {

	Background:#C5CDD3;
	
	Scrollbar-base-color:#F0D28E;
	Scrollbar-track-color:#F0D28E;	 
	Scrollbar-face-color:#F0D28E;
	Scrollbar-highlight-color:#FFFFFF;
	Scrollbar-shadow-color:#276C5F;
	Scrollbar-arrow-color:#FFFFFF;
}
#header{

	background-image:url(../media/banner-teil.jpg);
	background-repeat:repeat;
	width:100%; 
	height:150px;
	border:0; 
	top:10; 
	left:5; 
	right:5;
	position:relative;

}
  * html div#header{  /* Korrektur fuer IE 5.x */
  
  }

#place {
	width:100%; 
	height:600px;
	border:0; 
	top:10;
	left:5; 
	right:5;
	position:relative;
	background-image: url(../media/streifen-re.jpg);
	background-repeat:repeat;
	background-position:top right;
	
}
#left {
	left:0px;
	
	width:250px; 
	height:600px;
	border:0; 
	position:absolute;
	padding:5px;
	background-image: url(../media/streifen-li.jpg);
	background-repeat:repeat;
	background-position:top right;
	z-index:3;
	

}
#leftover {
	top:15px;
	width:250px; 
	height:600px;
	border:0; 
	position:absolute;
	padding:5px;
	background-image: url(../media/figur2.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index:4;

}

#banner{

	background-color: #276C5F;
	width:250px; 
	height:600px;
	border:0;
	left:250px;
	position:absolute;

}
#content{
	background-color: #F0D28E;
	width:600px;
	height:608px;
	border:0;
	left:500px;
	padding:5px;
	position:absolute;
	overflow:scroll;
	background-image: url(../media/figur1.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
		
}
#right{

	margin-left:1110px;
	height:600px;
	width:150px;
	position:absoulute;
	top:0px;
	padding:5px;
	z-index:1;


}
  * html div#content{  /* Korrektur fuer IE 5.x */
  	height:607px;
  }

#footer{

	background-color: #276C5F;
	width:100%; 
	height:10px;
	border:0; 
	bottom:0;
	left:5; 
	right:5;
	position:relative;
	
	
}
* html div#footer{  /* Korrektur fuer IE 5.x */
  	height:18px;
  }


#footer2{
	background-color: #C5CDD3;
	width:100%;
	height:20px;
	border:0;
	bottom:-20;
	left:5;
	right:5;
	position:relative;
	z-index:1;
	
	
}

.Stil1 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #276C5F;
	
	}
	
.Stil2 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #276C5F;
	font-weight:900;
	
	}

.navi{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #276C5F;
	text-decoration:none;
	
	}
	
.naviover {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #276C5F;
	font-weight:900;
	text-decoration:none;
	
	}
.Stil3 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffffff;
	
	
	}

