/*#####Stylesheet#####
für: 	Gross & Perthun
von: 	die typen
Stand: 	Oktober 2008
######################*/


* { padding: 0; margin: 0; }

html { height: 100%; }

body {
	min-height: 101%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #EAEBEC;
}

#wrapper { 
	width: 997px;
	margin: 20px auto 0 auto; 
}

img { border: 0; }


/*##########################*/

/*######### Header #########*/

#header {
	height: 162px;
	width: 997px;
	margin: 0px;
	padding: 0px;
}

#header_li {
	height: 162px;
	width: 679px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#header_re {
	height: 162px;
	width: 318px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#home #header { background: url(../images/header_home.jpg) no-repeat; }
#unternehmen #header { background: url(../images/header_unternehmen.jpg) no-repeat; }
#produkte #header { background: url(../images/header_produkte.jpg) no-repeat; }
#service #header { background: url(../images/header_service.jpg) no-repeat; }
#service2 #header { background: url(../images/header_service_2.jpg) no-repeat; }
#umwelt #header { background: url(../images/header_umwelt.jpg) no-repeat; }
#referenzen #header { background: url(../images/header_referenzen.jpg) no-repeat; }
#kontakt #header { background: url(../images/header_kontakt.jpg) no-repeat; }
#anfahrt #header { background: url(../images/header_anfahrt.jpg) no-repeat; }
#sitemap #header { background: url(../images/header_sitemap.jpg) no-repeat; }
#impressum #header { background: url(../images/header_impressum.jpg) no-repeat; }

#headline {
	position: absolute;
	top: 190px;
	padding-left: 220px;
	z-index: 10;
}


/*##########################*/

/*##### Metanavigation #####*/

#oben {
	width: 997px;
	height: 78px;
	background: url(../images/higru_metanav.jpg) no-repeat;
	
}

#sprachauswahl{
	padding: 30px 0px 0 0;	
    height:14px;
	float: right;
}

#metanav{
	clear:right;
	padding: 16px 0px 0 0;
	height:18px;
	/*background:#FF0000;*/
	float: right;
}

#metanav ul{
	list-style-type: none;
	padding: 0px 55px 0 0;	
	margin:0px;
}

#sprachauswahl ul {
	list-style-type: none;
	padding: 0px 55px 0 0;	
}

#metanav ul li {
	margin-right: 5px;
	float: left;

}

#sprachauswahl ul li {
	float: left;
	margin-right:4px;	
}

#sprachauswahl ul li.last {
	padding-right:6px;
}

#metanav ul li.last a {
	border-right: none;
}

#metanav a {
	text-decoration: none;
	color: #000;
	font-size: 10px;
	display: block;
	padding-right: 5px;
	padding-bottom:0px;
	margin:0px;
	border-right: 1px solid #000000;
}

#sprachauswahl a img{border:none;display:block}

#metanav a:hover,
#sprachauswahl a:hover { text-decoration: underline; }

#metanav ul li.active a,
#sprachauswahl ul li.active a { 
	font-weight: bold;
	text-decoration: underline;
}


/*##################################*/

/*##### horizontale Navigation #####*/

#h_nav {
	height: 25px;
	padding: 25px 0px 0px 180px;
}

#h_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#h_nav ul li {
	text-transform: uppercase;
	padding-right: 7px;
	float: left;
}

#h_nav ul li.last {
	padding-right: 0px;
}

#h_nav a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-right: 7px;
	border-right: 1px solid #FFF;

}

#h_nav a:hover {
	text-decoration: none;
	color: #ffec00;
}

#h_nav ul li.active a {
	text-decoration: none;
	color: #FFEC00;
	font-weight: bold;	
}

#h_nav ul li.last a {
	border-right: none;
	padding-right: 0px;
}

/*##################################*/

/*###### vertikale Navigation ######*/

#u_nav {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

#u_nav ul {
	margin: 0;
	padding: 0;	
}

#u_nav ul li {
	list-style: none;
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px dotted #000000;
}

#u_nav a {
	text-decoration: none;
	color: #000;	
}

#u_nav a:hover { text-decoration: underline; }

#u_nav ul li.active a { 
	font-weight: bold;
}

#u_nav ul li.active { 
	list-style: url(../images/bullet_links.gif) outside; /* sieht im IE nicht gut aus */
}

#u_nav ul li.first { 
	padding-top: 0;
}


/*##################################*/

/*######### Texte und Links ########*/

h1, h2, h3 { font-weight: bold;	}

h1 { color: #878889; }
h3 { color: #676869; }
	
h1 {	
	font-size: 145%; 
	line-height: 155%;
	margin: 0 0 0.3em;
}

h1 span {
	padding-left: 35px;
	font-size: 200%;
}

#home h1 { padding: 0; line-height: 230%; }
#home h1 span { padding-left: 0px; }


h2 {  
	margin: 1em 0 0.3em 0;
	color: #22A6DB;
	font-size: 11px; 
	line-height: 155%;
	text-transform: uppercase;
}


h3{
	font-size: 13px; 
	line-height: 180%;
	text-transform: uppercase;
	text-align: center;	
}


#anfahrt h3, #sitemap h3 { text-align: left; margin-bottom: 5px; }
#anfahrt .karte_link { font-size: 11px; margin-top: 10px; } 

p, blockquote { 
	margin: 0 0 0.5em;
	font-size: 11px; 
	line-height: 130%;
}

#produkte p.abstand { padding-top: 15px; }

blockquote { 
	padding: 5px 0 0 20px;
	color: #68696a;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

#col_links blockquote {
	width: 120px;
}

#referenzen blockquote span {
	font-size: 10px; 
	font-weight: bold;
	color: #005892; 
}

#col_rechts p.zitat { 
	color: #676869;
	font-family: Times, serif;
	font-style: normal;
	font-size: 12px; 
	line-height: 160%;
	text-align: center;
}

span.gross { font-size: 16px; }

li { font-size: 11px; line-height: 130%; }


/*##################################*/

/*############# Content ############*/

#content {
	clear: both;
	margin: 0;
	padding: 0;
	width: 997px;
	background: #FFF url(../images/higru_content.jpg) repeat-y;
	z-index: 1;
}

#col_links {
	width: 160px;
	padding: 50px 0 0 39px;
	float: left;
}

#col_zwiti {
	height: 450px;	/*365 */
	width: 1px;
	float: left;
}

#col_rechts {
	width: 318px;
	float: left;
}

#col_rechts ul li { 
	padding: 0 0 2.5em 0;
	list-style: url(../images/bullet_rechts.gif) outside; 
}

#col_rechts #innen { margin: 50px 55px 40px 20px; }

#col_rechts img.referenzen { 	
	padding: 10px 0;
	border-top: 1px solid #FFF; 
}

#col_rechts #ref { 	
	margin-top: 30px;
}

#col_rechts #block { 	
	width: 240px;
	margin-top: 20px;
}

#col_rechts a {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}

#col_rechts a:hover {
	color: #E2431B;
}

#col_rechts a:active {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}



/*##################################*/

/*######### Content Mitte ##########*/

#content_mitte {
	width: 414px; /* 997-160-39-318-45-20-1zwiti */
	float: left;
	padding: 50px 45px 0px 20px;
}

#home #content_mitte { width: 548px; }
#umwelt #content_mitte { width: 590px; }

#home #content_mitte {
	padding: 40px 45px 0 85px;
}

#umwelt #content_mitte {
	padding: 50px 45px 0 39px;
}

#content_mitte .innen {
	padding-left: 181px;
}

#content_mitte .left {
	width: 160px;
	float: left;
	padding: 20px 21px 5px 0;
}

#content_mitte a {
	text-decoration: none;
	color: #E2431B;
	font-weight: bold;
}

#content_mitte a:hover {
	text-decoration: underline;
}

#content_mitte ul {
	padding-left: 0px;
	margin-left: 15px;
}

#content_mitte ul li {
	list-style-type: square;
	padding-bottom: 5px;
}

#content_mitte .box ul li {
	color: #878889; 
	font-weight: bold;
	padding: 0;
	margin: 5px;
}

#content_mitte #schwebe {
	position: absolute;
	top: 550px;
	padding-left: 320px;
}

/******Sitemap********/

#sitemap #content_mitte ul {
	padding-left: 0px;
	margin-left: 0px;
}

#sitemap #content_mitte ul li {
	list-style: none;
	padding-top: 5px;
	border-bottom: 1px dotted #878889;
}

#sitemap #content_mitte ul ul li { 
	border-bottom: none; 
	list-style: url(../images/bullet_pfeil.gif) inside;
}

#sitemap #content_mitte ul a {
	color: #000;
}

#sitemap #content_mitte ul ul a {
	color: #000;
	font-weight: normal;
}



/*##################################*/

/*############# Tabellen #############*/

table {
	border: 0;
	margin: 0; 
	padding: 30px 0 0 0;
}

#produkte table { padding: 0; }

td { vertical-align: top; margin: 0; }

#service td.unten, #service2 td.unten { 
	width: 160px;
	padding-left: 20px;
	color: #878889;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	vertical-align: bottom; }

td.box { 
	width: 174px;
	padding: 5px;
	border-right: 5px solid #FFF; 
	background: #EAEBEC; 
}

td.image { 
	width: 230px;
	text-align: left; 
	background: #EAEBEC;
}

td.klein { 
	width: 230px;
	height: 40px;
	padding: 7px 7px 0 0;
	margin-bottom: 0;
}

td.last { padding-right: 0; }



/*##################################*/

/*############# Kontaktformular #############*/

form {
	width: 410px;
	padding: 0; margin: 0;
	font-size: 13px;
	line-height: 200%;
	font-weight: bold;
}

fieldset {
	padding: 0 10px;
	border: 1px solid #878889;
}

legend {
	text-transform: uppercase;
	color: #878889;
	padding: 0 10px;
	border: none;
}

label { cursor: pointer; }

label.davor {
	float: left;
	clear: left;
	width: 110px;
	text-align: left;
	margin: 0 10px;
}

input { margin-bottom: 1em;}

input#anrede_herr {
	margin-bottom: 0;
	margin-left: 130px;
}
input#anrede_frau {
	margin-bottom: 0;
	margin-left: 10px;
}

#abschicken, #zurueck {
	cursor: pointer;
	padding: 3px;
	margin: 10px 5px 10px 0px;
}

#abschicken { margin-left: 140px; }

form p {
	margin: 5px 0 0 10px;
	font-weight: normal;	
}


/*##################################*/

/*############# Footer #############*/

#footer { 
	width: 997px;
	height: 30px;
	clear: both; 
	background: url(../images/higru_footer.jpg);	
}

.no_float {
	clear: both;
	font-size: 0.1px;
	line-height: 0.1px;
}