body {
	background-color: #F1F1F1;
	font: 12px/15px Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;	
}
h1 {
	background: url(../img/logo.gif) no-repeat;
	width: 200px;
	height: 94px;
	text-indent: -9999px;
}
h1 a {
	display: block;
	width: 200px;
	height: 94px;
}
h2 {
	font: 19px;
	line-height: 25px;
	color: #9a7043;
}
a:link,
a:visited {
	color: #9a7043;		
	text-decoration: underline;	
}
a:focus,
a:hover,
a:active {
	color: #9a7043;	
	text-decoration: none;	
}
a img {
	border: 0 none;
}

/* Tabellen
============================== */
caption {
	font-size: 0.9em;
	text-align: right;
	vertical-align: bottom;
}

	/* 
	
		TableCloth	
		by Alen Grakalic, brought to you by cssglobe.com
		
	*/
	
	/* general styles */
	
	table, td{
		font:100% Arial, Helvetica, sans-serif; 
	}
	table{width:100%;border-collapse:collapse;margin:1em 0;}
	th, td{text-align:left;padding:.5em;border:1px solid #fff;}
	th{background:#9A7043;color:#fff;}
	td{background:#e5f1f4;}
	
	/* tablecloth styles */
	
	tr.even td{background:#FFE5BF;}
	tr.odd td{background:#FFF2DF;}
	
	th.over, tr.even th.over, tr.odd th.over{background:#9A7043;}
	th.down, tr.even th.down, tr.odd th.down{background:#9A7043;}
	th.selected, tr.even th.selected, tr.odd th.selected{}
	
	td.over, tr.even td.over, tr.odd td.over{background:#9A7043;}
	td.down, tr.even td.down, tr.odd td.down{background:#9A7043;color:#fff;}
	td.selected, tr.even td.selected, tr.odd td.selected{background:#9A7043;color:#FFF;}
	
	/* use this if you want to apply different styleing to empty table cells*/
	td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}


/* Formulare
============================== */
fieldset {
	border: none;
	padding: 0;
}
legend {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	padding-bottom: 8px;
}
label {
	display: block;
	float: left;
	width: 70px;
}
label:hover {
	color: #9a7043;
	cursor: pointer;	
}
label#labelcity {
	display: inline;
	float: none;
	width: 40px;	
}
input,
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	margin-left: 10px;
	width: 300px;	
}
input:hover,
input:focus {
	border: 1px solid #9a7043;
	border-left-width: 3px;
}
input#zipcode {
	width: 50px;	
}
input#city {
	width: 140px;
}
input.inputsubmit {
	border: 2px solid #333;
	margin-left: 80px;
	width: auto;	
}
/*
Error Formular
*/
.error {
	background-color: #FFEFEF;
	border: 1px solid #F00;
}
div.error {
	color: #F00;
	padding: 5px;
	margin-bottom: 15px;
}
div.error p {
	margin-bottom: 0;
}


/* container
============================== */
div#container {	
	background: url(../img/bg_container.gif);
	text-align: left;
	margin: 25px auto;
	width: 885px;	
}
div#header {	
	width: 885px;
	height: 200px;
	background-color: #faf2e7;
	position: relative;
}
div#logo {
	height: 155px;
	position: absolute;
	left: 40px;
	top: 45px;
}

/* navi
============================== */
div#navi {
	background-color: #9a7043;
	width: 585px;
	height: 200px;
	position: absolute;
	left: 300px;
}
div#navi ul {	
	margin-top: 15px;
	margin-left: 40px;
}
#navi a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	margin-right: 15px;
}
#navi a:hover,
#navi a.current{
	color: #FFF;
	font-weight: bold;
}
div#navi li {
	float: left;
	display: block;
	margin-right: 15px;
	color: #FFF;
	list-style: none;
}

/* col1
============================== */
div#col1 {
	width: 300px;
	float: left;
	margin: 0;
}
div#col1 img {
	display: block;
}

ul#portfolio li {
	list-style-type:none;
}

	/* submenu
	============================== */
	#submenu {
		list-style: none;
		margin-top: 0 !important;
		padding: 0 !important;
	}
	#submenu li {
		background: #9A7043;
		border-bottom: 1px solid #FAF2E7;
		display: block;
		padding: 7px 15px 8px 40px;
	}
	#submenu a {
		color: #FFF;
		text-decoration: none;
	}
	#submenu li.current {
		background-color: #FAF2E7;
	}
	#submenu li.current a {
		color: #9A7043;
	}

/* col2
============================== */
div#col2 {
	float: right;
	line-height: 18px;
	padding: 40px;
	width: 505px;
}
div#col2 ul {
	margin-left: 20px;
	padding: 0;
}
div#col2 li {
	list-style-position: outside;
	list-style-image: url(../img/li_qu.gif);
	line-height: 20px;	
}
div#col2 .first {
	color: #000000;	
	font-weight: bold;	
}
div#col2 .last {
	color: #9a7043;		
}
div#address {
	font-size: 9px;
	margin-bottom: 30px;
	margin-top: 40px;
	padding: 0 40px;
}
div#address img {
	border: none;
	float: left;
}
.clear {
	clear: both;
	height: 1%;
}
div#col2 ul.pdf {
	list-style: none;
	margin-left: 0;
}
div#col2 ul.pdf li {
	display: block;
	list-style-image: none !important;
}
div#col2 ul.pdf li a {
	background: url(../img/pdf.gif) 0 0px no-repeat;
	padding: 2px 0 3px 25px;
}

/* gallery
======================================== */
div #col2 ul.gallery {
	list-style: none;
	list-style-position:inside;
	margin: 0;
	padding: 0;
}
div #col2 ul.gallery li {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
}
div #col2 ul.gallery img {
	border: 1px solid #006098;
}

.referenz h3 {
	margin:10px 0;
}
/* ul#gallery {
	position: relative;
	list-style: none;
	padding-left: 0;
	margin: 0 !important;
}
ul#gallery li {
	display: inline;
	position: relative;
	float: left;
	width: 117px;
	height: 117px;
	margin-right: 9px;
	margin-bottom: 9px;
	padding-left: 0!important;
}
ul#gallery li.nomarginright {
	margin-right: 0;
}
ul#gallery div.galleryimage {
	background: #EFCD9D;
	border: 1px solid #9A7043;
	display: table;
	width: 117px;
	height: 117px;
	text-align: center;
	overflow: hidden;
}		
ul#gallery div.galleryimage img {
	border: 1px solid #000;
}		
ul#gallery div.galleryimage div {
	line-height: 50%;
	display: table-cell;
	vertical-align: middle;
} /*