@charset "utf-8";
/* allgemein */
* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body.main {
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	background-color:#fff3d3;
}
div.clearer {
	clear:both;
}
/* überschriften */
h1 {
	font-size:12px;
	color:#AD450D;
}
h2 {
	font-size:12px;
	color:#AD450D;
	font-weight:bold;
	margin-bottom:5px;
}
div.header_z1 h1 {
	font-size:10px;
	color:#C5812A;
}
div.box_leiste_rechts_1 h2, div.box_leiste_rechts_2 h2, div.box_leiste_rechts_3 h2{
	font-size:12px;
	color:#832F10;
	font-weight:bold;
	margin-bottom:5px;
}
/* header */
div.header_z1 {
	width:922px;
	height:20px;
	padding:5px 20px 5px 20px;
	margin:0px auto 0px auto;
	background-image:url(../images/bg_header_z1.jpg);
	background-repeat:no-repeat;
}
div.header_z2 {
	width:962px;
	height:355px;
	margin:0px auto 0px auto;
	background-image:url(../images/header_default.jpg);
	background-repeat:no-repeat;
}
img.logo_trans{
	position:absolute;
	z-index:1000;
}
div.footer {
	width:902px;
	height:90px;
	margin:0px auto 0px auto;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding:15px 30px 0px 30px;
	font-size:11px;
	color:#944300;
	line-height:16px;
}
img.footer_trans{
	float:right;
}
img.footer{
	float:left;
	margin-right:25px;
}
div.footer p{
	float:left;
}
img.footer#flickr{
	position:relative;
	top:7px;
	left:3px;
}
img.footer#quype{
	position:relative;
	top:2px;
}
div.footer a:link {
	color:#944300;
	text-decoration:none;
}
div.footer a:hover {
	color:#944300;
	text-decoration:none;
}
div.footer a:visited {
	color:#944300;
	text-decoration:none;
}
/* content */
div.maincontent {
	width:962px;
	margin:0px auto 0px auto;
	background:url(../images/bg_maincontent.jpg) repeat-y top;
}
div.content {
	width:500px;
	float:left;
	padding:22px 30px 30px 30px;
	font-size:11px;
	line-height:16px;
}
div.content_2 {
	width:680px;
	float:left;
	padding:22px 30px 30px 30px;
	font-size:11px;
	line-height:16px;
}

div.content a:link, div.content a:visited{
	color:#993E0D;
	font-weight:bold;
}
div.content a:hover{
	text-decoration:none;
	font-weight:bold;
}
/* leiste links */
div.leiste_rechts {
	width:202px;
	float:left;
}
div.main_box_leiste_rechts_1 {
	background-image:url(../images/bg_box_links_1_pix.jpg);
	background-repeat:repeat-y;
}
div.box_leiste_rechts_1 {
	width:164px;
	background-image:url(../images/bg_box_links_1.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:15px 10px 20px 10px;
	font-size:11px;
	color:#832F10;
}
div.main_box_leiste_rechts_2 {
	background-image:url(../images/bg_box_links_2_pix.jpg);
	background-repeat:repeat-y;
}
div.box_leiste_rechts_2 {
	width:164px;
	background-image:url(../images/bg_box_links_2.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:15px 10px 20px 10px;
	font-size:11px;
	color:#832F10;
}
div.main_box_leiste_rechts_3 {
	background-image:url(../images/bg_box_links_3_pix.jpg);
	background-repeat:repeat-y;
}
div.box_leiste_rechts_3 {
	width:164px;
	background-image:url(../images/bg_box_links_3.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:15px 10px 20px 10px;
	font-size:11px;
	color:#832F10;
}
div.spacer_box_rechts {
	width:0px;
	height:143px;
	float:left;
}
/* boxen rechts */
div.spacer_box_rechts_2 {
	height:8px;
}
a.box_rechst:link {
	color:#832F10;
	text-decoration:none;
}
a.box_rechst:hover {
	color:#832F10;
	text-decoration:none;
}
a.box_rechst:visited {
	color:#832F10;
	text-decoration:none;
}
p.link_box_rechts_1 {
	padding:5px 10px 5px 10px;
}
p.link_box_rechts_2 {
	padding:5px 0px 5px 0px;
}
p.box_rechts {
	margin:0px 10px 0px 10px;
}
/* navigationsbereich */
div.navi {
	width:170px;
	background-image:url(../images/bg_navi.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-left:30px;
}
div.spacer_navi {
	width:1px;
	height:546px;
	float:left;
}
ul.navi {
	width:170px;
}
li.navi {
	list-style:none;
}
li#3{
	margin-top:10px;
	border:solid 1px #000;
}
/* primärnavigation */
a.navi_1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ac6922;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	line-height:23px;
}
a.navi_1:visited {
	color:#ac6922;
}
a.navi_1:hover {
	color:#94301D;
}
/* sekundärnavigation */
a.navi_2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ac6922;
	text-decoration:none;
	font-style:italic;
}
a.navi_2:visited {
	color:#ac6922;
}
a.navi_2:hover {
	color:#94301D;
}
/* tertiärnavigation */
a.navi_3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ac6922;
	text-decoration:none;
	font-style:italic;
	margin-left:15px;
}
a.navi_3:visited {
	color:#ac6922;
}
a.navi_3:hover {
	color:#94301D;
}

#aktive {
	color:#832F10;
	text-decoration:underline;
}
div.subnavi {
	position:absolute;
	z-index:500;
	top:360px;
	margin-left:430px;
	width:400px;
}
a.subnavi_1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ac6922;
	text-decoration:none;
	font-style:italic;
	margin-left:25px;
}
a.subnavi_1:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ac6922;
	text-decoration:none;
	font-style:italic;
}
a.subnavi_1:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ac6922;
	text-decoration:underline;
	font-style:italic;
}
/* Webcam */
div.webcam {
	width:175px;
	margin:0px auto 0px auto;
	background-color:#f7e2b5;
	color:#da6300;
	font-size:11px;
	padding-bottom:5px;
	position:relative;
	top:-27px;
	z-index:100;
}
/* linkauszeichnungen */
img.link_extern {
	margin-left:5px;
}
/* Formulare */
input.startseite{
	width:70px;
	font-size:11px;
}
input.button{
	width:150px;
	font-size:11px;
}

td.formular{
	padding:10px 0px 10px 0px;
}

td.formular2{
	padding:30px 0px 60px 210px;
}


div.content input{
	width:300px;
	font-size:11px;
}

div.content input#go_frm380{
	width:75px;
	position:relative;
	top:-7px;
	font-size:11px;
}

div.content select{
	width:100px;
	font-size:11px;
}

div.content textarea {
	font-size:11px;
	height:150px;
	width:300px;
}

.anabreise, #go_frm280, #go_frm300 { 
	width:100px; 
	margin-bottom:10px; 
	font-size:11px;
}
span.rot {
	color:#FF0000;
}
span.gruen {
	color:#006600;
}
span.rot {
	color:#FF0000;
}
span.gruen {
	color:#006600;
}
span.rot {
	color:#FF0000;
}
span.gruen {
	color:#006600;
}
span.rot {
	color:#FF0000;
}
span.gruen {
	color:#006600;
}
span.rot{
	color:#F00;
}
span.gruen{
	color:#060;
}