@charset "utf-8";
/* CSS Document /* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

/* 0. Import CSS */

	@import url("lightbox.css");
	@import url("cms.css");
	@import url("clearfix.css");

/* ########################################################################################################
######################################################################################################*/   

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #666;
	font-size:12px;
}

body {
	background: #FFF url(../images/bg.jpg) repeat-x top center;
}

html[xmlns^="http"] {
	overflow-y: scroll;
}

h1{
	font-size: 18px;
	color: #9c0;
	font-weight:lighter;
}

h2 {
	font-size: 16px;
	color: #060;
/*	font-weight:lighter;*/
	padding: 0 0 40px 0;
}

h3 {
	font-size: 18px;
	color: #333;
	font-weight:lighter;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 17px;
	color: #831634;
	font-weight:lighter;
	margin: 5px 0 10px 0;
}

p {margin: 0 0 20px 0px; line-height: 18px;}
	
.unsichtbar  {display: none;}


/*######################################################################################################
######################################################################################################*/

/* 2. Layout */

#dafloatkilla2k, .dafloatkilla2k {
	clear:left;
	float:none;
}

#wrapper {
	width: 955px;
	position:relative;
	margin: 0 auto;
	background:url(../images/bg_wrapper.jpg) no-repeat;
}

/*---------------------------------*/

#logo{
	width: 380px;
	float:left;
	height: 233px;
}

#head {
	width: 955px;
	clear: both;
	height: 233px;
}

.editcontent{
	float:left;
	position:relative;
	z-index: 10;
	width: 450px;
}

.adresse{
	float: left;
	width: 150px;
	height: 30px;
	padding: 0 0 0 70px;
}

#content {
	width: 955px;
	min-height: 300px;
	background: url(../images/bg_content.jpg) no-repeat 81px 0px;
}

/*---------------------------------*/

#footer{
	height: 150px;
	width: 955px;
	background: url(../images/bg_footer.jpg) no-repeat 69px 0px;
}

#colleft{
	position:absolute;
	width: 131px;
	height: 73px;
	background:url(../images/bg_footer2.gif) no-repeat;
	left: 121px;
	margin: -72px 0 0 0;
}

#colright{
	position:absolute;
	width: 113px;
	height: 209px;
	background:url(../images/bg_footer3.gif) no-repeat;
	left: 721px;
	margin: -208px 0 0 0;
}


/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */

#navi {
	float:left;
	width: 275px;
	height: 200px;
}

#navi ul{
	width: 222px;
	height: 155px;
}

#navi li{
	width: 222px;
	display:block;
}

#navi a{
	display:block;
	text-indent: -9999px;
	width: 222px;
	position:relative;
}

#navi a:hover{
	color: #000;

}

.l1{ background: url(../images/bg_navi1.jpg) no-repeat; height:25px;}
.l2{ background: url(../images/bg_navi2.jpg) no-repeat; height:30px;}
.l3{ background: url(../images/bg_navi3.jpg) no-repeat; height:32px;}
.l4{ background: url(../images/bg_navi4.jpg) no-repeat; height:29px;}
.l5{ background: url(../images/bg_navi5.jpg) no-repeat; height:39px;}

a.l1:hover{ background: url(../images/bg_navi1-hover.jpg) no-repeat; height:25px;}
a.l2:hover{ background: url(../images/bg_navi2-hover.jpg) no-repeat; height:30px;}
a.l3:hover{ background: url(../images/bg_navi3-hover.jpg) no-repeat; height:32px;}
a.l4:hover{ background: url(../images/bg_navi4-hover.jpg) no-repeat; height:29px;}
a.l5:hover{ background: url(../images/bg_navi5-hover.jpg) no-repeat; height:39px;}

#hiddem{ display:none;}

ul#subnavigation li{
	float: left;
	width: 150px;
	height: 150px;
}

ul#subnavigation li a{
	display:block;
	width: 150px;
	height: 150px;
	text-indent: -9999px;
}

.s1{ background:url(../images/gartengestaltung.jpg) }
.s2{ background: url(../images/pflasterarbeiten.jpg)}
.s3{ background:url(../images/pflanzarbeiten.jpg)}
.s4{ background:url(../images/treppenbau.jpg)}
.s5{ background: url(../images/teichbau.jpg)}
.s6{ background: url(../images/gartenpflege.jpg)}
.s7{ background:url(../images/gehoelzschnitt.jpg)}
.s8{background:url(../images/gartenbeleuchtung.jpg)}


/*----------------- PNG-Filter/Position Hacks fr IE6 -------------------*/



/*------------------------------- Subnavi  -------------------------------*/

#subnavi{
	padding: 110px 0 0 275px;

}

#subnavi li{
	float: left;
}

#subnavi a{
	color: #360;
	display:block;
	padding: 0 10px;
	text-decoration: none;
}

#subnavi a:hover{
	color: #9fcf10;

}

	
/*######################################################################################################
######################################################################################################*/

/* 4. Content */

.bildborder {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 8px 4px 0;
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}

.bildborder:hover{
	border: 2px solid #9fcf10;
	padding: 1px;
}

.bildbordernohover {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

/*---------------------------------*/

.floatleft{
	float: left;
}

.marginright10px{
	margin: 0 10px 0 0;
}

.floatright {
	float: right;
}

/*---------------------------------*/

ul.liste{
	margin: 0 0 20px 0;
}

ul.liste li {
	padding: 5px 0 5px 25px;
	border-bottom: dashed 1px #ccc;
	line-height: 18px;
	float:left;
	width: 185px;
	margin: 0 10px 0 0;
	background: url(../images/bg_li.gif) no-repeat left center;
}


ul.liste li:hover {
	color:#333;
	background: #f7f8f8 url(../images/bg_li.gif) no-repeat left center;
}

*html ul.liste li {
/*	line-height: 20px;*/
	height: 20px;
}

/*---------------------------------*/

address { 
	font-style:normal;
	line-height: 18px;
	margin: 0 0 15px 0;
}

abbr {
	color: #333; 
	border-bottom: dotted 1px #333;
}

.claim{
	width: 345px;
	float:left;
	text-align:right;
	font-size: 12px;
	color: #060;
	padding: 20px 0 0 0;
}

.claim strong{
	font-size: 21px;
	color: #9fcf10;
	font-weight:lighter;
	line-height: 26px;
}



/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a:link, a:visited, a:active, a:focus, .escape span{
	text-decoration: underline;
	color: #b5113e;
	outline: none;
}

a:hover, a:hover span{
	text-decoration:none;
	color:#333;
}

/*---------------------------------*/

.gototop{
	position:fixed;
	right:10px;
	bottom:10px;
	color:#999;
	font-size:10px;
	text-decoration:none;
	_display:none;
}

a[href$=".pdf"], .pdf {
	 padding: 4px 0 4px 55px;
	 background: url(../images/pdf.gif) no-repeat 0 50%;
	 line-height: 30px;
	 border-bottom: none;
	 display:block;
}

/*######################################################################################################
######################################################################################################*/
