/*------------------------------------------------------------------ 
[Master Stylesheet] 
  
Projekt:    		Ergebniskauf 2010 
Version:    		1.0 
Letzte Änderung:	15/03/2010
Erstellt von:    	[WORX] Yazdanpanah Ram!n
Verwendung:    		HTML-Grundgerüst
# -------------------------------------------------------------------*/  
@import url("reset.css");
@import url("navigation.css");

/*------------------------------------------------------------------ 
[Inhaltsverzeichnis] 
  
1. Body
	2.Header	#header
	3.Content	#content
		
	4.Footer #footer
# -------------------------------------------------------------------*/ 
* {
margin:0;
}

html, body {
height:100%;
}


body {
	font-size:x-small;
	text-align:center;
	background: url("../images/bg3.jpg") repeat-y #bbccd2;
	background-position:center top;
	font-family: Helvetica, Arial;
	color:#333333;
	margin:0px !Important;
	padding:0em;
}

a {
	color: #666666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4 {
	font-weight:normal;	
	line-height:1;
}
h1 {
	margin-top:1em;
	margin-bottom:0.8em;
	font-size:2.6em;
	font-weight:lighter;
	color: #246383;
}
h2 {
	margin-top:1em;
	margin-bottom:1em;
	font-size:2.2em;
	color: #246383;
	font-weight:normal;
}
h3 {
	color:#aec6ce;
	margin:0em 0em 1em 0em;
	font-size:2.2em;
	font-weight:normal;
}
h4 {
	margin-top:1em;
	margin-bottom:0.5em;
	font-size:1.6em;
	color: #333333;
	font-weight:bold;
}


h5{
	color:#333333;
	margin:0em 0em 0.3em 0em;
	font-size:1.2em;
}


p {
	font-size:1.2em;
	color: #333333;
	margin-top:0.5em;
	padding-bottom:0.5em;
	line-height:1.5em;
}


/* -------- Einleitung Box --------- */

div.einleitung {
	padding-left:31.5em;
	border-bottom:1px solid #b3c5cc;
	padding-bottom:1.5em;
	margin-bottom:3em;}

div.einleitung p {
	font-size:1.5em;
	font-weight:lighter;
	line-height:1.4em !Important;
	color:#5c5c5c;
	padding-bottom:0.5em !Important;
	margin:0em;
}

div.einleitung p strong {
	color:#246383;
}




.image_border {
	padding:0.2em;
	background-color:#FFFFFF;
	border:1px solid #e5e3e0;}

.aufzaehlung{
	font-size:1.2em;
	line-height:1.5em;
	list-style:disc;
	color:#666666;
	margin-left:1.5em;}
	
.aufzaehlung ul{
	list-style-type:circle;
	list-style-position:inside;
	padding-left:0em;
}	

.nummerierung{
		font-size:1.2em;
		line-height:1.5em;
		list-style-type:decimal;
		color:#666666;
		margin-left:2.5em;
		font-weight:bold;
		}

.nummerierung ol{
		font-weight:normal;
		list-style:decimal inside;}


hr {
	margin-top:2em;
	border:none;
	border-top:.1em dotted #c3e6f5;
	height:0.1em;
}

img {
	border:0;
}

strong {
	font-weight:bold;
}


#adress_print {
	display:none;}
	

/* -------------- Grundgerüst --------------------- */


#margins {
	width:880px;
	text-align:left;
	margin:0 auto -250px;
	position:relative;
	min-height:100%;
	height: auto !Important;
}


/* -------------META - Navigation-------------- */

#meta {	
	float:right;	
	width:178px;
	
}

#meta a.login {
	display:block;
	float:left;
	width:4em;
	height:1.1em;
	background-image:url(../images/login_new.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-weight:bold;
	font-size:10px;
	padding:0.6em 0em 0em 2.5em;
	margin-right:2.4em;
	color:#333;
	}
#meta div.flagge {
	float:left;
	width:85px;
}


/* ------------- Header [Logo & Navigation] -------------- */

div#header {
	padding:2em 0 0em 0;
	}
div#header #logo_box {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:10em;
	width:24.5em;
	float:left;
	margin:0 6.3em 0 0;}


div#header #logo_box a.logo {
	width:24.5em;
	height:10em;
	display:block;}

div#header #header_navigation {
	float:right;
	width:565px;
	height:32px;
	text-transform:uppercase;
	padding:0em;
	margin-top:3.7em;
}

div#header #header_navigation li.nomargin {
	margin:0em !Important;
}




/* -------------------------- FOOTER -----------------------*/

#footer {	
	width:100%;
	background-color:#454548;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;	
	margin: 0 auto;
	position:relative;

}

#footer, .push {
	height:250px;}


#footer #footer_wrap {
	width:880px;
	margin:0 auto;
	text-align:left;
	padding-top:2.5em;
}

#footer .footer_list {
	float:left;	
	width:277px;
	display:block;
	border-left:1px solid #a3b7be;
	color:#FFFFFF;
	padding-left:1.5em;
	height:187px;	
}

#footer .footer_list ul{
	margin:0em;
	padding:0em 2.5em 0em 0em;
	list-style:none;
	float:left;
}

#footer .footer_list ul li{
	font-size:1.2em;
	line-height:1.5em;
}
#footer .footer_list a {
	color:#FFFFFF;
}

#footer .footer_list p {
	color:#FFFFFF;
	text-align:left;
}


.clearer {
clear:both;
line-height:0;
}
.right {
text-align:right;
}


div#subcontent {
	padding-top:40px;
	margin-bottom:40px;}

/* ---------------------------------------- Startseite ---------------------------------- */

div#content p {
	font-size:1.3em;}

div#content .product_column {
	float:left;
	width:283px;
	margin:0em 1em 2em 0em;

	}

div#content .product_column .product_icon, div#content .product_column .product_btn {
	text-align:center;
	margin-bottom:1.6em;}

div#content .product_column .product_icon {
	}

div#content .product_column p {
	padding:0 2em 0 2em;}

div#content .product_column p strong {
	font-size:1.2em;
	font-weight:normal;
	line-height:1.4em;}


div#content .product_column p a.printmonitor {
	color:#19a5c1;}

div#content .product_column p a.asset {
	color:#e58a1f;}

div#content .product_column p a.webmonitor {
	color:#d82e05;}



/* ---------------------------------------- Partner ---------------------------------- */

div#partner_list h4 {
	color:#799613;
	font-weight:normal;
	margin-bottom:1.2em;
	margin-top:1em;
	}


div#partner_list ul {
	list-style:none;
	}

div#partner_list ul li {
	list-style-type:none;
	display:block;
	float:left;
	background-color:#FFFFFF;
	padding:2em;
	font-size:1.2em;
	margin:0 2em 2em 0;
	width:220px;
	height:100px;
	line-height:1.5em;
	}

/* ---------------------------------------- Partner - list 2 ---------------------------------- */

div#partner_list2 h4 {
	color:#799613;
	font-weight:normal;
	margin-bottom:1.2em;
	margin-top:1em;
	}


div#partner_list2 ul {
	list-style:none;
	}

div#partner_list2 ul li {
	list-style-type:none;
	display:block;
	float:left;
	background-color:#FFFFFF;

	font-size:1.2em;
	margin:0 2em 2em 0;
	width:260px;
	height:160px;
	line-height:1.5em;
	}

div#partner_list2 ul li div div {
	padding:2em;
	}
	

/* ---------------------------------------- Referenzseite ---------------------------------- */

ul.referenzliste {
	list-style:none;}

ul.referenzliste li {
	list-style:none;
	border-bottom:1px solid #c1cfd4;
	height:30px;
	padding-left:2.3em;
	background-image:url(../images/icon_list2.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:1.2em;
	line-height:2.7em;
	display:block;
	
	
	}



/* ---------------------------------------- Referenzlist V2 ---------------------------------- */

div#referenz_list h4 {
	color:#799613;
	font-weight:normal;
	margin-bottom:1.2em;
	margin-top:1em;
	}


div#referenz_list ul {
	list-style:none;
	}

div#referenz_list ul li {
	list-style-type:none;
	display:block;
	float:left;
	background-color:#FFFFFF;
	padding:2em;
	font-size:1.2em;
	margin:0 2em 2em 0;
	width:220px;
	height:130px;
	line-height:1.5em;
	}

div#referenz_list ul li span {
	text-align:center;
	display:block;
	margin-top:0.8em;
	}


div#referenz_list ul li span img {
	max-height:100px;
	max-width:190px;
	}







/* ---------------------------------------- KONTAKT ---------------------------------- */
 
#Kontakt {
	margin-bottom:4em;
	width:500px;}

#Kontakt label, #Kontakt .data_label {
	font-size:1.2em;
	font-weight:bold;
	display:block;
	float:left;
	position:relative;
	line-height:2em;
	width:140px;}

#Kontakt input {
	font-size:1.2em;
	width:200px;
	padding:0.1em;
	border:1px solid #CCCCCC;
	margin-bottom:0.3em;
	margin-top:3px;}

#Kontakt input.linkbutton {
	width:177px !Important;
	padding:3px !Important;
	height:28px;
	color:#FFF;
	text-align:center;
	background-image:url(../images/btn_send.gif);
	border:none;
	background-repeat:no-repeat;
	background-position:left center;}



#Kontakt .anrede input {
	float:left;
	border:none;
	width:30px;
	}
#Kontakt .anrede label {
	width:40px;
	line-height:20px;
	}
#Kontakt .ja_nein input {
	float:left;
	border:none;
	width:30px;
	}
#Kontakt .ja_nein label {
	width:40px;
	line-height:20px;
	}
#r_ja {
	margin-left:140px;}
#Kontakt textarea {
	border:1px solid #CCCCCC;
	width:355px;
	}
#Kontakt .emptyleftcolumn {
	padding-left:135px;}
#Kontakt .emptyleftcolumn input {
	width:0px;
	float:left;}
#Kontakt .emptyleftcolumn label {
	width:300px;
	float:left;
	line-height:22px;}

#Kontakt .separator {
	margin-top:1.5em;
	padding-top:2em;}

#Kontakt .betreff {
	width:353px;}

#anfahrts_box {
	padding-top:3em;
	}
#anfahrts_box .googlemaps_link {
	font-size:1.4em;}
.kontakt_send {
	margin-top:2em;
	margin-left:14em;}
.zwischenheadline {
		font-weight:bold;}



/* --------------------------Fehlermeldungen------------------------------- */

#errormassage {
	border:1px solid red;
	padding:1.5em;
	margin-bottom:1.5em;
	}
#errormassage p {
	font-weight:bold;
	color:red;
	font-size:1.3em;
	margin:0em;
	}
#errormassage li {
	font-size:1.2em;
	list-style:inside;
	list-style-type:circle;
	line-height:18px;
	padding:0em !Important;
	margin:0em !Important;
	}
#errormassage ul {
	padding:0em;
	margin:0em;
	}

/* -------------------------- Printmonitor ------------------------------- */




h1.printmonitor_ueb {
	color:#03a3c3;
	float:left;	
	margin-bottom:0em;}

div#printmonitor h2 {
	color:#03a3c3;}



.printmonitor_icon_kl {
	float:left;
	padding-right:1em;
	margin-top:1em;
	}

ul.printmonitor_list {
	list-style:none;
	margin-bottom:3.5em;}


ul.printmonitor_list li {
	list-style:none;
	border-bottom:1px solid #c1cfd4;
	height:30px;
	padding-left:2.3em;
	background-image:url(../images/icon_list_blue.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:1.2em;
	line-height:2.7em;
	display:block;
	}

/* -------------------------- Asset Collector ------------------------------- */


h1.asset_ueb {
	color:#e0871f;
	float:left;	
	margin-bottom:0em;}

div#asset h2 {
	color:#e0871f;
	}


div.asset_list {
	float:left;
	width:400px;
	margin-right:3.5em;
	margin-bottom:3em;}


div.asset_list h2 {
	color:#5c7179;
	font-weight:normal;
	float:left !Important;
	display:block;
	margin:0;
	width:300px;
	line-height:1.7em;
	}

div.asset_list div.list {
	float:left;
	width:30px;
	padding-top:0.2em;
	margin-right:1em;}

div.asset_list p {
	clear:both;
	padding-top:0.7em;
	}



/* -------------------------- Webmonitor ------------------------------- */

ul.firstlist li {
	font-size:1.5em;
	padding-bottom:0.5em;
	font-weight:bold;
	display:block;
	margin-bottom:1.5em;}


h1.web_ueb {
	color:#d52802;
	float:left;	
	margin-bottom:0em;}

div#web h2 {
	color:#d52802;}

.web_icon_kl {
	float:left;
	padding-right:1em;}

ul.web_list {
	list-style:none;
	margin-left:2em;
	margin-top:1em;}


ul.web_list li {
	list-style:none;
	border-bottom:1px solid #c1cfd4;
	height:30px;
	padding-left:2.3em;
	background-image:url(../images/icon_list_red.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:0.8em;
	font-weight:normal;
	margin:0;
	padding-bottom:0;
	line-height:2.7em;
	display:block;
	}
