* {
	margin:0;
	padding:0;
	}
body {
	text-align:left;
	width:100%;
	font-family:Verdana, sans-serif;
	font-size:13px;
	}

ul {
	list-style-type:none;
	}
img {
	border:none;
	}
.clear {
	clear:both;
	}
#wrapper {
	margin:auto;
	width:800px;
	text-align:left;
	/*border:1px solid #ff0000;*/
	}
#info {
	margin-top:5px;
	color:#8b8b8b;
	font-size:15px;
	}
#info a {
	color:#8b8b8b;
	text-decoration:none;
	}
#logo {
	margin-top:20px;
	background-image:url(./images/logo.jpg);
	background-repeat:no-repeat;
	height:53px;

	}
#suche {
	height:143px;
	margin-top:20px;
	}
	#header {
		height:40px;
		background-image:url(./images/suche_head_bg.gif);
		font-size:18px;
		color:#bd933a;
		line-height:40px;
		}
			#header ul {
				float:right;
				list-style-type:none;
				}
			#header li {
				float:left;
				margin-right:20px;
				}
			#header a {
				color:#ffffff;
				text-decoration:none;
				}
			#bgcornerleft {
				background-image:url(./images/suche_head_bg_left.gif);
				height:40px;
				width:10px;
				float:left;
				}
			#bgcornerright {
				float:right;
				background-image:url(./images/suche_head_bg_right.gif);
				height:40px;
				width:10px;
				}
	#infobox {
		height:105px;
		background-image:url(./images/suche_body_bg.gif);
		}
			#infobox ul {
				padding-top:5px;
				}
			#infobox li {
				padding-top:3px;
				}
			#infobox a {
				text-decoration:none;
				color:#735f35;
				}
			#infobgcornerleft {
				background-image:url(./images/suche_body_bg_left.gif);
				height:105px;
				width:11px;
				float:left;
				}
			#infobgcornerright {
				float:right;
				background-image:url(./images/suche_body_bg_right.gif);
				height:105px;
				width:11px;
				}
#content {
	margin-top:20px;
	text-align:justify;
	color:#525252;
	}
	#content a {
		text-decoration:none;
		color:#525252;
		}
	#content h1 {
		font-size:16px;
		color:#c59a3f;
		margin-bottom:20px;
		}
	#content h2 {
		font-size:15px;
		color:#525252;
		margin-top:12px;
		margin-bottom:5px;
		}
	#content h3 {
		font-size:14px;
		color:#525252;
		margin-top:12px;
		margin-bottom:5px;
		}
	#content h4 {
		font-size:13px;
		color:#525252;
		font-weight:bold;
		}
	#content h4 a {
		text-decoration:none;
		color:#525252;
		}
	#content p {
		margin-top:4px;
		}
	#content ul {

		}
	#content li {
		margin-top:4px;
		}
	#map {
		float:right;
		margin-left:25px;
		margin-bottom:25px;
		height:300px;
		width:300px;
		}
	.boxed {
		float:left;
		border:1px solid #8b8b8b;
		background-color:#efefef;
		padding:2px;
		padding-right:3px;
		padding-left:3px;
		margin-right:3px;
		margin-bottom:3px;
		}
	.boxed a {
		text-decoration:none;
		color:#525252;
		}
	fieldset {
		width:365px;
		border:none;
		padding:10px;
		}
	fieldset label {
		float:left;
		width:105px;
		text-align:right;
		margin-right:5px;
		margin-bottom:3px;
		}
	fieldset input[type=text], textarea {
		width:250px;
		margin-bottom:3px;
		}
	fieldset input[type=submit] {
		width:253px;
		margin-bottom:3px;
		}
	fieldset input[type=checkbox] {
		margin-bottom:3px;
		}
	.navigation {
		margin-top:20px;
		}
	#itemlisting {
		width:650px;
		}
	.item {
		float:left;
		width:180px;
		text-align:left;
		margin-left:10px;
		margin-bottom:10px;
		}
	.letter {
		font-weight:bold;
		font-size:18px;
		}
	.listentry {
		margin-bottom:14px;
		}

#footer {
	clear:both;
	font-size:11px;
	padding-top:20px;
	padding-bottom:20px;
	color:#8b8b8b;
	text-align:center;
	}
#footer a {
	color:#8b8b8b;
	text-decoration:none;
	}


