/*########   Master Layout  ##################################*/

html, body { 	text-align:center;
				background-color: #FFFFCC;
   				background-image: url(/pictures/Fotos/Teststrecke_01_1000_Qu60.jpg);
   				background-repeat:no-repeat;
				}
	
div#container {		/* als kleiner Punkt formatiert und vertikal und horizontal zentriert */
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-1px;
	margin-top:-1px;
	width: 2px;
	height:2px;
	text-align:left;
	background-color:#FF0000;
	}
	
/*########   Layout Hauptrahmen   ############################*/

#mid-section {
   position:relative;
   left:0;
   top:0;
   }

/*########   Layout Unterrahmen   ############################*/

#mid-col_01 {
   position:absolute;
   top:0;
   left:0px;
   width:900px;
   height:604px;
   font-family:Arial, Helvetica, sans-serif;
   }

.foot {
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
	color: #000099;
	font-weight:normal;
	text-align:center;
    margin: 0px 0px 60px 0px;
	padding: 66px 0px 100px 0px; }
	
	.foot_rot a:link	  { color: #000099; text-decoration:none;}
	.foot_rot a:visited  { color: #000099; text-decoration: none;}
	.foot_rot a:hover	  { color: #00FFFF; text-decoration: none;}


#textrahmen_01 { position:absolute; 
						 left:12px; 
						 top:480px; 
						 width:406px; 
						 height:80px;
					     font-size: 14px;
					  	 color: #FFFFFF;
	                 	 font-weight:bold;
					 	 text-align:left;}
		
#textrahmen_02 { position:absolute;
						  left:385px;
						  top:0px;
						  width:520px;
						  height:auto;
						  text-align:left;
						  /* for IE */
  						  filter:alpha(opacity=70);
  						  /* CSS3 standard */
  						  opacity:0.70;}
						
.schw_36_tb	{ font-family:"Times New Roman", Times, serif;  
					  font-size: 36px;
					  color: #000000;
	                  font-weight: bold;}

.schw_17_b	{ font-size:17px;
          			  color:#000000;
		  			  font-weight: bold;
					  text-align:left;}
					  
.schw_13_n 	{ font-size: 13px;
					  color: #000000;
	                  font-weight: normal;
					  text-align:left;}
					  


				  
					  

