
body {
	background: #06b;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
       horizontal-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#master {
	background: #fff;
	width: 752px;
	border: 1px solid #fff;
	margin: 20px auto auto;
	text-align: center;
}

#page {
	border: 1px solid #e01;
	width: 740px;
	margin: 5px auto;
       text-align: center;
    }

#intro {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
#intro p {
	text-align: center;
	font-size: 11px;
	margin: 10px 0px 0px;
	line-height: 20px;
	text-transform: uppercase;
	color: #e01;
}

#intro a img,
#intro a:visited img{
	color: #e01;
	text-decoration: none;
}

#intro a:hover {
	color: #06b;
	text-decoration: none;
}

#start a img {
	border: 0px;
	margin: 0px 0px 5px;
	padding: 0px;
	text-decoration: none;
}

#start{
	text-align: center;
	color: #e01;
	font-size: 11px;
	margin: 10px 0px 0px;
	line-height: 20px;
	text-transform: uppercase;
}

#head {
	margin: 0px;
	padding: 0px;
}

#head img {
	border-bottom: 5px solid #e01;
	margin: 0px 0px 5px;
	padding: 0px;
}
#navi {
	border-top: 5px solid #e01;
	border-bottom: 3px solid #e01;
	text-align: center;
}
#navi ul {
	margin: 0px 0px 2px;
	padding: 0px;
}
#navi li {
	list-style: url(none) none;
	display: inline;
	text-transform: uppercase;
	margin: 0px 0px 0px 14px;
	padding: 4px;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
}

#sprachauswahl{
	position: absolute;
	margin-top: 138px;
	margin-left: 660px;
}

#sprachauswahl img{
	border: 0px;
	margin-left: 8px;
}


#content {
	text-align: left;
	margin: 20px 30px;
}
#photos {
	width: 200px;
	float: left;
	text-align: right;
}
#text {
	margin-left: 280px;
}
#content h1 {
	font-size: 12px;
	color: #06b;
	text-transform: uppercase;
	margin: 0px 0px 20px;
	line-height: 12px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 20px;
	text-align: justify;
}
#content a {
	color: #06b;
	text-decoration: none;
}

#content a:hover,
#content a:active {
	color: #e01;
	text-decoration: none;
	border: none;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}


#footer {
	clear: both;
	background: url(../_images/back/back_footer.gif) no-repeat top;
	text-align: left;
	height: 25px;
	border-top: 1px solid #e01;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#footer li {
	text-transform: uppercase;
	list-style: url(none) none;
	padding-left: 10px;
	padding-right: 10px;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
}
#footer li.left {
	float: left;
}
#footer a {
	color: #e01;
	text-decoration: none;
}
#footer a:hover {
	color: #06b;
	text-decoration: none;
}
#footer a.active {
	color: #06b;
}

#home{
	float: left;
}

#navi2{
	float: right;
	margin-right: 25px;
}

#map {
	background: #fff url(../_images/back/back_karte.gif) no-repeat;
	margin: 10px;
	height: 450px;
	width: 680px;
	font-size: 11px;
	line-height: 13px;
}
#map div.spot {
	position: absolute;
}

form {
	line-height: 22px;
}
fieldset {
	padding: 0px 0px 10px;
	text-align: left;
	border-style: none;
}
fieldset.right {
	text-align: right;
}


legend {
	display: none;
}
label {
	font-size: 12px;
	line-height: 18px;
}
label.none {
	float: left;
	width: 0px;
	display: inline;
}

label.left {
	width: 100px;
	margin-right: 20px;
	float: left;
}

input {
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
input:focus {
	background: #DEF;
}
input.left {
	clear: both;
	float: left;
	width: auto;
	margin-right: 0.5em;
	margin-left: 0em;
}

input.right {
	clear: both;
	width: auto;
	margin-left: 10em;
	margin-right: 0.5em;
}

textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

textarea:focus {
	background: #DEF;
}


select {
	float: left;
	color: #000;
	background: #FFF;
}
select:focus {
	background: #DEF;
}

option {
}

br {
	clear: both;
}

