body {
margin : 0;
padding : 0;
font : 85% helvetica, "Trebuchet MS", arial, sans-serif;
background: #fffff0 url('img/background.png') center repeat;
line-height : 1.7em;
color : #555;
overflow-y: scroll;
}
#container_all {
width: 1000px;
margin: 0 auto;
padding: 0;
background: #fffff0;

}
                        /*TOP #*/
#header {
height : 120px;
margin-top : 0;
padding : 0;
background : #15802B url(img/banner.jpg) no-repeat;
background-position: top;
color : #555;
}
                        /*TOP NAVIGATION*/
#topnav ul {
padding : 0.2em 0;
margin : 0 0 5px 0;
list-style-type : none;
background : #885835;
color : #fff;
text-align : center;
font-weight : bold;

}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
text-decoration : none;
background : #885835;
color : #fff;
padding : 0.6em 1.3em;
border-right : 1px solid #fff;

}
#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
text-decoration : none;
background : #f17327;
color : #000;
}

#touren {

margin-left:auto;
margin-right:auto;
padding-top: 10px;
padding-bottom: 10px;
}

#touren ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
background : #885835;
color : #fff;
text-align : center;
font-weight : bold;

}

#touren li {
display : inline;
}
#touren li a, #touren a:visited {
text-decoration : none;
background : #885835;
color : #fff;
padding : 0.6em 1.3em;
border-right : 1px solid #fff;

}


#bt_tour1 ,#bt_tour2 ,#bt_tour3   {
text-decoration : none;
background : #885835;
color : #fff;
padding : 0.6em 1.3em;
border-right : 1px solid #fff;
border-left : 1px solid #fff;
}

#bt_tour1:hover, #bt_tour2:hover, #bt_tour3:hover {
text-decoration : none;
background : #f17327;
color : #000;
}

#tour1, #tour2, #tour3{
margin-left:15px;
margin-right:auto;
 padding-bottom: 20px;
}

#tourplan {
 border-collapse: collapse ;
 border-style: solid;
 border-width: 1px;
 margin-top: 20px;
}

#tourplan th, #tourplan td{
 border-collapse: collapse ;
 border-style: solid;
 border-width: 1px;
}

                        /*3 COLUMNS*/
#gutter {
float : left;
width : 3%;
height : 1px;
}
#col1 {
float : left;
width : 160px;
margin-bottom : 1em;
padding-right : 3%;
border-right : 1px dashed #dda875;
/*padding-right : 1%;*/
}

#col2 {
float : left;
width : 69%;
margin-left : 2%;
margin-bottom : 1em;
/*border-left : 1px dashed #dda875;
/*border-right : 1px dashed #dda875; */
padding-right : 3%;
/*padding-left : 3%;*/
}
#col3 {
float : left;
width : 18%;
margin-left : 3%;
margin-bottom : 1em;
}
#wetter ,.fb {
margin-top : 20px;
margin-bottom : 1em;
border-top : 1px dashed #dda875;
/*border-right : 1px dashed #dda875; */
margin-left:auto;
margin-right:auto;
padding-left: 1px;
padding-top : 20px;
}

                        /*RIGHT NAVIGATION*/
#navcontainer ul {
margin : 0;
padding : 0;
list-style-type : none;
color : #666;
}
#navcontainer ul li a {
padding-left : 20px;
margin : 10px;
color : #885835;
background : transparent url(img/list-off-orange.gif) no-repeat left center;
text-align : left;
/*font : 12px "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;  */
text-decoration : none;
    font-family: Arial Rounded MT Bold;;

    font-weight: bold;
}
#navcontainer ul li a:hover {
color : #15802B;
/*background : transparent url(img/list-on-orange.gif) no-repeat left center;   */
}
#navcontainer ul li a#current {
background : transparent url(img/list-active.gif) no-repeat left center;
color : #000;
}
                        /*FOOTER*/
#footer {
position:fixed;
bottom:0px;
width: 1000px;
clear : both;
/*height : 25px;*/
background : #885835;
/*border-top : 2px solid #000000;   */
color : #000;
padding : 0.4em 0 0 -0.3em;
text-align : right;
}
#footer a {
color : #fff;
background : inherit;
}
#footer a:hover {
color : #000;
background : inherit;
text-decoration : none;
}
                        /*TYPOGRAPHY*/
h1 {
margin : 0;
padding-top : 25px;
font-family: Matura MT Script Capitals;
text-align : center;
font-size : 4em;
color : #AF6B1B;
background : inherit;
text-shadow: 0.0em 0.0em 0.2em #F9EFEB, 0.0em 0.0em 0.2em #F9EFEB , 0.0em 0.0em 0.2em #F9EFEB  ;
}
h2 {
margin-top : 0;
padding-top : 0.3em;
/*padding-bottom : 0.5em;*/
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #885835;
background : inherit;
}
h3 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 0.8em;
color : #885835;
background : inherit;
}
h4 {
font-style: bold;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
                        /*LINKS*/
a {
text-decoration : none;
color : #006699;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #444;
background : inherit;
}
a img {
border : 0;
}
                        /*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 10px;
}
.myimage2 {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}

#boote1{
  
  width: 250px;
  float: left;
  padding: 10px;
  
}

#boote2{
  
  width: 250px;
  float: right; 
  padding: 10px;
  
}
#eu_cookiebox {
	display: block;
	z-index: 100;
	position: fixed;
	bottom: 0px;
	min-height: 30px;
	padding: 5px;
	margin: 0;
	width: 990px;
	--color: #555;
	border: 2px solid red;
	border-bottom: none;
	background: #84ca90;
  font-size: 1.3em;
}
