* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

.block-1 img, .block-2 img {
	margin:10px 12px 12px 10px;
	float:left;
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

a {
	outline: none;
	color: #d52d00;
}

	a:hover {
		text-decoration: none;
	}

html {
	min-width: 980px;
}

body {
	background: url(../graphics/body.jpg) repeat 50% 69px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #393939;
}

#kopf {
	position: relative; 
	height: 278px; 
	top:116px; 
	left:24px; 
	width:927px; 
	background-image:url(../graphics/kopf_pic.jpg);
	border-radius:10px;
}

#logo {
	position:absolute;
	top:0px;
	left:50px;
	height:219px;
	width:187px;
}

#ichbox {
	position:relative; 
	width:199px;
	height:430px;
	background-color: #d2e1a0;
	border-radius:9px;
	padding:12px;
}
#ichbox .tel {
	color:#dc4600;
	font-weight:bold;
	font-size:18px;
}

#wzbaum {
	position:absolute;
	right:0px;
	bottom:0px;
	background-image:url(graphics/baum.png);
	width:70px;
	height:125px;
}

h2 {
	padding: 7px 0 5px 0;
	line-height: 2.154em;
	font-size: 14px;
	color: #dc4600;
}

h3 {
	padding: 7px 0 5px 0;
	line-height: 20px;
	font-size: 15px;
	font-weight:bold;
}

h4 {
	font-family: 'Crimson Text', serif;
	text-shadow: 0px 0px 0px #888;
	word-spacing: -1px;
	text-transform: uppercase;
	font-size: 20px;
	margin:0 0 20px 0;
	color:#666;
}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2{
	float: left;
	overflow: hidden;
}

#main-top{ 
	background: url() repeat-x 50% 0%;
}
#main {
	width: 975px;
	margin: 0 auto;
	padding: 0 0 0 1px;
}

#header {
	background: url(../graphics/kopf.png) no-repeat 0% 0%;
	position: relative;
	height: 409px;
	overflow:hidden;
}

#menu {
	position: absolute;
	top: 60px;
	left: 284px;
}

	#menu li {
		font-family: 'Crimson Text', serif;
		font-size:15px;
		text-shadow: 2px 2px 4px #888;
		float: left;
		padding: 0 38px 0 0;
		letter-spacing: -1px;
		text-transform: uppercase;
		color: #222120;
	}
	
		#menu li a {
			text-decoration: none;
			color: #222120;
		}
		
		#menu li a:hover {
			color: #2b962d;
		}
		
		#menu li.act a {
			color: #2b962d;
		}

#header-pic {
	position: absolute;
	top: 156px;
	left: 24px;
}

#content {
	background: #fff url(../graphics/inhalt.gif) repeat-x 0% 0%;
	padding: 29px 24px 32px 24px;
}

	#page1 #content {
		padding: 29px 24px 10px 24px;
	}

	#content p {
		padding: 0 0 10px 0;
		line-height: 1.385em;
		color: #595351;
	}
	


.title {
	background: url(../graphics/logo_sw.png) no-repeat 12px 0px;
	height: 83px;
	padding: 10px 0 0 115px;
	overflow: hidden;
	font-family: 'Crimson Text', serif;
	text-shadow: 3px 3px 4px #888;
	line-height: 1.2em;
	word-spacing: -1px;
	text-transform: uppercase;
	font-size: 29px;
	color: #2b962d;
}

	.title span {
		display: block;
		margin: -14px 0 0 0;
	}

.list {
	overflow: hidden;
}

	.list li {
		background: url(../graphics/marker.gif) no-repeat 0% 5px;
		padding: 0 0 0 27px;
		line-height: 2.333em;
		text-transform: uppercase;
		color: #595351;
	}
	
		.list li a {
			text-decoration: none;
			color: #595351;
		}
		
		.list li a:hover {
			text-decoration: underline;
		}

.break
{
  clear: both;
  background-color: transparent;
  background-image: url("../graphics/breakh.png");
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat-x;
  width:650px;
  margin: auto;
  height: 15px;
}
		
#footer {
	background: url(../graphics/fuss.gif) no-repeat 0% 0%;
	height: 79px;
	overflow: hidden;
}

	#footer p {
		line-height: 88px;
		text-align: center;
		font-size: 11px;
		color: #aaa9a4;
	}
	
		#footer p span {
			padding: 0 12px 0 0;
		}
		
		#footer p a {
			margin: 0 0 0 12px;
			color: #aaa9a4;
		}