html{
	font-family: tahoma;
	font-size: 13px;
}
#header{
	width: 905px;
	height: 317px;
	background-image: url(../img/header.jpg);
}
#header p{
	margin-top: -25px;
	margin-left: 230px;
	float: left;
	
}
#header .leistungen a{
	color: #fa6f1a;
	text-decoration: none;
	
}
#header .leistungen a:hover{
	text-decoration: underline;
	
}
a, a:hover, a:visited {
	color: #0066cc;
}
.leistungen{
 	position: relative; 
 	top: 95px; 
 	left: 40px;
 	letter-spacing: 1px;
	font-size: 9pt;
	color: #fa6f1a;
}
#contentWrap {
    display: table;
}
#wrap {
    display: table-row;
}
#left,
#middle,
#right {
    display: table-cell;
    vertical-align: top;
}

*+html #wrap {
	overflow: hidden;
}
* html #left,
* html #middle,
* html #right {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	float: left;
}
*+html #left,
*+html #middle,
*+html #right {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	float: left;
}
#left{
	width: 140px; 
	background-image: url(../img/nav_links.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	line-height: 20px;
	font-size: 12px;
	padding-top: 15px;
}
#left ul{
	list-style:none;
	padding: 0;
	margin: 0;
	padding-left: 5px;
}
#left li{	
	letter-spacing: 2px;
}
#left li a{
	text-decoration: none;
	color: #666666;
}
#left li a:hover{
	font-weight: bold;
	letter-spacing: 1px;
}
#middle{
	width: 470px;
	line-height: 21px;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #444;
	font-size: 12px;
	padding-top: 15px;
}
#middle h1{
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	font-family: verdana,arial,helvetica,sans-serif;
	line-height: 23px;
	color: #444;
	margin-bottom: 15px;
}
#right{
	width: 280px;
	background-image: url(../img/nav_rechts.gif);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 15px;
}
#right .box{
	font-size: 11px;
	margin-right: 26px;
	padding: 3px;
}
#right .box .head{
 	padding: 2px 3px;
 	margin-right: 5px;
 	font-size: 12px;
 	font-weight: bold;
	background-color: #FF9900;
}
#right input, textarea{
	font-size: 8pt;
}
#right .contact_right{
	background: url(../img/bg_contact.gif) #ff7c02; font-size: 8pt; margin-right: 33px; margin-left: 8px;
}
#right .contact_name{
	padding:0; font-size:10px; margin: 3px 2px; width: 110px;
}
#right .contact_text{
	font-family: verdana; margin: 3px 2px; width: 229px; height: 90px;
}
#right .submit_container{
	text-align: center;
}
#footer{
	width: 905px;
	height: 55px;
	background: url(../img/footer.jpg) no-repeat;
	padding-left: 15px;
	font-size: 11px;
	color: #969696;
	padding-top:55px;
}
#footer a{
	color: #969696;
	text-decoration: none;
}

/* form kontakt seite */
#f2{
	width: 450px;
	background: #ddd;
  border: thin solid #fa6f1a;
  margin:0;
  padding:.5em;

}
#f2 label{ /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 80px; /* Breite.*/
  text-align: right; 
  padding-right: 1em; 
}
#f2 input, #f2 select, #f2 textarea{ /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 330px; /* Breite.*/
}
#f2 textarea{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	line-height: 16px;
}
#f2 form br, #f2 .submit_container { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
  padding-top: 5px;
  text-align: center;
}

#f2 input#ctrl_11 { /* den Submit-Button */
  float: none;
  width: auto;
}
