/* CSS Ropswitha Birk-Becht PRINT ------------- */

* {		margin:0px; padding:0px; font-size:100%;}

body  {	background-color:#FFFDEE;
		position:relative;}


/* LAYER -----------------   */

#Layer1{ position:relative; 
	left:0px; 
	top:50px; 
	background-color:#FFF; 
	display:block;
	z-index:1;}



h1.seitentitel {
	margin:20px 0px 0px 0px;
}


h1.seitentitelsmall {
	margin: 5px 0px 0px 0px;

}

h1.seitentitelextrasmall {
	margin:15px 0px 0px 0px;
}



#Layer2 {position:absolute; 
	left:0px;
	top:191px;
	background-color:#BA2630;
	display:inline;
	z-index:2;}

#Layer3 {position:absolute; 
	width:100%;
	left:0px;
	top:213px; 
	background-color:#FFFDEE;
	border-left:3px solid #FFF;
	overflow:visible;
	display:block;
	z-index:3;}
	

#Layer4 {position:relative;
	left:0px;
	width:100%;
	display:block;
	overflow:visible;
	background-color:#BA2630; 
	margin-top:30px;
}

/* LAyer zu Ende --  */


#Layer5 {display:none;}
	

	


/* fuer AGB und Impressum um blaue Schrift zu erzeugen ---*/
	
#Layer7 {position:relative; 
	left:0px;
	top:auto;
	width:480px;
	height:100%; 
	min-height:100%; 
	background-color:#FFFDEE;
	border-left:3px solid #FFF;
	display:inline;
	z-index:9;}	
	
	
#Layer7 p {color:#336;}

