/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	color: #0AAAFD;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 240px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;

}
#logo img{	border:0px; margin-left: 25px; margin-top:7px;}

#menu {
	float: left;
	width: 530px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(../images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ED2024;
}

.splash {
	width: 770px;
	height: 190px;
	margin: 0 auto;
}

.splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

/* Headerimages */
#index{background: url(../images/header_home.jpg) no-repeat;}
#grabanlagen{background: url(../images/header_grabanlagen.jpg) no-repeat;}
#wohnbereich{background: url(../images/header_wohnbereich.jpg) no-repeat;}
#brunnen{background: url(../images/header_brunnen.jpg) no-repeat;}
#kontakt{background: url(../images/header_kontakt.jpg) no-repeat;}
#sitemap{background: url(../images/header_home.jpg) no-repeat;}
#impressum{background: url(../images/header_home.jpg) no-repeat;}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 490px;
	padding: 20px;
}

#page #content ul.pagelist {
	margin-left: 3em;
	list-style:square;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}
*:first-child+html {} * html #sidebar{position:absolute;}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	/*background: #3B3B3B url(../images/img4a.gif) no-repeat;*/
	color: #000000;
	border-bottom: 1px solid #3B3B3B ;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 2px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}


/* form elements */
#content form {
	margin:10px 15px 10px 0px;; 
	padding: 0px 0px 0px 10px;
	border: 1px solid #ffffff; 
	background-color: #FAFAFA; 
}
#content label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#content input, #sidebar input {
	padding: 2px;
	border:1px solid #D5D5D5;
	color:#777;
}
#content textarea {
	width:400px;
	padding:2px;
	border:1px solid #D5D5D5;
	height:100px;
	display:block;
	color:#777;
}
#content input.button, #sidebar input.button { 
	margin: 0; 
	font-weight:bold;
	font-size:0.9em;
	background: #FFF url(../images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #D5D5D5;	
}

.noscript { display: none; }

#homepic{ float:right; margin: 5px 0px 0px 5px;}