@charset 'utf-8';
@import url(reset.css);

html
{
	height: 100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #7a7a7a;
	height: 100%;
	background: #660016 url(../images/streifen.png) repeat-x;
}

p {
	margin-bottom: 5px;
	line-height: 18px;
}

h1 {
	color: #a70b16;
	font-size: 22px;
	margin-bottom: 14px;
	font-weight: normal;
}

h2 {
	color: #a70b16;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}
	
h3 {
	color: #a70b16;
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: normal;
	font-style: normal;
}	
	
h4 {
	font-size: 12px;
	margin-bottom: 8px;
	font-weight: bold;
}

a {
	text-decoration: none;
}
.head1 {
	font-size: 22px;
	color: #d49051;
}
.head2 {
	font-size: 22px;
	color: #c2bdd7;
	margin-left: 100px;
	padding-bottom: 10px;
}
a:link {
	text-decoration: underline;
	color: #a70b16;
}
a:visited {
	text-decoration: underline;
	color: #a70b16;
}
a:hover {
	text-decoration: none;
	color: #a70b16;
}
a:active {
	text-decoration: underline;
	color: #a70b16;
}



#wrapper {
	height: auto;
	width: 955px;
	min-height: 350px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-top: 0px;
}
#header {
	float: left;
	width: 955px;
	height: 191px;
	margin-top: 19px;
	background-image: url(../images/header_back.png);
	background-repeat: no-repeat;
}
#header .logo {
	float: left;
	width: 231px;
	height: 92px;
	margin-top: 57px;
	margin-left: 46px;
}

#header .logo2 {
	float: left;
	width: 141px;
	height: 41px;
	margin-top: 34px;
	margin-left: 436px;
}

/* TopNavigation */

#navbar {
	height: 22px;
	width: 240px;
	float: right;
	margin-top: 43px;
	margin-right: 10px;
	overflow: hidden;
	list-style-type: none;
}
#navbar ul {
	list-style: none;
}

#navbar li {
	width: auto;
	float: left;
}

#navbar a {
	display: block;
	margin: 0px;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#navbar a:hover {
	color: #e6640d;
}

#navbar a.selected {
	color: #e6640d;
}

#mitte {
	width: 955px;
	height: 308px;
	float: left;
	background-image: url(../images/mitte.png);
	background-repeat: no-repeat;
}

#karte {
    width: 607px;
    height: 305px;
    margin-left: 7px;
    float: left;
    background: #FFF url(../images/loading.gif) no-repeat 50% 50%;
}

#bild {
    width: 453px;
    height: 305px;
    margin-left: 7px;
    float: left;
}

#slider {
	position:relative;
    width: 453px;
    height: 305px;
    margin-left: 7px;
    float: left;
    background:url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}


/* HauptNavigation */

#navi {
	height: 200px;
	width: 220px;
	float: right;
	margin-top: 20px;
	overflow: hidden;
	list-style-type: none;
	margin-right: 25px;
}

#navi li {
	margin: 0px;
	text-align: left;
	list-style-type: none;
}
#navi ul {
	margin: 0;
	padding: 0;
}

#navi li a {
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 8px;
	font-size: 18px;
}

#navi li a:link {
	color: #FFF;
}

#navi li a:visited {
	color: #FFF;
}

#navi li a:hover, #navi li a.selected {
	color: #e6640d;
	text-decoration: none;
}


#content_wrap {
	width: 955px;
	height: auto;
	min-height: 300px;
	float: left;
	background: url(../images/content_back.png) repeat-y 0 89px;
}

#content_top {
	width: 955px;
	height: auto;
	float: left;
	margin-bottom: 0px;
	background: url(../images/content_top.png) no-repeat;
}

#content {
	width: 500px;
	float: left;
	margin-bottom: 30px;
	padding-left: 60px;
	padding-top: 34px;
	min-height: 250px;
}

#content .bildlinks {
	margin-right: 40px;
}

#content table {
	margin-left: 20px;
}
#content td {
	padding: 2px;
}
#content table tr td h2 {
	margin-top: 5px;
}
#content a:link {
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content a:active {
	text-decoration: underline;
}
#content p
{
	line-height: 22px;
	margin-bottom: 8px;
}
#content li
{
	line-height: 22px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 2px;
}
#content .column
{
	float: left;
	width: 50px;
	margin-right: 8px;
	text-align: right;
}
#content .column2 {
	float: left;
	width: 150px;
}
#adresse {
	width: 200px;
	height: auto;
	float: right;
	padding-top: 34px;
	padding-right: 35px;
}
#adresse p {
	text-align: right;
	line-height: 20px;
}
.bild_right  {
	width: 170px;
	height: 94px;
	float: right;
	border: 1px solid #d49051;
	margin-top: 5px;
	margin-right: 35px;
	background-image: url(../images/angebot_back.gif);
	padding: 15px;
}
#angebot {
	width: 150px;
	height: 70px;
	float: right;
	border: 1px solid #d49051;
	margin-top: 25px;
	margin-right: 25px;
	background-image: url(../images/angebot_back.gif);
	padding: 15px;
}
#angebot .head1 {
	font-size: 18px;
	color: #d49051;
}
#angebot .head2 {
	font-size: 18px;
	color: #c2bdd7;
	margin-left: 30px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#angebot .mehr {
	color: #d49051;
	text-align: right;
}
#angebot a {
	color: #d49051;
	padding-bottom: 10px;
	text-align: right;
}

#footer {
	width: 935px;
	height: 40px;
	clear: both;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	background-image: url(../images/footer_back.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-top: 17px;
}
#footer a
{
	text-decoration: none;
	color: #FFF;
}
#footer a:hover
{
	text-decoration: underline;
}
