/* CSS Document */

body 
	{
	color: #ff0000;
	font-family: "Courier New, Courier, mono";
	font-size: 12px;
	background-color: #000000;
	margin: 0px; 
}

a:link{
text-decoration:none;
color:#ffffff;
}
a:visited{
text-decoration:none;
color:#ffffff;
}

.cssnav
{
position: relative;
background: url(aktuell_2.gif) no-repeat;
white-space: nowrap;
display: block;
width: 136px;
height: 183px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
display: block;
float: left;
}

.cssnav img
{
width: 136px;
height: 183px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

/* Zentrieren Inhaltsfenster*/
#content    
	{
	position: absolute;
	left: 50%;
	margin-left: -419px;
	width: 839px;	
	top: 50%;
	margin-top: -252px;
	height: 505px;

}

  #mailformular
 { position: absolute;
 top: 250px;
bottom: 0px;
left: 0px;
 }
 
   #kontaktformular
 {
 position: absolute;
top: 490px;
left: 0px;
 }

 #botfalle { 
    display:none; 
    overflow:hidden; 
    height:0px; 
    width:0px; 
 }
 
 #ueberschrift
 {
 position: absolute;
 top: 0px;
 left: 117px;
 }
 
 #logo
 {
 position: absolute;
 top: 110px;
 right: 0px;
 }
 
  #navigation
 {
 position: absolute;
 top: 260px;
 right: 88px;
 }
 
   #textMailer
 {
 position: absolute;
top: 300px;
left: 50px;
font-size: 16px;
 }
 
 #buch02
 {
 position: absolute;
 top: 90px;
 left: 0px;
 }
 
  #buch04
 {
 position: absolute;
 top: 262px;
 left: 381px;
 } 
 
   #buchKontakt
 {
 position: absolute;
 top: 100px;
 left: 295px;
 } 
 
    #textKontakt
 {
position: absolute;
width: 290px;
text-align: right;
top: 110px;
left: 0px;
font-size: 12px;
color: #ffffff;
 }
 
   #aktuell
 {
 position: absolute;
 top: -30px;
 left: -60px;
 z-index:2;
 } 
 


.sendButton {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	background-color: #cc0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	color: #FFFFFF;

}

.border
{   border: 1px solid #666666;
}
