/*
	kies und sand
	karl schneider
	------------------------
	dunkel-gruen: #6A826F
	helles-gruen: #7ABC30

*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	background-color: #8b8b8b;
}

.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.8em 0;
	clear: both;
}

hr, hr.separator {
	display: block;
	height: 2px;
	border-top: 1px dashed rgb(220,220,220);
	clear: both;
}

hr.separator {
	height: 20px;
	border-bottom: 1px dashed rgb(220,220,220);
	border-top: 0;
}

.s {
	font-size: 0.9em;
}

.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

a {
	color: #93BB3A;
	text-decoration: none;
}

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

h1 {

}

h2 {

}

h3 {

}

h4 {
	font-size: 1.2em;
}

#wrapper, #copy {
	background-color: #fff;
	width: 800px;
	margin: 25px auto;
	margin-bottom: 0px;
	padding: 7px;
}

#copy {
	background-color: #8b8b8b;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
}

#header {
	background: url(../img/bg-header.gif) repeat-x;
}

#header h1 {
	font: 25px/98px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: -1000px;
	border-bottom: 7px solid #A4CF43;
	display: none;
}

#navi {
	border-bottom: 1px solid #A4CF43;
	display: block;
	height: 98px;
	/* background: url(../img/KS-Kies-und-Sand.png) no-repeat 15px -35px !important;*/
	background: url(../img/header-kies-und-sand.png) no-repeat top left;
}

#navi ul {
	text-align: right;
	list-style: none;
	padding: 28px 35px 0 0;
}

#navi ul li {
	display: inline;
	line-height: 44px;
	padding: 0 10px 0 0;
}


#navi ul li a:link {
	border-bottom: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navi ul li a:visited {
}

#navi ul li a:hover,
#navi ul li a.current {
	border-bottom: 3px solid #93BB3A;
	color: #93BB3A;
	text-decoration: none;
}

#content,
#content-wide {
	margin: 7px 0px 0px 0px;
	padding: 20px 30px;
	padding-top: 15px; 
	background-color: rgb(255,255,255);
	color: #333;
	font-size: 14px;
	width: 450px;
	float: left;
}

#content h2#logo {
	font: 25px/33px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: -1000px;
	background: url(../img/KS-Kies-und-Sand-w.png) no-repeat 0px 0px;
}

#content ul {
}

#content ul li {
	list-style-position: inside;
}

#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:hover {
	color: #3c5f4b;
	text-decoration: underline;
}

#content-wide {
	margin: 7px 0px 0px 0px;
	padding: 20px 30px;
	padding-top: 15px; 
	background-color: rgb(255,255,255);
	color: #333;
	font-size: 14px;
	width: 740px;
}

#content-wide #content-text {
	padding-bottom: 20px;
}

#content-wide #content-text ul {
	padding: 0;
	margin: 0 0 0 15px;
	list-style-type: square;
	list-style-position: outside;
}

#content-wide #content-text ul li {
	padding: 0;
	margin: 0;
	float: left;
	width: 350px;
}

#content-wide .item {
	margin: 0 0 11px 0px;
	padding: 3px 0 0 0;
	width: ;
}

#content-wide .item div {
	overflow: hidden;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 160px;
	width: 230px;
	float:  left;
}

#sidebar {
	border: 2px solid rgb(230,230,230);
	background-color: rgb(240,240,240);
	margin: 8px 0 0 8px;
	margin-top: 23px;
	float:  left;
} 

#sidebar .item {
	margin: 0 0 11px 0px;
	padding: 3px 0 0 5px;
	width: 273px;
}

#sidebar .item h3 {
	padding: 1px 0px;
}

#sidebar .item a {
	display: block;
	height: 100%;
	width: 100%;
}

#sidebar #item-one div {
	overflow: hidden;
	margin-top: 2px;
	height: 130px;
	width: 269px;
	background: url(../images/tiefbau-fuhrunterehmen-001-leistung.jpg) no-repeat 0px -50px;
}

#sidebar #item-two div {
	overflow: hidden;
	margin-top: 2px;
	height: 130px;
	width: 269px;
	background: url(../images/bauschutt-001-leistung.jpg) no-repeat 0px -40px;
}

#sidebar #item-three div {
	overflow: hidden;
	margin-top: 2px;
	height: 130px;
	width: 269px;
	background: url(../images/bagger-001-leistung.jpg) no-repeat 0px -35px;
}

#footer {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

