@charset "UTF-8";
/* CSS Document */
body{
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
#container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}

/* NAVIGATION OBEN – DROPDOWN */
#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
#nav ul{ 
	list-style-type:none;
 	margin:0; 
	padding:0; 
	}
#nav li { 
	float:left; 
	padding:0; 
	margin:0;
	}
#nav li a {
	display:block; 
	color:#000; 
	padding-left: 10px;
	padding-right: 10px; 
	height:40px; 
	line-height:50px; 
	text-decoration:none; 
	}
#nav li a:hover { 
	color:#000;
	background-color: #eaae3f;	
	text-decoration: underline;
	}
#nav ul ul { 
	display:none; 
	position:absolute; 
	z-index:999; 
	}
#nav li li { 
	float:none; 
	}
#nav li li a { 
	background:#eaae3f!important; 
	text-align:left; 
	height:auto; 
	line-height:1; 
	width:auto; 
	padding:10px; 
	}
* html li li { 
	display:inline; 
	} /* IE6 Bugfix... */
	
#clear {clear: both;}

/* LOGO */
#logo {
	width: 340px;
	height: 82px;
	margin-top: 2em;
}
#stempel{
text-align: right;
height: 60px;
margin-top: -30px;
}
#stempel img{
vertical-align: middle;
width: 60px;
padding-right: 5px;
padding-left: 5px;
}
#stempel img#so {
width: 120px;
}

/* STARTSEITE THEMENBILDER */
#titel{
width: 660px;
margin-left: 340px;
text-align: right;
margin-top: -50px;
margin-bottom: 10px;
}
#titel h1 {
font-size: 36pt;
}

#bilder_navi{
	width: 1000px;
	height: 750px;
	margin-bottom: 1em;
}

#slogan h2{
font-weight: bold;
line-height: normal;
font-size: 1.3em;
height: 100px;
}

/* ADRESSE und BOTTOM-NAVI */
#adresse {
margin-bottom: 1em;
}
#adresse h3 {
font-size: 14px;
font-weight: bold;
}
#adresse h3 a{
text-decoration: none;
color: #000;
}
#adresse h3 a:hover{
text-decoration: underline;
}

#bottom_navi{
width: 1000px;
height: 150px;
border-top: 6px solid #eaae3f;
background-color: #5f3b25;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
}

#bottom_navi ul{ 
	list-style-type: none;
 	margin:0; 
	padding:0; 
	}
#bottom_navi li { 
	float:left; 
	padding:0; 
	margin:0;
	}
#bottom_navi li a {
	display:block; 
	color:#fff; 
	padding-left: 10px;
	padding-right: 10px; 
	height:40px; 
	line-height:50px; 
	text-decoration:none; 
	}
#bottom_navi li a:hover { 
	color:#000;
	background-color: #eaae3f;
	text-decoration: underline;
	}
#iso{
text-align: right;
font-size: 12px;
font-style: italic;
color: #eaae3f;
margin-top: -2em;
margin-right: 1em;
}
	
/* TEXT */
#text{
margin-top: 2em;
margin-bottom: 2em;
width: 1000px;
line-height: 1.3em;
}
#text p{
margin-bottom: 1em;
}
#text td{
width: 250px;
padding-bottom: 0.5em;
}
#text tr{
height: 1.3em;
}
#text span.normalklein{
font-size: 12px;
}
#text h1{
font-size: 26px;
margin-bottom: 16px;
}
#text span.normalbold, #text h3{
font-weight: bold;
}
#text a{
color: #000;
text-decoration: underline;
}
#text a:hover{
text-decoration: none;
}
#headerbild{
width: 1000px;
margin:0;
padding:0;
}
#headerbild img, #plan{
float:left;
}
#text table.kontakt td p{
margin-top: 1em;
margin-bottom: 1em;
}
#text table.links img {
vertical-align: middle;
max-width: 200px;
max-height: 60px;
}
#text table.links td{
padding-bottom: 2em;
padding-right: 1em;
}
#text h1.underline{
border-bottom: 1px solid #000;
padding-bottom: 0.5em;
margin-top: 1em;
}
#text table.prospekt img{
vertical-align: middle;
}
#text table.prospekt td{
width: auto;
padding-bottom: 1em;
}

/* REFERENZEN */
#text table.referenzen tr{
margin: 0;
padding: 0;
line-height: 1em;
}
#text table.referenzen td{
padding: 0;
margin: 0;
border-top: 1px solid #838B8B;
padding-top: 5px;
padding-bottom: 5px;
}
#text table.referenzen td.jahr{
width: 64px;
}
#text table.referenzen td.objekt, #text table.referenzen td.bauherr, #text table.referenzen td.architekt{
width: 312px;
}