html{
	min-height:101%;
}

body{
	background-color:#eaead7;
         font-family:arial,sanf-serif;
         text-align:center;
         margin:40px;
         font-family: Arial;
	font-size: 15px;

}

p{
	line-height:1.2;
}

.seite{
	width:860px;
         margin-left:auto;
         margin-right:auto;
}

.top{
	width:860px;
        	height:10px;
         background-image:url(../images/bg_top.png);
         background-repeat:no-repeat;
         font-size:0pt;
}

.bottom{
	width:860px;
        	height:10px;
         background-image:url(../images/bg_bottom.png);
         background-repeat:no-repeat;
         font-size:0pt;
}

.main{
	width:860px;
         background-image:url(../images/bg_main.png);
         background-repeat:repeat-y;
         text-align:left;
}

.left{
         float: left;
         width:230px;
}

.logo {
         width:230px;
         background-image:url(../images/bg_logo.png);
         background-repeat:repeat-y;
         padding: 24px 0px 22px 24px;
}

.space_logo_navi{
         width:230px;
         height:5px;
         background-image:url(../images/bg_space_logo_navi.png);
         background-repeat:no-repeat;
         font-size:0pt;

}

.navi{
	width:230px;
         background-image:url(../images/bg_navi.png);
         background-repeat:repeat-y;
}

#list-menu ul{
	margin:0;
         padding:20px 0px 0px 15px;
         list-style-type:none;
         font-family:verdana,arial,sanf-serif;
         font-size:12px;

}

#list-menu a{
	display:block;
         width:195px;
         height:20px;
         padding:10px 0px 10px 10px;
         text-decoration:none;
         font-size:10pt;
         margin:0px 0px 5px 0px;
}

#list-menu a:link,#list-menu a:active,#list-menu a:visited{
	color:#ffffff;
         font-weight:bolder;
         background-image:url(../images/bg_button.png);
         background-repeat:no-repeat;

}
#list-menu a:hover{
         color:#ffffff;
         font-weight:bolder;
         background-image:url(../images/bg_button_over.png);
         background-repeat:no-repeat;
}

.ausrichtung_addthis{
 	margin:24px 0px 0px 12px;
}

.right{
         float: left;
         width:580px;
}



.content{
         padding:24px 0px 0px 25px;
         width: 580px;
}

h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	font-family: Arial;
         color:#7D0000;
}

h2 {
	font-size: 15px;
	font-weight:bolder;
	font-family: Arial;
        color:#000000;
	margin:3;
}

.space_sub_navi{
         width:580px;
         height:5px;
         background-image:url(../images/bg_space_sub_navi.png);
         font-size:0pt;
         margin:24px 0px 0px 25px;

}

.space_line{
         width:580px;
         height:5px;
         background-image:url(../images/bg_space_sub_navi.png);
         font-size:0pt;
         margin:24px 0px 0px 0px;

}

.sub_navi{
	text-align:center;
         margin:10px 0px 5px 25px;
}

.sub_navi a{
	font-size:10pt;
}

a{
	color:#496A0A;
         text-decoration:underline;
}

a:hover{
	color:#B87628;
         text-decoration:none;
}

form{
	margin:0px;
}

.route_ziel{
	border:1px solid;
         border-color:#496A0A;
         width:270px;
         color:#999999;
         height:16px;
         font-size:10pt;
         padding:3px;
         margin-left:10px;
}

.route_submit{
         border:1px solid;
         border-color:#496A0A;
         width:100px;
         color:#ffffff;
         height:24px;
         font-size:10pt;
         font-weight:bolder;
         margin-left:10px;
         background-image:url(../images/bg_form_button.png);
         padding:0px;
}

#format_route{
	background-color:#FFF1A8;
         margin-left:10px;
         padding:3px;
         font-size:10pt;
         visibility:hidden;
}

.video_image {
	border:1px solid #496A0A;
	margin:0 33px 0 0;
	padding:3px;
}

.video_image:hover {
	border:1px solid #B87628;
}

.ausflug_image {
	border:1px solid #496A0A;
	padding:3px;
	float:left;
	margin-right:10px;
}

.ausflug_image:hover {
	border:1px solid #B87628;
}

.gallery_image {
	border:1px solid #496A0A;
	padding:3px;
	float:left;
	margin:0 33px 0 0;
}

.gallery_image:hover {
	border:1px solid #B87628;
}

.space{
	padding:5px;
}