html{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFF;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background-image: url(bilder/background.gif);
	background-repeat: repeat-y;
}

a{
	color: black;
}

a:visited{
	color: black;
}

th{
	text-align: right;
	vertical-align: top;
}

#banner
{
	height: 70px;
	margin-left: 150px;
	margin-right: 0;
	background-image: url(bilder/banner0.jpg);
	background-position: 0 0;
	background-repeat: repeat;
}

#navi a, #navi a:visited{
	text-decoration: none;
}

#karte{
	width: 450px;
	margin: auto;
	margin-top: 100px;
}

#karteLinks{
	float: left;
	width: 200px;
	text-align: right;
}

#karteRechts
{
	margin-left: 250px;
	padding-top: 10px;
	background-image: url(hobel.gif);
	background-position: 100px 160px;
	background-repeat: no-repeat;
}

#karteLinks img{
	margin-bottom: 10px;
}

#karteRechts h1{
	font-family: "Comic Sans MS";
	font-size: 18pt;
	font-weight: bold;
	margin-top: 0;
	border-bottom: 1px solid white;
}

#navi{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	padding: 10px;
	font-size: 9pt;
	background-color: #FECB09;
}

#adresse{
	min-height: 100px;
	background-image: url(hobel.gif);
	background-position: 50px 400px;
	background-repeat: no-repeat;
}

#navi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}

#navi li
{
	font-family: "Verdana";
	font-size: 12pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;
}

#navi li a
{
	display: block;
	border-bottom: 2px solid white;
}

#navi ul li ul li.last{
}

#navi ul li ul{
	margin-top: 10px;
	margin-left: 20px;
}

#navi ul li ul li{
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 0;
}

#contentRight{
	margin-left: 170px;
	padding: 10px;
	background-color: #FFF;
	margin-right: 0;
	width: 820px;
}

#contentRight p{
	line-height: 14pt;
}

h1{
	font-family: "Verdana";
	font-size: 24pt;
	font-weight: bold;
	margin-top: 0;
}

h2{
	color: black;
	/*color: #CF6931;*/
}

#contentRight ul{
	list-style-type: none;
	padding: 0;
}

#contentRight li{
	padding-left: 15px;
	background-image: url(kasten.gif);
	background-repeat: no-repeat;
	line-height: 10px;
	font-size: 10pt;
	margin-bottom: 14px;
}

table.uebersicht{
	width: 80%
}

.uebersicht td{
	text-align: center;
	padding: 10px;
	width: 33%;
}

.uebersicht td img{
}

#hauptbild{
	float:right;
	margin-left: 20px;
}

.album td{
	padding-bottom: 20px;
}

