/* Allgemeine Definitionen */

body {
	margin:0 auto;
	padding:0;
	background:#b58145 url('Images/Layout/bg.jpg') repeat-x;
	width:850px;
	font-family:arial, verdana, times;
	font-size:12px;
}

a img {
	border:none;
}

a {
	color:#6e4d26;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.greybilder {
	padding:3px;
	margin-right:18px;
margin-bottom:18px;
	background-color:white;
 border:1px solid #e0e0e0;
}
h1 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	
	color:#65441d;
}
p {
	color:#212121;
}
/* Inhalt */

#content {
	background:#fefdfb url('Images/Layout/shadow.jpg') repeat-x top;
	border-left:1px solid #ddae60;
	border-right:1px solid #ddae60;
	border-bottom:1px solid #ddae60;
}

#inhalt {
	margin:20px;
}
#text {
	width:340px;
	margin-right:25px;
	float:left;
}
#text2 {
	width:820px;
	float:left;
}
#rechts {
float:right;
border:0px solid red;
}
#anfrage input {
border:1px solid #c7c1b7;
}
/* Navigation */

#navigation {
width:848px;
height:40px;
	background:#fef5eb url('Images/Layout/bg-nav.jpg') repeat-x;
}
#nav_categories {
	margin:0;
	padding:0;
	list-style:none;
}

#nav_categories li {
	float:left;
	height:40px;
	overflow:hidden;

}


#nav_categories li a {
font-size:15px;
text-decoration:none;
padding-top:12px;
line-height:40px;
border-right:1px solid #d6a258;
padding-bottom:12px;
padding-left:20px;
padding-right:20px;
}
#nav_categories li a:hover {
background:url('Images/Layout/bg_nav_hover.jpg') repeat-x bottom;
}
#nav_categories li a.active {
background:url('Images/Layout/bg_nav_hover.jpg') repeat-x bottom;
}

/* Footer */

#footer {
	font-size:11px;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:20px;
	color:white;
}

#footer a {
	font-size:11px;
	color:white;
}

