/* CSS Document vsak-lautertal.de*/
#menu ul {margin: 0; padding: 0; list-style:none;}
a img {border: 0;}

fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: url(verlauf.gif) repeat-x #FFF;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align:center;
}
#container {
	width: 1030px;
	margin: 0 auto;
	text-align:left;
	background: url(bg.gif) repeat-y;
}
#menu {
	width: 213px;
	float: left;
	margin-left: 15px;
}
#content {
	width:746px;
	padding: 20px;
	float:left;
}
#footer {
	clear:both;
	height:19px;
	background: url(footer.gif) no-repeat;
}

/*
 * Search form
 */
#suche {
	padding: 5px 8px;
	border-top: 1px dashed #303030;
	border-bottom: 1px dashed #303030;
	margin: 5px 10px;
}
input#livesearch {
	width: 140px;
	vertical-align: middle;
	border: 1px solid #666666;
	height: 19px;
	line-height:21px;
}
input#suchesubmit {
	vertical-align: middle;
	border: 1px solid #666;
}
input#suchesubmit:hover {
	cursor: pointer;
}
/*
 * Menustyles
 */
#menu ul {
	line-height: 200%;
	margin: -5px 10px 0 10px;
}
#menu ul li {
	border-bottom: 1px dashed #303030;
	padding-left: 13px;
}
#menu ul li:hover {
	background:url(dot.gif) no-repeat 0 .5em;
}
#menu a:link, #menu a:active, #menu a:visited{
	color: #000000;
	text-decoration:none;
}
#menu a:hover, #menu a:focus {
	color: #b13614;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}

/*
 * Typo
 */
h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	color: #b13614;
	text-transform:uppercase;
}
h1 {color: #707173;}
#content a:link, #content a:visited {
	color:#000000;
	text-decoration:underline;
}
#content a:active, #content a:hover, #content a:focus {
	color:#b13614;
	text-decoration: none;
}