/* CSS Document */

* { padding: 0; margin: 0; }

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
	background-image: url(../images/bg.jpg);
	background-position:left;
	background-attachment:fixed;
	}
	
#wrapper {
	width: 800px;
	background-color:#000000;
    margin: 0px auto;
	max-height:2500px;
	}


#kopfbereich {
	background-image: url(../images/header.gif);
	background-position: center;
	height: 500px;
	repeat: none;
	padding: 20px 0 0 30px;
	}

#navi {
    margin: -110px 40px 12px 25px; 
    letter-spacing: 0px; 
    line-height: 20px;
    text-transform: uppercase;
    font-size: 9pt;
    text-align: center;
}

#navi a  {
    padding: 6px 9px 6px 12px;
    margin-right: -3px;
	color: #74A6CF; 
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;

}

#navi a:hover  {
     background-color: #666666;
     color: #000066; 
	 text-decoration: none;
	}
	
#content  {
    font-size: 9pt;
    color: #CCCCCC;
	font-family: Arial, Tahoma, Verdana, sans-serif;
    margin: 65px 40px 10px 30px;
	width: 750px;
	height: 800px;
	}
	
#sidebar {
	float:right; 
	width:227px;
	background-color:#0b0e10;
	}
	
#sidebar_top { 
	width:227px; 
	height:40px; 
	background: url(../images/sidebar_top.jpg) no-repeat;
	}

#sidebar_text {
	padding: 7px 7px 7px 12px;
	}

#sidebar_bottom {
	width:227px; 
	height:57px;
	background: url(../images/sidebar_bottom.jpg) no-repeat;
	}
	
#text1 {
	padding: 2px 10px 20px 0px;
	width: 500px;
	min-height: 300px;
	}
	
#text  {
	padding: 2px 10px 20px 0px;
	width: 750px;
	min-height: 300px;
	max-height: auto;
	background-color:#000000;
	}
	
h1 {
	font-size: 11pt;
	font-weight: bold;
	padding: 1px 0 3px 0;
	}
	
h2 {
	padding: 2px 5px 15px 5px;
	}
	
#footer {
	color: #74A6CF;
    padding: 10px 4px 10px 4px;
    margin-top: 4px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	}
	
img  {
	text-decoration: none;
	border: none;
	}

a  {
	text-decoration: none;
	color: #74A6CF;
	}
	
a:hover {
	text-decoration: underline;
	}

table {
	 padding: 15px 0 10px 0;
	}
	
tr  {	
	padding: 3px;
	}
	
.event {
	padding: 10px 10px 15px 12px;
	border-bottom: dashed 1px #333333;
	margin: 12px 20px 10px 0px;
	background-color:#0b0e10;
	height: 265px;
	font-size:13px;
	}
	
.event:hover {
	padding: 10px 20px 15px 12px;
	border-bottom: dashed 1px #333333;
	margin: 12px 20px 10px 2px;
	background-color:#000000;
	}	
	
#sidebarevent {
	float:right; 
	width:227px;
	margin-top: 49px;
	margin-right: 20px;
	}
	
i  {
	font-size:16px;
	padding:1px 0 0 2px;
	line-height: 27px;
	font-weight: bold;
	}
	
#contact {
	padding: 15px 10px 10px 70px;
	font-size:14px;
	}


/*Das Kontaktformular */

form  {
       background-color: #000000;
	   width: 300px;
	   padding: 10px;
	   border: none;
	   margin: 25px 0 10px 25px;
	   	}
	   
label   {
       display: block;
	   cursor: pointer;
	   }
	   
input#bestellung, #absender,
textarea  {
       width: 300px;
	   border: 1px solid #e2e2e2;
	   margin-bottom: 1em;
	   margin-top: 1em;
	   }
	   
input#absender {
	height: 50px;
	}
		
textarea#bestellung  {
	height: 180px;
	}
	
input#adresse:focus,  textarea:focus  {
       background-color: #FFFFFF;
	   }

select {
	margin-right: 19px;
	width: 100px;
	}