/* Styles for Elektro - Service - Pinter */
/* www.ek-kundenservice.at */

* {
	margin:0;
	padding:0;
	}
html, body {
	margin:0;
	padding:0;
	}
body {
	background-color:#ff9900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:1.5;
	color:#000000;
	background-image:url(../images/bgVerlauf.png);
	background-position:top;
	background-repeat:repeat-x;
	}
.small {
	font-size:11px;
	}

.clear {
	clear:both;
	}
a {
	color:#ff9900;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	color:#ff9900;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	line-height:1.0;
	font-weight:normal;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	}
h1 {
	text-transform:uppercase;
	font-size:34px;
}
h2 {
	padding-bottom:10px;
	}
h3 {
	font-size:18px;
	margin-top:5px;
	line-height:1.3;
	}
h4, h5, h6 {
	font-size:11px;
	margin-top:5px;
	}
small {
	font-size:11px;
	}
/* Container and Template */
.wrapper {
	margin: 20px auto 0 auto;
	background-color:#ffffff;
	width:800px;
	padding:20px;
	border:1px solid #cccccc;
	-moz-box-shadow:  0 0px 15px #777777;
	-webkit-box-shadow: 0 0px 15px #777777;
	box-shadow: 0 0px 15px #777777;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image:url(../images/ekLogo.jpg);
	background-position: center 30px;
	background-repeat:no-repeat;
}
h3 span {
	display:block;
	text-align:center;
	font-size:14px;
	padding-top:2px;
}
.contact {
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}
/* Partner Logos */
.partnerLogos {
	border-bottom:1px dotted #cccccc;
	padding:0px 0px 30px 0px;
	margin-top:0px;
}

/* Service Leistungen */
.serviceBox {
	float:left;
	margin-top:10px;
	width:250px;
	padding:20px 0px 0px 0px;
}
.serviceBox h2 {
	text-align:left;
}
.serviceBox ul {
	margin:0px 0px 0px 10px;
	padding:0px;
}
.serviceBox ul li {
	margin:0px;
	padding:0px;
	list-style-position:inside;
}
/* NewsBox */
.newsBox {
	float:right;
	color:#ff9900;
}
.newsBox h2 {
	color:#ff9900;
}
/* Footer Layout */
.footer {
	display:block;
	border-top:1px dotted #cccccc;
	margin-top:20px;
	padding:20px 0px 0px 0px;
	color:#333333;
}
.footerBlock {
	float:left;
	margin:0px 0px 0px 55px;
	width:200px;
}
.footer .small {
	margin-top:20px;
	text-align: center;
	display:block;
}