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

/* Colors
schriftfarbe: #666;
blau: #298de2;
*/


/* ----------------------------------------------------- All browsers */
body{
color: #666;
font-family: verdana, arial, sans-serif;
background: #FFF;
}

strong {
	font-weight: bold;
}

/* Layout settings */

#wrapper {
width: 965px;
margin: 0px auto 0px auto;
position: relative;
padding-top: 164px;
}

#left {
background: #FFF;
width: 440px;
float: left;
display: inline;
color: #353535;
}

#right {
float: right;
margin-left: 0px;
width: 442px;
display: inline;
}

/* Header */
#header{
position: absolute;
top: 0px;
left: 0px;
background: #FFF;
height: 100px;
width: 965px;
border-bottom: 1px solid #ababab;
}

#header a.logo {
	position: absolute;
	left: 753px;
	top: 70px;
	display: block;
	width: 211px;
	height: 54px;
	background: url(images/logo.gif) 0px 0px no-repeat;
}

#header a.logo span{
	position: absolute;
	left: -2323px;
	top: -2323px;
	}

/* Inhalte */
.content {
	color: #666;
	font-size: 12px;
	line-height: 1.8;
}

.content h3{
	font-weight: bold;
	margin-bottom: 5px;
	}

.content ul {
	margin-bottom: 20px;
}

.content ul li{
	padding-left: 17px;
	line-height: 1.3;
	margin-bottom: 10px;
	background: url(images/pfeil_schwarz.gif) 0px 4px no-repeat;
	}


.content p{
	margin-bottom: 15px;
	}

.content a{
	color: #298de2;
	text-decoration: none;
	}
.content a:hover{
	color: #1674C4;
	}	
	

h1, h2{
	font-size: 16px;
	color: #666;
	padding-bottom: 0px;
	margin-bottom: 10px;
	background: url(images/header_bottom.jpg) bottom left no-repeat;
}

#left .content h2{
	margin-top: 15px;
}

/* Menü */

div#menu{
	margin-top: 60px;
}

#header ul li {
	float: left;
	height: 40px;
	background-position: 0px -46px;
	background-repeat: no-repeat;
}

#header ul li a{
	display: block;
	height: 40px;
	background-position: 0px -6px;
	background-repeat: no-repeat;
}

#header ul li span{
	position: absolute;
	left: -4322px;
	top: -2322px;
	}

#header li#menu1, #header li#menu1 a{
	background-image: url(images/menu_03.gif);
	width: 59px;
}


#header li#menu2, #header li#menu2 a{
	background-image: url(images/menu_04.gif);
	width: 82px;
}

#header li#menu3, #header li#menu3 a{
	background-image: url(images/menu_06.gif);
	width: 110px;
}

#header li#menu4, #header li#menu4 a{
	background-image: url(images/menu_05.gif);
	width: 141px;
}

#header li#menu5, #header li#menu5 a{
	background-image: url(images/menu_07.gif);
	width: 169px;
}

#header li#menu6, #header li#menu6 a{
	background-image: url(images/menu_08.gif);
	width: 76px;
}

#header li a:hover{
	
}

/* Sample 7*/
.sample{padding: 1px; margin:4px 0 25px 0; border:1px solid #fff; position: relative;}

.mask6{
	position:absolute;
	left:50%;
	margin-left:-220px;
	width:440px;
	height:330px;
	overflow:hidden;
}


#box7{
	position:absolute;
	width: 1760px;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:442px;
	clear:both;
	height:77px;
	overflow:hidden;
	margin-top:360px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:77px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:102px;
	height:77px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:102px;
	float:right;
}
#thumbs_handles7 span{
	background:url(images/thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	background:url(images/thumbs_mask.gif) no-repeat center top;
}

.thumbs{
	width:100px;
}
.thumbs div{
	display:block;
	width:100px;
	height:77px;
	padding: 0px 11px 0px 0px;
	cursor:pointer;
}

.thumbs div.last{
	padding: 0px;
	}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

span img{
	display:block;
	border:none;
}

/* Footer */
#footer{
width: 100%;
height: 231px;
background: url(images/back_footer_32.gif) repeat-x;
position: relative;
margin-top: 60px;
}

#footer .left{
	width: 460px;
	position: absolute;
	left: 50%;
	margin-left: -482px;
	height: 231px;
	background: url(images/info.gif) right bottom no-repeat;
}

#footer .right{
	width: 440px;
	position: absolute;
	left: 50%;
	margin-left: 40px;
	height: 231px;
	background: url(images/muenchen.gif) right bottom no-repeat;
}

#footer, #footer a{
	line-height: 1.5;
	color: #FFF;
}

#footer p{
		font-size: 0.75em;
}

#footer h2{
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	background: url(images/header_bottom_footer_36.gif) bottom left no-repeat;
}


#footer ul li{
	padding-left: 17px;
	background: url(images/pfeil_weiss.gif) 0px 9px no-repeat;
}

#footer ul li a{
	color: #FFF;
	text-decoration: none;
	font-size: 0.75em;
	}
	
	#footer ul li a:hover{
		color: #CCC;
		}
a#anfahrt{
	position: absolute;
	right: 0px;
	top: 0px;
	text-decoration: none;
	width: 300px;
	height: 231px;
	display: block;
	background: url(images/punkt.gif) 220px 170px no-repeat;
}

span#bubble{
	position: absolute;
	left: 120px;
	top: 85px;
	z-index: 20;
	width: 165px;
	height: 74px;
	background: url(images/bubble_46.gif) top left no-repeat;
}

/* formular */

div.formular label{
width: 100px;
float: left;
display: block;
}

div.formular input, div.formular textarea {
border: 1px solid #ababab;
background: transparent;
}


div.formular input {
width: 300px;
}

div.formular textarea {
width: 300px;
height: 150px;
}

div.formular input.check {
width: auto !important;
width: 10px;
}

div.formular input.submit {
width: auto !important;
width: 100px;
}

/* formular */

div.formular{
width: 450px;
font-size: 1em;
}

div.formular form {
margin: 0;
padding: 0;
border: none;
}

div.formular label{
display: block;
float: left;
width: 120px;
margin: 0px 0 0 0px;
line-height: 1.5em;
}

div.formular input, div.formular select, div.formular textarea {
display: block;
float: left;
width: 300px;
border: 1px solid #ababab;
margin: 0px 0 0 10px;
background: #FFF;
color: #000;
}

div.formular input.hidden {
position: absolute;
left: -2323px;
top: -3434px;
}

div.formular textarea {
overflow: auto;
height: 10em;
font-size: 12px;
margin-bottom: 20px;
}

div.formular {
background: transparent;
margin-bottom: 10px;
padding-bottom: 10px;
}

div.weissform {
clear: right;
}

div.formularaussen {
width: 100%;
}


div.formular div {
margin-top: 5px;
clear: both;
height: auto !important;
height: 2em;
min-height: 2em;
}

div.formular div.formtext {
margin-left: 0px;
margin-top: 30px;
font-size:0.8em;
}


div.formular input.checkbox {
width: auto !important;
width: 1.5em;
display: inline;
float: none;
margin-right: 5px;
border: none;
}

div.formular input.required {
background: #FFFFD7;
border: 1px solid #FF0000;
margin-bottom: 5px;
}


div.formular input.button {
width: 100px;
float: right;
margin-right: 25px;
display: inline;
}

#google-anfahrt{
	margin-bottom: 30px;
}

