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

* {
	padding: 0px;
	margin: 0px;
	font-family: Comic Sans MS;
	font-size: 12px;

	
	
}

body {
	background-color: #FFFFFF; 
	color: #333;
	
	overflow-x:hidden
	
	
}


a {font-size: 13px;;  text-decoration: none;}
a:link {color: #e89636;}
a:visited {color: #e89636;}
a:hover { color: #e89636; text-decoration:underline;}
a:active {color: #e89636;}


 #header {
	 width: 100%;
	 height: 150px;
	 background-image:url(images/header.png); background-repeat: repeat-x;
	 
 }
 
 
 #content {
	 width: 800px;
	 height: auto;
	 
	 margin-left: auto;
	 margin-right: auto;
	 
	 padding-bottom: 20px;
	 
 }
 
 #navigation {
	 width: 180px;
	 height: auto;
	 
	 background-color:#f9f9f9;
	 border: 1px #CCC;
	 border-style: solid;
	 
	 padding-top: 10px;
	 padding-bottom: 10px;

	 padding-left: 10px;
 }
 
 #content2 {
	 width: 600px;
	 height: auto;
	 
	 background-color:#f9f9f9;
	 border: 1px #CCC;
	 border-style: solid;
	 
	 
	 padding-left: 15px;
	 padding-top: 5px;
	 padding-bottom: 20px;
 }
 
 #headline {
	 width: 600px;
	 height: 30px;
	 
	 background-color: transparent;
	 border-bottom: 1px #CCC;
	 border-bottom-style: solid;
	 
	 margin-bottom: 20px;
	 
	 
 }

	 
 
 /* Formularformatierungen */ 
 
 /*Standard */
 
 #standard_form {
	 
	 height: 20px;
	 
	 padding-left: 3px;
	 padding-top: 3px;
	 
	 border: 1px outset;
	 border-color: #F89E33;
	 border-style: solid;
	 
	 background-color:#FFF;
	 
	  color: #666;

 
 }
 
 
 /* Textformatierungen */
 
 .headline_text {
	 margin-top: 10px;
	 position:absolute;
	 
	 color: #f89e33;
	 font-size: 14px;
	 font-weight: bold;
 }
 
 .content2_text {
	 margin-top: 60px;
 }
 
 .news_headline {
	 color: #f89e33;
	 font-size: 14px;
 }
 
 /* Styleformatieurngen */
 
 #textbox_kontakt {
	 width: 200px;
	 height: 20px;
	 
	 padding-left: 3px;
	 padding-top: 3px;
	 
	 border: 1px outset;
	 border-color: #F89E33;
	 border-style: solid;
	 
	 background-color:#FFF;
	 
	 
	  color: #666;

 }
 
  #textbox_betreff {
	 width: 350px;
	 height: 20px;
	 
	 padding-left: 3px;
	 padding-top: 3px;
	 
	 border: 1px outset;
	 border-color: #F89E33;
	 border-style: solid;
	 
	 background-color:#FFF;
	 
	 color: #666;
 }
 
 
   #textbox_nachricht {
	 width: 350px;
	 height: 280px;
	 
	 padding-left: 3px;
	 padding-top: 3px;
	 
	 border: 1px outset;
	 border-color: #F89E33;
	 border-style: solid;
	 
	 background-color:#FFF;
	 
	  color: #666;

 }

	

		 
	 
	 
