/* Tags */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;

}
body {
	background-repeat: repeat-x;
	background-color: #FFF;
}
p {
	margin-bottom: 10px;
}
a {
	color: #BF241D;
}
h1 , h2, h3{
	font-family: Verdana, Geneva, sans-serif;
}

/* Container */
.container {
	margin: 0px auto;
	width: 960px;
}

.header {
	height: 268px;
	margin-bottom: 20px;
	background-color: #731E19;
}
.header .container {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 268px;
}
.teaser   {
	width: 400px;
	padding-top: 40px;
	padding-left: 40px;
}
.teaser .teaser1  {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}
.teaser .teaser2  {
	border-bottom: solid #CCC 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
}
.teaser p  {
	margin-bottom: 10px;
	color: #FFF;
}

.topRow  {

}
.teaser .slogan {
	color: #000;
	display: none;
}

.buttomRow  {
	width: 400px;
	color: #FFF;
	padding-top: 15px;
}
.buttomRow h1  {
	font-size: 20px;
	border-bottom: solid #FFF 1px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.buttomRow p {
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 13px;
}
.buttomRow p a {
	color: #FFF;
	text-decoration: none;
}

.buttomRow p a:hover {
	color: #92A1C1;	
}
.button {
	background-color: #E5E5E5;
	float: right;
	padding: 15px;
	border: solid #EEE 1px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-image: url(img/bg_box.png);
	background-repeat: repeat-x;
	width: 270px;
	font-style: italic;
}

.bildLogo {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navigation {
	list-style-type: none;
	float: right;
	margin-top: 10px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}

.navigation li {
	float: left;
	margin-right: 20px;
}
.navigation li a {
	text-decoration: none;
	color: #7B2A14;
}
.navigation li a:hover {
	color: #DE3C00;
	border-top: solid #DE3C00 1px;
	border-bottom: solid #DE3C00 1px;
}
.imagery {
	margin-bottom: 20px;
}


.content {
	float: left;
	width: 670px;
	text-align: justify;
	font-size: 13px;
	margin-bottom: 50px;
	padding-right: 10px;

}
.content h1 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #731E19;
	line-height: 32px;
	height: 32px;
	border-bottom: solid #CCC 1px;
}

.content h2 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #731E19;
	line-height: 32px;
	height: 32px;
}
.content h2 img {
	margin-right: 10px;
	float: left;

}

.content h3 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}
.content ul li {
	list-style-type: disc;
	line-height: 18px;
	list-style-position: inside;
}
.content ul {

}




.copyright {
	height: 300px;
	margin: 0 auto;
	width: 960px;
	padding-top: 10px;
	font-size: 10px;
	text-align: right;
}
.content .box {
	float: left;
	margin-right: 40px;
	width: 315px;
	margin-top: 20px;
}


.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;
}
.sidebar {
	width: 250px;
	float: right;
	color: #000;
	text-align: right;
}
.sidebar h2 {
	font-size: 16px;
	margin-bottom: 10px;
	font-variant: normal;
	color: #666;
}

.sidebar .box {
	padding: 10px 0px 10px 10px;
	margin-bottom: 0px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.sidebar .box .news {
	text-align: right;
	padding-left: 10px;
}
.sidebar .box .news h3 {
	color: #666;
}
.sidebar .box .news p a {
	text-decoration: none;
	color: #000;
}





#karte {
	float: right;
	margin-left: 10px;
}
.bildLeft {
	float: left;
	margin-right: 10px;
}
.bildRight {
	float: right;
	margin-left: 10px;
	margin-top: 3px;
}

.listTable {
	text-align: justify;
}
.listTable tr td{
	border-top: solid #999 1px;
	padding: 5px;
}

.footer {
	height: 300px;
	background-image: url(img/bg_footer.png);
	background-repeat: repeat-x;
}
#last {
	margin-right: 0px;
}

.clear {
	clear: both;
}
