@import url("mailform.css");
body {
	margin-top: 30px;
	margin-bottom: 15px;
	background-color:#666666;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	margin: 0 auto;
	width: 800px;
}
#top {
	width: 800px;
	height: 122px;
	background:url(../images/header.gif) no-repeat;
	text-align:left;
}

#top h1 {
	visibility:hidden;
}

#menu {
	background-color: white;
	width: 800px;
	text-align: right;
}

#menu ul {
	display: block;
	float: right;
	margin: 10px;
	font-size: 10pt;
	color:#666666;
}

#menu li {
	display: block;
	float: left;
	margin: 0 5px 0 5px;
	padding-left: 10px;
	background:url(../images/menu_separator.gif) no-repeat left 2px;
}

li#menufirst {
	background-image:none;
}


#menu a {
	color: #666;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#main {
	background-color: white;
	padding: 40px 150px 20px 25px;
}

#main.wide {
	padding-right: 100px;
}


#bottom1 {
	clear:both;
	float: left;
	width: 800px;
	height: 5px;
	background-color:#2D897A;
	font-size: 1px;


}

#bottom2 {
	float: left;
	width: 800px;
	height: 20px;
	background-color:#E7A95B;
	margin-bottom: 30px;

}




/* ------------------------------------   Text: ----------------------------------------------------- */

h1 {
	color:#999999;
	font-size: 14pt;
}

h2 {
	color:#666;
	font-size: 12pt;
}


#main p, #main li {
	font-size: 10pt;
	line-height: 1.5em;
}

#main a {
color: #2D897A;
font-weight: bold;
	
}

/* ------------------------------------   Tabellen: ----------------------------------------------------- */

table.preisliste {
	font-size: .8em;
}

.preisliste td, .preisliste th {
	padding: 2px 20px 2px 2px;
}

.preisliste td.last, .preisliste th.last {
	padding-right: 2px;
}

.preisliste th {
	border-bottom: 2px solid #2D897A;
	background-color: #eee;
}
.preisliste td {
	border-bottom: 1px solid #2D897A;
	
}



/* ------------------------------------   Fotos: ----------------------------------------------------- */

img.left {
	float: left;
	margin-right: 15px;
	margin-top: .5em;
}

img.right {
	float: right;
	margin-left: 15px;
	margin-top: .5em;
}


/* ------------------------------------   Sonstiges ----------------------------------------------------- */

label.contact {
	float: left;
	width: 60px;
}


/* --------------------------------------------- Special  ------------------------------------------------------------- */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}	

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .main {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

