﻿body
{
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, p, ul
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
}

img
{
	border: 0px;
}


div#Wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 874px;
	height: 583px;
	margin-top: 50px;
	background-image: url(../images/BG_Schatten.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
}

div#WrapperSeite
{
	width: 850px;
	height: 556px;
	background-image: url(../images/BG_Navigation.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div#Header
{
	height: 132px;
	background-image: url(../images/BG_Header.gif);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
	border-bottom: 2px solid #FFFFFF;
}

div#Header div#EckeRechtsOben
{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}

div#Header div#AdresseRechtsOben
{
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 20;
}

div#Header div#AdresseRechtsOben p
{
	text-align: right;
	font-size: 14px;
	color: #705937;
}

div#Header div#AdresseRechtsOben p.Telefon, div#Seiteninhalt p.Telefon
{
	margin-top: 6px;
}

div#Header div#AdresseRechtsOben p.EMail, div#Seiteninhalt p.EMail
{
	margin-top: 6px;
}

div#Header div#Logo
{
	position:absolute;
	left: 30px;
	top: 13px;
}

/*Linie oben*/
div#LinieOben
{
	height: 8px;
	background-color: #DFCFB7;
	
}

div#Content
{
	position: relative;
}

div#Content div#EckeLinksOben
{
	position: absolute;
	left: 159px;
	top: 0px;
	z-index: 10;
}


/*Navigation*/
div#Navigation
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 414px;
	width: 159px;
}


div#Navigation div#EckeLinksUnten
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
}


div#Navigation ul
{
	margin-top: 55px;
	list-style-type: none;
}

div#Navigation ul li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

div#Navigation ul li a
{
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 15px;
	background-image: url(../images/BG_NaviLink.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #000000;
}

div#Navigation ul li a:link
{
	background-image: url(../images/BG_NaviLink.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #000000;
}

div#Navigation ul li a:hover
{
	background-image: url(../images/BG_NaviHover.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #B00009 !important;
}

div#Navigation ul li a:visited
{

}

div#Navigation ul li a:active
{
	
}

div#Navigation ul li a.Markiert
{
	background-image: url(../images/BG_NaviHover.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #B00009 !important;
	text-transform: uppercase;
}



/*Inhalt*/
div#Inhalt
{
	position: absolute;
	top: 0px;
	left: 194px;
	width: 656px;
	height: 414px;
	
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#Inhalt div#Seiteninhalt
{
	position: relative;
	width: 656px;
	height: 414px;
	
}


div#Inhalt div#Wegweiser
{
	margin-top: 25px;
	color: #7F7F7F;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
}

div#Inhalt div#Wegweiser a
{
	text-decoration: underline;
	color: #7F7F7F;
}

div#Inhalt div#Wegweiser a:link
{
	text-decoration: underline;
}

div#Inhalt div#Wegweiser a:hover
{
	text-decoration: none;
}

div#Inhalt div#Wegweiser a:visited
{
}

div#Inhalt div#Wegweiser a:active
{
}

div#Inhalt h1
{
	margin-top: 15px;
	text-transform: uppercase;
	color: #AF0009;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: normal;
}

div#Inhalt h2
{
	margin-top: 10px;
	text-transform: uppercase;
	color: #333333;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
}

div#Inhalt h3
{
	margin-top: 10px;
	text-transform: uppercase;
	color: #333333;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 5px;
}

div#Inhalt h4
{
	margin-top: 10px;
	text-transform: uppercase;
	color: #333333;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 5px;
}



div#Inhalt ul
{
	margin-left: 30px;
	list-style-type: square;
}

div#Inhalt ul li
{
	
	font-size: 12px;
	color: #AE0009;
}

div#Inhalt p
{
	font-size: 12px;
	color:#585858;
}

div#Inhalt ul li span
{
	color: #585858;
}


div#Inhalt a, div.CookieConsent a {
    color: #585858;
}

div#Inhalt a:link, div.CookieConsent a:link {
    text-decoration: underline;
}

div#Inhalt a:hover, div.CookieConsent a:hover {
    text-decoration: none;
}

div#Inhalt a:active
{
}

div#Inhalt a:visited
{


}

div#Inhalt table.Oeffnungszeiten
{
	
}

div#Inhalt table.Oeffnungszeiten td
{
	padding: 4px;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	font-size: 12px;
	color:#585858;
}

div#Inhalt table.Oeffnungszeiten td.Tage
{
	border-bottom: 1px solid #C6C6C6;
}

div#Inhalt table.Oeffnungszeiten td.TageWeiss
{
	border-bottom: 1px solid #7A7A7A;
}

div#Inhalt table.Oeffnungszeiten td.Uhrzeit
{
	border-bottom: 1px solid #C6C6C6;
}

div#Inhalt table.Oeffnungszeiten td.UhrzeitWeiss
{
	border-bottom: 1px solid #7A7A7A;
}


div#Inhalt div#OeffnungzeitenRechtsUnten
{
	position: absolute;
	width: 300px;
	bottom: 25px;
	right: 10px;
}


/*Impressum*/
div#Impressum
{
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
	color: #585858;
	position: absolute;
	right: 0px;
}

div#Impressum a
{
	text-decoration: none;
	color: #585858;
}

div#Impressum a:link
{
	text-decoration: none;
}

div#Impressum a:hover
{
	text-decoration: underline;
}

div#Impressum a:visited
{
}

div#Impressum a:active
{
}


.TeamHeading {
	cursor: pointer;
}

.TeamHeading:hover{
}


/*Routenplaner*/
input.txtFeld
{
	border: 1px solid #B9A38B;
	font-size: 11px;
	background-color: #FFF7F7;
	padding: 2px;
}

label
{
	font-size: 11px;
}


input.btnRoutenplaner
{
	background-image: url(../images/BG_Routenplaner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 150px;
	height: 24px;
	background-color: #FFFFFF;
	border: 0px;
}


/*Team*/
td.MABild
{
	vertical-align: top;
	padding-top: 6px;
	width: 100px;
	text-align: center;
}

td.MABild img
{
	border: 1px solid #AD0008;
}


td.MAText
{
	vertical-align: top;
	padding-right: 10px;
}

.header_highlight h2
{
	color: #AD0008 !important;
	text-decoration: underline;
}


.Bildnachweis
{
	position: absolute;
	right:0px;
	bottom: 5px;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	color: #7B7D7B;
	font-size: 11px;
	font-style: italic;
	padding-right: 150px;
}

/*Startseite*/
div#BildStartseite
{
	position: absolute;
	top: 37px;
}

*+html div#BildStartseite
{
	top: 64px;
}

* html div#BildStartseite
{
	top: 64px;
}

div#TextStartseite
{
	position:absolute;
	right: 0px;
		top: 37px;
	width: 185px;
	z-index: 300;
}

*+html div#TextStartseite
{
	top: 64px;
}

* html div#TextStartseite
{
	top: 64px;
}

div#TextStartseite h1
{
	font-size: 16px;
	margin-top: 0px;
}

div#TextStartseite h2
{
	font-size: 14px;
}


div.Kasten
{ 
  font-weight: bold;
  color: #AF0009 !important;
  border: 1px solid #AF0009;
  margin: 10px;
  padding: 5px;
  margin-top: 15px;
}

div.Kasten p
{ 
  font-weight: bold !important;
  color: #AF0009 !important;
   font-size: 12px !important;
}

div.Kasten h2
{ 
  font-weight: bold !important;
  margin: 0px !important;
  padding: 0px !important;
  color: #AF0009 !important;
  font-size: 17px !important;
}

div.Kasten p a
{ 
  font-weight: bold !important;
  color: #AF0009 !important;
}

div.Kasten p a:link
{ 
  font-weight: bold !important;
  color: #AF0009 !important;
}

div.Kasten p a:hover
{ 
  font-weight: bold !important;
  color: #AF0009 !important;
}

div.Kasten p a:active
{ 
}

div.Kasten p a:visited
{ 
}

div.CookieConsent {
 margin-top: 50px;
    font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
    color: #7B7D7B;
    font-size: 11px;
    font-style: italic;
  
}