/* Standard Stylesheet
www.hackgutlogistik.com
Start: 24.09.08
Letzte Aenderung: 24.09.08

Logofarben:
gelb #FABA00
hellgrau #737373
dunkelgrau #4D4D4D
*/
	
	* {
		padding: 0;
		margin: 0;
		border: 0;
	}
	
    body  {
    	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
		font-size: 80%;
		line-height: 1.6em;
		color: #737373;
    	background: #fff;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    }
	
	a:link {
		color: #737373;
		text-decoration: none;
	}
	
	a:visited {
		color: #737373;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	a:active,
	a:focus {
		color: #737373;
		text-decoration: none;
	}
	
	.contentpunkt {
		color: #4d4d4d;
		border-bottom: 1px dotted #4d4d4d;
		}
	a.contentpunkt:hover {
		color: #FABA00;
		text-decoration: none;
		border-bottom: 1px dotted #FABA00;
	}
	a.contentpunkt:visited,
	a.contentpunkt:active,
	a.contentpunkt:focus {
		color: #4b4b4b;
		border-bottom: 1px dotted #4d4d4d;
		}
	
	ul, ol, li {
		list-style-type: none;
	}
	
	img, a img {
		border: 0;
	}
	
	.img_titel {
		margin-top:20px;
	}
	
	.none {
		display: none;
	}
	
	.floatright { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    
	.floatleft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    
	.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	.hellgrau {
		color: #737373;
		}
strong {
		color: #4b4b4b;
	}


#home #mainhead {
	margin-bottom: 20px;
	}
		

	
/* Headlines */


	
	h1 {

	}
	
	#mainhead h1 {
		margin-top: 20px;
	}
	
	#logo h1 {
		padding-top: 0;
	}
	
	h1, h2, h3, h4 {
		color:#4D4D4D;
		}
	
	h2 {
		font-size:1.4em;
		margin-top: 1em;
		font-weight: lighter;
	}

	h3 {
		margin-top: 1em;
		font-size: 1.2em;
		font-weight: lighter;
	}
	
	h4 {
		margin-top: 1em;
		font-size: 1em;
	}
	
	
	
/* Absaetze */



	p {
		font-size: 1em;
		line-height: 1.7em;
		margin-top: 1.2em;
	}
	

	.s {
		font-size: 0.9em;
	}	
	
	#footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 0 0 1em 150px; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
	

	
/* Layout */


	
    #wrapper { 
    	width: 820px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		padding-right: 60px;
    } 
    #header {
		background: #FFFFFF;

    } 
	
    #sidebar {
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 150px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	padding:0;
		height: 345px;
		background-image:url(../medias/linien_grau.gif);
		background-repeat:no-repeat;
		background-position:0 147px;		
    }
	
    #main { 
    	margin: 0 0 0 150px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
    	padding: 0 0 1em 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		border-bottom: 1px dotted;
		width: 630px;
    }
	
	/* IE 6 hack wegen 3px-bug */
	* html #sidebar {
		margin-right:-3px;
	}
	* html #main {
		margin-left:147px;
		height:1%;
	}
/* Ende IE 6 hack*/

	
	#mainhead {
		height: 125px;
		width: 630px;
		border-top: 1px dotted;
		border-bottom: 1px dotted;
		position: relative;
	}
	
	#logo {
		position: absolute;
		top: 22px;
		left: 420px;
	}

	 
    #footer {
		clear:both;
		margin-top: 1em;
		width: 780px;
    } 

/* IE 6/7 hack */

* html #footer,
*+html #footer {
	margin-top: 0;
	}



/* replace */

	
/* revised to replace active/focus dotted border */

.replace_logo {
	display: block;
	width: 210px;
	height: 40px;
	margin: 0;
	padding: 0;
	}
	/* make the actual link ZERO size and position relative
	the zero size stops the dotted border from displaying */
.replace_logo a {
	display: block;
	width: 0;
	height: 0;
	position: relative;
	}
	/* move the link styling to the em and make it position absolute */
.replace_logo a em {
	display: block;
	text-indent: -10000px;
	width: 210px;
	height: 40px;
	position: absolute;
	background: url(../medias/hackgutlogistik_logo_web.gif) no-repeat;
	border: 0;
	cursor: pointer /* to set the pointer correctly as a link in IE */;
	}

.replace_logo a:hover em { /* border-color:#000; */ }
	/* for IE to make the active/focus state work correctly */
.replace_logo a:active { /* color:#fff; */ }
	/* style the active/focus state */
.replace_logo a:active em,
.replace_logo a:focus em { /* border-color:#c00; */ }


/*
h1.replace_hl_head {
	background: url(../medias/hackgutlogistik_headline.gif) no-repeat;
	width: 303px;
	height: 85px;
	text-indent: -999em;
	}
*/

body#home h1.replace_hl_head {
	background: url(../medias/hl_headline_home.gif) no-repeat;
	width: 350px;
	height: 85px;
	text-indent: -999em;
	}
body#logistik h1.replace_hl_head {
	background: url(../medias/hl_headline_logistik.gif) no-repeat;
	width: 350px;
	height: 85px;
	text-indent: -999em;
	}	
body#projekt h1.replace_hl_head {
	background: url(../medias/hl_headline_projekt.gif) no-repeat;
	width: 350px;
	height: 85px;
	text-indent: -999em;
	}
body#maschinen h1.replace_hl_head {
	background: url(../medias/hl_headline_maschinen.gif) no-repeat;
	width: 350px;
	height: 85px;
	text-indent: -999em;
	}

body#forstbetrieb h1.replace_hl_head {
	background: url(../medias/hl_headline_forst.gif) no-repeat;
	width: 350px;
	height: 85px;
	text-indent: -999em;
	}

body#hackgutabnehmer h1.replace_hl_head {
	background: url(../medias/hl_headline_abnehmer.gif) no-repeat;
	width: 350px;
	height: 85px;
	text-indent: -999em;
	}
body#unternehmen h1.replace_hl_head {
	background: url(../medias/hl_headline_synergie.gif) no-repeat;
	width: 350px;
	height: 85px;
	text-indent: -999em;
	}
body#partner h1.replace_hl_head {
	background: url(../medias/hl_headline_partner.gif) no-repeat;
	width: 350px;
	height: 85px;
	text-indent: -999em;
	}
body#kontakt h1.replace_hl_head {
	background: url(../medias/hl_headline_kontakt.gif) no-repeat;
	width: 350px;
	height: 85px;
	text-indent: -999em;
	}
body#sitemap h1.replace_hl_head {
	background: url(../medias/hl_headline_sitemap.gif) no-repeat;
	width: 350px;
	height: 85px;
	text-indent: -999em;
	}
body#adresse h1.replace_hl_head {
	background: url(../medias/hl_headline_adresse.gif) no-repeat;
	width: 350px;
	height: 85px;
	text-indent: -999em;
	}


/* Listen */


#header ul {
	margin: 40px 0 0 150px;
	color: #737373;
	font-size: 0.9em;
	}

#header li,
#header li a {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;

	}

#header li a:hover {
	color: #FABA00;
	text-decoration: none;
	}
	
#header li a:active {
	color: #FABA00;
	text-decoration: none;
	}
	
#sidebar ul {
	margin: 30px 0 0 0;
	color: #737373;	
	font-size: 0.9em;
	}

#sidebar li,
#sidebar li a {
	margin-right: 10px;

	}

#sidebar li a:hover {
	color: #FABA00;
	text-decoration: none;
	}	
	
#sidebar li a:active {
	color: #FABA00;
	text-decoration: none;
	}

/* mainliste */

#main ul {
	margin: 15px 0 0 30px;
	}

#main li {
	background: url(../medias/bullet_gelb.gif) no-repeat left center;
	padding-left: 10px;	
	}

/* sitemapliste */

#main #sitemaplist li {
	background: url(../medias/bullet_gelb.gif) no-repeat left 0.6em;
	padding-left: 10px;	
	}

#wrapper #main ul.sub {
	margin: 15px 0 15px 30px;
	}

#wrapper #main .sub li {
	background: url(../medias/bullet_grau.gif) no-repeat left center;
	padding-left: 10px;		
	}


/* footerliste */



#footer ul {
	margin: 20px 0 20px 150px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.2em;
	}

#footer li {
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
	margin-right: 20px;	
	}

#footer a,
#footer a:visited,
#footer a:active {
	display: block;
	padding-left: 10px /* Platz für HG-Bild */;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background: #FABA00;
	}

#forstbetrieb #forst { 
	color: #4b4b4b;
}

#hackgutabnehmer #abnehmer{ 
	color: #4b4b4b;
}
/*
#abnehmer { background: url(../medias/haendedruck.jpg) no-repeat center left; }
*/
#footer a:hover {
	color: #737373;
	text-decoration: none;
	}
/*
#special a#forst:hover { background: url(../medias/neugruender_hover.jpg) no-repeat center left; }
#special a#abnehmer:hover { background: url(../medias/haendedruck_hover.jpg) no-repeat center left; }
*/





/* Navigation */

body#home a#homenav,
body#logistik a#logistignav,
body#projekt a#projektnav,
body#maschinen a#maschinennav,
body#unternehmen a#unternehmennav,
body#partner a#partnernav,
body#kontakt a#kontaktnav,
body#sitemap a#sitemapnav {
    color: #FABA00;
	text-decoration: none;
    }


/*-------------Menschen-------------*/

.imagemenschen {
    margin: 0 10px 0 0;
    padding: 5px;
    float: left;
    }
.punktemenschen {
    background:url(../medias/hg_punkte.gif) bottom repeat-x;
    margin: 0 55px 20px 0;
    padding:10px 10px 10px 10px;
    min-height:8em; 
    height:auto;
}

/* for Internet Explorer */
/*\*/
* html .punktemenschen {
    height: 8em;
    }
/**/

#partner #main li {
	background: none;
	padding: 0;
	font-size: 0.9em;
	}

.listgrau li {
    color: #737373;
	font-weight: bold;
    }

#partner h3 {
	text-transform: uppercase;
	font-weight: lighter;
	color: #737373;
	margin-top: 3em;
	font-size: 1.1em;
	margin-left: 15px;
	}
	
/*----------------formular--------------------*/ 

/*input, textarea {
	margin: 2px 0;
	border: 1px solid #E7E7E7;
	background: #FFF;
	padding: 2px 2px;
	width: 300px;
}*/
.felder {
	margin: 1px 0;
	border: 1px solid #E7E7E7;
	background: #FFF;
	padding: 2px 2px;
	width: 440px;
}

.plz_feld {
	margin: 1px 0;
	border: 1px solid #E7E7E7;
	background: #FFF;
	padding: 2px 2px;
	width: 40px;
}

.ort_feld {
	margin: 1px 0;
	border: 1px solid #E7E7E7;
	background: #FFF;
	padding: 2px 2px;
	width: 390px;
}

.captcha {
	margin: 1px 0;
	border: 1px solid #E7E7E7;
	background: #FFF;
	padding: 2px 2px;
	width: 50px;
}
.button {
	width: 440px;
	margin-bottom: 10px;
	padding: 2px 2px;
	background: #e6e6e6;
}

input:active, input:focus, input:hover,
textarea:active, textarea:focus, textarea:hover  {
	background: #f4f4f4;
}


/*----------------unternehmen--------------------*/ 

#unternehmen_links {
	width: 300px;
	position: relative;
	float: left;
	}
	
#unternehmen_rechts {
	width: 300px;
	position: relative;
	float: right;
	}

.img_krennlogo {
	margin: 34px 0 16px 0;
	}

.img_eggerlogo {
	margin: 53px 0 43px 0;
	}

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken */
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */



/*----------------footer sitemap--------------------*/ 


#footer #sitemapright {
	float: right;
	font-size: 0.8em;
	color:#737373;
	padding:0;
	}

#footer #sitemapright a:link,
#footer #sitemapright a:visited,
#footer #sitemapright a:active,
#footer #sitemapright a:focus {
	color:#737373;
	display: inline !important;
	padding:0;
	margin: 0;
	text-decoration: none;
	background: #fff;
	}

#footer #sitemapright a:hover {
	color:#FABA00;
	}