/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #003366;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header img {
	width: 700px;
}
	
#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(images/img2.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #FFFFFF;
}

#submenu {
	width: 160px;
	float: right;
	margin: 0;
	margin-bottom: 15px;
	text-align:left;
}

#submenu ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

#submenu li {
/*	display: inline-table;   */
	display: block;
	padding-bottom: 5px; 
}

#smtitle {
	background-color: #cd2626;
	color : #ffffff;
	padding-left: 1.2em;	
	margin-bottom: 10px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/img4.gif);
}

#colOne {
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colOne img {
	width: 150px;
/*	border: inset 3px #e1e1e1; */
}	

#colTwo {
	float: right;
	width: 360px;
	padding: 20px 10px 0 10px;
}

#colThree {
	padding: 10px; 
}

#colThree img { 
	height: 600px;
}	 

#tabsk { 	
	table-layout: fixed;
	width: 330px;
	background-color: #e7e7e7;
	color: #645252;
	margin-left: 15px;
	margin-bottom: 10px;
	/*	margin: 5px 10px 20px 5px; */
}	

/* #tabsk tr {
	background-color: #F5F5DC;
} */
	
#tabsk td {	 
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #FFFFFF;
}

#preis {
    text-align: right;  
}


/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}

#footer p {
	text-align: center; 
}

/* Kontaktformular */ 

.formular {
 float: right;
 margin:10px;
 width:340px;
 border:1px solid #333;
 text-align:left;
 font-size:90%;
}
.fehler {
 color:<?php echo $fehlercolor ; ?>;
 text-align:left;
}
.box {
 margin-top:10px;
}
.um {
 margin-left:20px;
 float:left;
}
.bez {
 text-align:left;
 width:8em; 
 line-height:25px;
 float:left;
}
input {
 margin-top:6px;
}
.nachricht {
 margin-left:20px;
 clear:both;
 text-align:left;
}
.copy {
 font-size:10px;
 position:relative;top:30px;
}

