/* Tags */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #BF241D;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #C8C8C8;

}
body {
	background: url(img/bg_head.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
p {
	margin-bottom: 10px;
}




/* Container */
.container {
	margin: 0 auto;
	width: 960px;
}

.header {
	height: 300px;
}
#bildLogo {
	float: left;
}
#bildHeader {
	float: right;
}

.content {
	float: right;
	width: 700px;
	text-align: justify;

}
.content h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
.content h3 {
	font-size: 12px;
	margin-bottom: 5px;
}
.content ul li {
	margin-left: 10px;
	list-style-type: disc;
	line-height: 18px;
}





/* Navigation */
.navigation {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 200px;
	float: left;
	margin-top: 20px;
}


.navigation li {
	font-weight: bold;
	color: #000;
	list-style-type: none;
	line-height: 22px;
	height: 22px;
	margin-bottom: 2px;
	display: block;
	border-bottom: solid #CCCCCC 1px;
	text-align: left;
	padding-left: 5px;
}
.navigation ul {
	list-style-type: none;
}
.navigation a {
	text-decoration: none;
	color: #000;
	display: block;
	padding-left: 5px;
	margin-left: -5px;
}
.navigation a:hover{
	background-color: #BF251D;
	display: block;
	color: #FFF;
}
.navigation ul #sub a {
	margin-left: 20px;
	list-style-type: disc;
}

.copyright {
	height: 300px;
	margin: 0 auto;
	width: 960px;
	padding-top: 20px;
	font-size: 10px;
	text-align: right;
}
.copyright a{
	color: #333;
	text-decoration: none;
}
.content #galerie tr td a img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 2px;
	float: right;
}

.content #galerie tr td a:hover img {
	border: 1px solid #BF241D;
	padding: 2px;
	margin: 2px;
}
#karte {
	float: right;
	margin-left: 10px;
}
.bildRight {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	border: solid #B7B7B7 0px;
	padding: 3px;
}
.listTable {
	text-align: justify;
}
.listTable tr td{
	border-top: solid #999 1px;
	padding: 5px;
}


.footer {
	background: #930;
	background-image: url(img/bg_footer.png);
	height: 300px;
}









.clear {
	clear: both;
}

