@charset "utf-8";
/* ------------------------------------------------------------------------
 basic stylesheet for screen media | additional styles imported
 url(s)		 : www.umzuege-patrick-ernst.de
 written     : 25.01.2009
 changed	 : 22.06.2009
 CSS + XHTML : (c) 2009 www.mon-duesseldorf.de
------------------------------------------------------------------------- */
@import url("form2.css");
@import url("iconize.css");


/* BODY und LAYOUT 
-------------------------------------------------------------------------- */
body {
	background: #ebebeb;  
}
#wrapper {
	background: url(../img/wrapper-bgr.gif) repeat-y 50% 0%; 
}
#header {
	background: #fff url(../img/header-bgr2.png) no-repeat 0% 0%; 
}
#navi-main {
	background: url(../img/navi-main-bgr.jpg) no-repeat 0% 0%; 
}
#content {
	background: #fff url(../img/content-bgr.gif) repeat-y 0% 0%; 
}
#footer {
	background: url(../img/footer-bgr.gif) no-repeat 0% 0%;  
	width: 800px;
}

/* IMPRESSUM 
-------------------------------------------------------------------------- */
#meta {
	height: 49px;
	position: absolute;
	right: 0;
	top: 15px;
	text-align: left;
	width: 148px;
}
#meta a:link, #meta a:visited {
	border: 0;
	color: #444;
	display: block;
	font-size: 1.1em;
	font-weight: 700;
	height:49px;
	line-height:42px;
	padding: 0 0 0 21px;
}
#meta a:hover, #meta a:active {
	border: 0;
	color: #000;
	padding: 0 0 0 21px;
	text-decoration: underline;
}

/* RANDSPALTE - KONTAKTDATEN
-------------------------------------------------------------------------- */
/* Randspalte-Hintergrundfarbe */
#content-randspalte {		
	background: #ededed;	
}	
/* "So erreichen Sie uns" */
#kontaktdaten h2, #navi-sub h2 {
	background: #ba9c70;   
}	
/* "Adresse, Telefon, Fax.." */
#kontaktdaten dl {
	color: #597d13; font-size: 1.1em;	 
}
#kontaktdaten dt {
	color: #3e4e29; font-size: 1.1em;	
}
/* E-Mail-Link in kontaktdaten */
a.kontaktdaten-mail {
	background: none;
	padding: 0 0 2px 0;
}	
a.kontaktdaten-mail:link, a.kontaktdaten-mail:visited {
	border-bottom: 1px dotted !important;
	border-bottom: 1px solid; 
	color: #597d13;	  		
	text-decoration: none;
}
a.kontaktdaten-mail:hover {
	color: #3e4e29;			
	border: 0;
	text-decoration: none;
	border-bottom: 1px solid;
}
a.kontaktdaten-mail:active {  
	color: #869c9e;			
	border: 0;  
}

/* RANDSPALTE - SUB-NAVIGATION 
-------------------------------------------------------------------------- */
#navi-sub li.aktiv {
	background: #d5db97;  
	}
#navi-sub li a {
	background: #c7ca95 url(../img/navi-sub-bgr.gif) repeat-x 0% 100%; 
	border: 0;
	color: #115238; 
	display: block;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 1px;
	padding: 24px 25px 32px 25px;
	text-decoration: underline;
}
#navi-sub li a:hover {
	background: url(../img/navi-sub-bgr-hov.gif) repeat-x 0% 100%;  
	border: 0;
	color: #b7dfff;  
}		
#navi-sub li a:active {
	background: url(../img/navi-sub-bgr-hov.gif) repeat-x 0% 100%;
	border: 0;
	color: #b7dfff;  
}

/* UEBERSCHRIFTEN, ABSAETZE, LISTEN
-------------------------------------------------------------------------- */

#slogan h1 {
	color: #000;  
}	
#intro h1 {
	color: #3f5029; font-weight: bold;
}
h3 {
	color: #3e4a4b;
}
#content-hauptspalte p.intro:first-line {  
	color: #333;
	font-weight: 700;
}	
#content-hauptspalte p.erster-absatz {  
	padding: 0.5em 0 0;
}

#content-hauptspalte ul li {
	background: url(../img/bullet-braun.gif) no-repeat 2px 0.7em;
}

/* FOOTER
-------------------------------------------------------------------------- */
#footer-text p {	
	color: #3e4e29;
}
a.footer-text-link:link, a.footer-text-link:visited {
	color: #3e4e29;  
	margin: 0 5px 0 7px;
}	
a.footer-text-link:hover, a.footer-text-link:active {
	color: #597d13;  
	margin: 0 5px 0 7px;
}
#footer-text a.provider {
	background: none;	
	color: #515151;	 
	padding: 0;
}

/* BILDER
-------------------------------------------------------------------------- */
img {
	border: #b6b6b6 1px solid;  
	margin: 10px 0 10px 0;		
	padding: 5px;
}
.bild-links {     
	float: left;
	display: inline;
	margin: 0 18px 0 25px;   
}

.bild-footer {     
	float: left;
	margin: 0 10px 0 0;   
}
.bild-rechts {		
	float: right;
	display: inline;
	margin: 10px 0 20px 25px;  
}




/* -------------------------------------------------------------------------
--- NICHT ZU AENDERNDE STILE -----------------------------------------------
-------------------------------------------------------------------------- */
/* Clear defaults (global resets) - see http://developer.yahoo.com/yui/reset/
-----------------------------------------------------------------------------------------------------*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
		
/* body und layout
-----------------------------------------------------------------------------------------------------*/
body {
	color: #333;
	font: 76%/160% "Helvetica Neue",Arial,Helvetica,sans-serif;  
	text-align: center;
}
html, body {
	height: 100%;
	margin-bottom: 1px;  
}
#wrapper {
	margin: 0;
	min-height: 100%;
	padding: 0;
}
html>/**/body #wrapper { position:relative; left:-0.1px; }  
#seite {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
}					
#header {
	height: 170px;
	position: relative;
	overflow:hidden; 
	background-image: url(../img/header-bgr2.jpg);
}
#intro {
	background: #fff url(../img/intro-bgr.jpg) no-repeat 0% 0%;
	height: 87px;
}
#navi-main {
	height: 78px;
	position: relative;
}
#content {
	height: 100%;
	position: relative;
}
#content-hauptspalte {
	margin: 0 0 0 25px;
	padding: 8px 0 20px 0;
	width: 524px;
}

#content-hauptspalte-kontakt {
	margin: 0 0 0 25px;
	padding: 8px 0 20px 0;
	width: 524px; height:300px;
}
#content-randspalte {
	position: absolute;
	right: 0;
	top: 5px;
	width: 313px;
}	

/* Globale Tags und Klassen
-----------------------------------------------------------------------------------------------------*/
em {
	color: #333;
	font-weight: 700;
}
strong {
	font-weight: 700;
}
.hidden {
	display: none;
}		
.italic {
	font-style: italic;
}	
.red {
	color: #af340a;
	font-weight: 700;
}
.type,.country-name {
	display: none;
}	
								
/* Ueberschriften, Absaetze, Listen
-----------------------------------------------------------------------------------------------------*/
/*h2 {
	color:#555;
	font-size:1.7em;
	line-height:1.1em;
	padding:0.5em 0 0.1em 0;
}*/

#intro h1 {
	font-size:1.9em;
	line-height:1.1em;
	height: 54px;
	padding: 32px 0 0 25px;
	position: relative;
	width: 523px;
}
h2 {
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;     
	font-size: 1.15em;
	font-weight: 700;
	line-height: 1.3em;
	padding: 0.8em 0 0.3em 0;
	text-transform: uppercase;
}
h4 {
	font-size: 1.1em;
	font-weight: 700;
}
p {
	font-size: 1.1em;    
	padding: 0 0 0.5em 0;
}									
#kontaktdaten h2, #navi-sub h2 {
	color: #3f5029;   
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 1.7em;
	line-height: 1.1em;
	padding: 10px 8px 10px 0;
}

.wieh2{
	color: #3f5029;   
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 1.7em;
	line-height: 1.1em;
	padding: 10px 8px 10px 0;
	font-weight: 700;
	text-transform: uppercase;
	background: #ba9c70;	
	
	
}

#navi-sub h2 {	
	margin-left: 25px;
}

		
#footer-text {
	padding: 3.5em 0 4em 25px;
}	
#footer-text p {
	font-size: 1em;
}								
				
/* =links (ALLE links bis auf Navigationen und logo)
-----------------------------------------------------------------------------------------------------*/	
/*
:focus {		
	-moz-outline-style: none;
}

*/
a:link, a:visited {
	color: #597d13;  /* Schriftfarbe wie body */
	text-decoration: none;
	border-bottom: 1px dotted;	
}
a:hover {
	color: #333;
	border: 0;
	border-bottom: 1px solid;
}
a:active {
	color: #af3e2c;
	border: 0 !important;
}
/* LOGO */
#logo {
	float: left;
	width:900px;
}
#logo a img {
	border:none;
	margin:0;
	padding:0;
	}
#logo a:link, #logo a:visited {
	border: none;
}
#logo a:hover, #logo a:active {
	border: none;
}		

/* --- angebot-button-- */
#content-hauptspalte a.angebot-but {
	border:none;
	color:#444;
	display:block;
	font-size:1.5em;
	margin:15px 0 0;
	line-height:46px;
	padding:0 0 0 20px;
	height:50px;
	margin: 1em 0 0.5em;
	width:240px;
	overflow:hidden;
	background:url(../img/angebot-but.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	}
#content-hauptspalte a.angebot-but:hover {
	background:url(../img/angebot-but.gif) no-repeat 0 -50px;
	text-decoration:underline;
	color:#000;  /* #d26415 */
	}

a.icon-margin {
	margin-right:5px;
}
						
/* navi-main
-----------------------------------------------------------------------------------------------------*/
#navi-main ul {
	bottom: 0;
	position: absolute;
	left: 26px;
}
#navi-main ul li {
	float: left;
	margin-right: 7px;
	/*filter: alpha(opacity=80);*/
}
#navi-main ul li:hover {
	/*filter: alpha(opacity=80);*/
	text-decoration: none;
}
#navi-main ul li a {
	background: url(../img/navi-main85.png) repeat-x 0% 0%;
	border: 0 !important;
	color: #E4EAD8;
	display: block;
	padding: 9px 18px 12px; 
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: none;
	/*filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;*/
}
#navi-main ul li a:hover {
	background: url(../img/navi-main80.png) repeat-x 0% -7px;
	color: #E4EAD8;
	text-decoration: none;
	/*filter: alpha(opacity=80);
	-moz-opacity: 1.0;
	opacity: 80;*/
}
#navi-main ul li a.tab-aktiv {
	background: url(../img/navi-main-aktiv60.png) repeat-x 0% 0%;
	color: #3e4a4b;
	cursor: default;
	font-weight: 700;
	padding: 9px 18px 12px;
	text-decoration: none;
	/*filter: alpha(opacity=60);
	-moz-opacity: 0.3;
	opacity: 0.8;*/
}
	
/* navi-sub
-----------------------------------------------------------------------------------------------------*/
#navi-sub {
	margin: 0;
	text-align: left;
}
#navi-sub ul {
	margin: 10px 0 0;
}
#navi-sub li {
	float: left;
	width: 100%;
}
#navi-sub li.aktiv {
	color: #000;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.2em;
	padding: 24px 0 28px 25px;
	width:288px;
}	
									
/* =elements (Feinstruktur)
-----------------------------------------------------------------------------------------------------*/	
#slogan {
	float:left;
	width:460px;
}
#slogan h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 1.4em;
	font-style: oblique;
	font-weight:700;
	line-height: 1.2em;
	padding: 120px 25px 30px 0;
	text-align:right;
}
.content-hauptspalte-left {
	display: inline;
	float: left;
	width: 240px;
	margin-right: 15px;
}	
.content-hauptspalte-right {
	display: inline;
	float: right;
	margin-left: 10px;
	width: 245px;
}	
#content-hauptspalte ul {
	font-size: 1.1em;
	margin: 0 0 0.3em 0;
}
#content-hauptspalte ul li {
	line-height: 1.4em;
	padding: 0.2em 0 0.15em 18px;
}
#kontaktdaten {
	margin: 0 25px 0 0;
	text-align:right;
}	
#kontaktdaten dl { 
	font-size: 1.6em;  
	margin: 1.4em 0 0;
	line-height: 1.3em;
}
#kontaktdaten dt {
	font-size: 1.1em;
}
#kontaktdaten dd {
	margin: 0 0 0.7em 0;
}
/* vcard | auf "Impressum" sind die Kontaktdaten mit Mikroformaten fuer "hcard" geschrieben */
div.vcard {	
	padding: 0 0 0.3em 0;
}
div.vcard.org {
}
							
/* Zitat-Formatierung */	
blockquote {
	background: url(../img/anfuehrung.gif) no-repeat 0% 10px; 
	border-top: 1px solid #b6b6b6;  
	border-bottom:1px solid #b6b6b6;
	font-size: 1.15em;
	line-height:1.45em;
	font-style: italic;
	margin: 0 0 15px;
	padding: 10px 0; 
}	
blockquote cite {
	font-weight: bold;
	font-size:0.8em;
}
blockquote > p:first-child {
	margin-bottom: 0.2em; 
	text-indent: 21px;
}
.lastword {
	background: url(../img/abfuehrung.gif) no-repeat 100% 0%;
	padding: 0 21px 0 0;
}
/* Zitat-Formatierung ENDE*/

/* =clearings 
-----------------------------------------------------------------------------------------------------*/
hr {
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
    }
.clearfix {
	display: inline-block;
	}
/* ohne IE Mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* Ende ohne IE Mac */
