/* 
 *
 * pflasterbau-missbach.de
 * Version: 1.0
 * Autor: A&K www.arzberger-krueger.de
 *
 * usr: ma
 * 
 */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	padding:0;
	margin:0;
	background-color: #fff;
}
a {color: #333;}
a:visited {color:#333;}
a:hover {color: #9eb527;}
a:active { color: #9eb527;}


h1 {
	font-size: 12px;
	padding-left: 50px;
	padding-top: 30px;
	color: #666;
	float: left;
}

h2 {
	font-size: 14px;
	padding-left: 0px;
	color: #9eb527;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	background-color: #9eb527;
	border-bottom: 2px solid #41413f;
	text-align: right;
	color: #fff;
	padding-right: 30px;
	font-size: 12px;
}
h5 {
	font-size: 12px;
	border-bottom: 1px solid #9eb527;
}
hr {
	color: #9eb527;
	background-color: #9eb527;
	height: 1px;
}
#container {
	width: 860px;
	margin:0 auto;
}

#header_start {
	width: 850px;
	height: 350px;
	background: url('images/header_start.jpg');
}
#header_leistungen {
	width: 850px;
	height: 350px;
	background: url('images/header_leistungen.jpg');
}
#header_referenzen {
	width: 850px;
	height: 350px;
	background: url('images/header_referenzen.jpg');
}
#header_kontakt {
	width: 850px;
	height: 350px;
	background: url('images/header_kontakt.jpg');
}
#header_impressum {
	width: 850px;
	height: 350px;
	background: url('images/header_impressum.jpg');
}

a.logo {
	float: right;
	padding-top: 60px;
	padding-right: 40px;
}

ul.navigation {
	position: relative;
	top: 115px;
	left: 530px;
	list-style-type: none;
	text-align: right;
}

* html ul.navigation { /* ie >=6 browserweiche */
	left: 200px;
	top: 180px;
}

* html ul.navigation { w\idth:160px; top: 115px; left: 510px; } /* nur ie 6 */

ul.navigation li {
	width: 185px;
	border-bottom: 1px solid #fff;
	padding-right: 10px;
}

* html ul.navigation li { 
	width: 210px;
	background: url('images/button_white.gif') no-repeat right;
}


* html ul.navigation li:hover { 
	background: url('images/button_grey.gif') no-repeat right;
}

li a {
	background: url('images/button_white.gif') no-repeat right;
	padding-right: 20px;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

* html ul.navigation li a { 
	background-image: none;
}

li a:visited { color:#ccc; }

li a:hover {
	background: url('images/button_grey.gif') no-repeat right;
	color: #9eb527;
}

* html ul.navigation li a:hover { 
	background-image: none;
}

#main {
	width: 790px;
	border-top: 1px solid #9eb527;
	margin-left: 30px;
	
}

#content {
	float: left;
	padding: 20px;
	border-right: 2px solid #cfdb91;
	width: 520px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#right {
	float: right;
	width: 190px;
	height: 200px;
	margin-top: 5px;
	padding-top: 30px;
	padding-right: 10px;
	font-size: 10px;
}

.right {
	font-size: 10px;
}

#footer {
	clear: both;
	height: 142px;
	width: 100%;
	background: url('images/footer.gif') repeat-x;	text-align: center;
	padding-top: 20px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer span {
	padding-bottom: 20px;
	border-left: 2px solid #fff;
	padding-left: 30px;
	margin-left: 446px;
	color: #fff;
}

* html #footer span { 
	padding-left: 250px;
}

* html #footer span { m\argin: 0px; padding-left: 30px; } /* nur ie 6 */

#footer p {
	margin: auto;
	position: relative;
	top: -15px;
	left: -138px;
	color: #fff;
	width: 480px;
	text-align: left;
	font-size: 10px;
}

#tbl_referenzen tr {
	background-image: url(images/bg_referenzen.gif);
	background-repeat: repeat-x;
	height: 120px;
	text-align: center;
}
#tbl_referenzen img {
	border: 1px solid #333;
}

input, textarea { border: 1px solid #666; }
