@charset "utf-8";

#mainbanner {
	background-image: url(../images/mainbanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 965px;
}

#maincontainer {
	width: 965px;
	position: absolute;
	background-image: url(../images/gruen.jpg);
	background-repeat: repeat-y;
}
#navbar a, .spacer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 18px;
	width: 170px;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 3px;
}
#navbar p {
	font-size: 8px;
	margin-left: 10px;
}


#nav_container {
	height: 100%;
	width: 190px;
	background-repeat: repeat;
	position: relative;
	float: left;
}
#navbar {
	width: 190px;
}
#nav_karte {
	width: 190px;
}
#nav_karte img {
	margin-left: 10px;
	margin-top: 30px;
}

#content {
	height: 100%;
	width: 755px;
	float: left;
	position: relative;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding-bottom: 20px;
}

#ticker {
	width: 711px;
	border: 2px solid #336600;
	position: relative;
	margin-top: 20px;
	padding: 10px;
	background-color: #CCCCCC;
}
#ticker h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
	width: 710px;
}


#content h1, #content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
	width: 755px;
}

#content h1, #ticker h3  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 16px;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
}
#content hr {
	color: #333333;
}


#content li {
	list-style-type: square;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content a {
	font-weight: bold;
	color: #333333;
}
#content a:hover {
	font-weight: bold;
	color: #000000;
}
#content table {
	margin-top: 20px;
}
