@charset "UTF-8";
/* CSS Document */


*/

/*  body und schrift deffinitionen */

body {
  background-color: #FFFFFF;
  font-size: 12px;
  word-spacing: normal;
  text-align: left;
  letter-spacing: 3;
  line-height: 0.3em;
  font-family: courier new, courier;
  color: #FF0000;  
  padding:0px;
  margin:0px;
  
  
}


a { 
color: #FF0000;
font-family: Courier, Monaco, Monospace;
font-size: 16px;
background-color:transparent;
text-decoration: none; 
border: none;
border-color: transparent;

}
 
pre { 
color: #564b47;
font-size: 11px;
background-color: #FFFFFF;
font-family: Courier, Monaco, Monospace;
}

p,h1, h3, pre {
 padding: 5px 15px;
 font-family: Courier, Monaco, Monospace;
 font-size: 16px;
 margin: 0px;
 text-decoration: none; 

}



/* h3 {
font-size: 13px;
font-family: Courier, Monaco, Monospace;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}*/

/*  positioning-layers dynamisch */

#logo { 
position: absolute;
right: 2%; 
width: 96%; 
text-align: left;
top: 20px;
}

#links { 
position: absolute; 
left: 1%; 
width: 24%; 
top: 40px; 
background-color: #ffffff;  
}

#mittelinks { 
position: absolute; 
left: 25%; 
width: 24%; 
top: 40px; 
background-color: #ffffff;
}

#mitterechts { 
position: absolute; 
left: 50%; 
width: 24%; 
top: 40px; 
background-color: #ffffff;
}

#rechts { 
position: absolute; 
left: 75%; 
width: 24%; 
top: 40px; 
background-color: #ffffff;
}

#rechts, #mitterechts, #mittelinks, #links { 
border-top: 1px solid #ffffff;
padding:0px;
margin:0px;
} 

#line { 
padding: 5px 15px;
border-top: 3px solid #000000;

}

#footer {
position: relative;
right: 2%; 
width: 96%; 
text-align: left;
top: 20px;
}

#txt { 
 
left: 10px; 
 
top: 20px; 
background-color: #FFFFFF;
}

a.imageview {
	
	decoration: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #FFFFFF; 
	
	}

/* ]]> */	

