/*** GENERAL ***/

html, body, table, h1, h2, p, a, .input, .button {
  font: 11px/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
	background: #FFF url(../images/background.gif) 70px 420px no-repeat; 
}

/* Links */
a {
	color: #B41B22;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#menu a {
	font-size: 12px;
	font-weight: bold;
   text-decoration: none;
}

/* Classes */

.form {
	padding: 3px 11px 3px 11px;
}


/*** MAIN LAYOUT ***/

#container {
	text-align: left;
	position: relative;
	width: 100%; 
	padding: 0;
	margin: 0;
}
#topWrap {
	width: 752px;
   background-color: #fff; 
	position: relative;
	padding: 62px 0 0 19px;
	left: 0;
	top: 0; 
}
#contentArea {
   position: relative; 
	width: 752px;
	margin-top: 8px;
	padding-left: 18px;
}
#footer {
   position: relative;
	width: 752px;
	top: 5px;
	padding-left: 19px;
}


/*** TOP ***/


#topImage {
	height: 297px;
	width: 752px;
	position: relative; 
	top: 0;
	left: 0;
}
#logo {
	position: absolute;
	width: 269px;
	height: 139px;
	left: 490px;
	top: 12px;
	z-index: 3;
}
#tage {
	position: absolute;
	width: 256px;
	height: 69px;
	left: 9px;
	top: 12px;
	z-index: 5;
}
#tourpic {
	position: absolute;
	width: 413px;
	height: 17px;
	left: 18px;
	top: 91px;
	z-index: 5;
} 

/*** MENU ***/

#menu {
   width: 136px;
   position: absolute;
	left: 621px;
	top: 163px;
 	border-left: 1px solid #65BC51;
	border-right: 1px solid #65BC51; 
	border-bottom: 1px solid #65BC51;
	z-index: 3;
}
#menu ul {
  	margin: 0;
	padding: 0;
}
#menu li {
	list-style-type: none;
}
#menu li a {
    background: #FFF url(../nav/arrow_black.gif) no-repeat 13px 8px; 
    color: #000;
	 padding: 2px 0 3px 23px;
	 border-top: 1px solid #65BC51;
  	 display: block; 
	 filter: alpha(opacity=86);  
	 -moz-opacity: 0.86; 
 }
#menu li a:hover, #menu .active {
	 background: #FFF url(../nav/arrow_red.gif) no-repeat 13px 8px;  
  	 color: #B41B22;
    padding: 2px 0 3px 23px;
	 border-top: 1px solid #65BC51;
    display: block;
	 filter: alpha(opacity=100); 
	 -moz-opacity: 1;
}

/* Formular */

#anfrage {
	margin-top: 33px;
}
form {
	margin: 0;
	padding: 0;
}
.input {
	background: #DEDEDE;
	border: 1px dashed #97222A;
	margin-bottom: 3px;
}
textarea {
	border: 1px solid #97222A;
}
.button {
   margin-top: 5px;
	padding-right: 5px;
	border: 1px dashed #97222A;
	background: #DEDEDE;
	color: #97222A;
	font-weight: bold;
	text-align: right;
}


/*** CONTENT AREA ***/

/* MainContent */

#mainContent {
	margin: 0;
	padding: 0;
}
#mainContent h1 {
 	font-weight: bold;
	font-size: 11px;
	color: #B41B22;
	margin: 13px 0 10px 0;
	padding: 0;
}
#mainContent h2 {
	font-weight: bold;
	font-size: 10px;
	margin: 0 0 10px 0;
}
#mainContent p {
	margin-bottom: 8px;	
}

#mainContent ul {
	margin: 0;
	padding: 0 0 0 19px;
}
#mainContent li {
	list-style-type: disc;
}



/*** FOOTER ***/

#logos {
   position: relative;
   margin: 20px 0 0 0;
   padding-top: 3px;
	border-top: 1px solid #B41B22;
	height: 50px;
}

#footer #logos ul {
	margin: 0;
	padding: 0;
}

#footer #logos li {
	list-style-type: none;
	display: inline;
	vertical-align: middle;
	margin-right: 0px;
}

.footerlink {
	margin-bottom: 20px;
}
.footerlink a {
	font-weight: normal;
	font-size: 11px;
}