/* CSS Document freizeitheim-ulrichstein.de */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(bg.gif) repeat-y;
}

#container {
	background: url(bg2.gif) repeat-x;
}
#header {
	height: 150px;
	background:url(header.gif) no-repeat;
}
#menu {
	height: 559px;
	width: 209px;
	background:url(menu.gif) no-repeat;
	float: left;
	position:relative;
}
#content {
	width: 550px;
	margin-left: 10px;
	float: left;
}
#footer {clear: left; height:1px;}

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

#menu ul {
	padding: 25px 0 0 10px;
}
#menu li {
	background: url(liststyle.gif) no-repeat 0 .5em;
	padding-left: 15px;
}
#menu li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menu #wetter{
	margin-top: 15px;
	margin-left: 5px;
	border: 1px solid #723393;
	position:absolute; top: 430px;
	width: 120px;
}
#menu address {
	font-style: normal;
	color: #FFFFFF;
	position:absolute; top: 300px;
	margin-left: 5px;
}

h1, h2, h3, h4, h5, h6 {
	color: #63A703;
	font-size: 16px;
}
#content a:link, #content a:active, #content a:visited {
	color: #63A703;
	text-decoration: underline;
}
#content a:hover, #content a:focus{
	color: #63A703;
	text-decoration: none;
}
#content ul li {list-style:none; margin: 0; padding: 0;}
#content ul li {
	background:url(liststyle_content.gif) 0 .5em no-repeat;
	margin-left: -10px;
	padding-left: 10px;
	line-height: 150%;
}

