body{
background-color:#FCEAC3;
margin:0;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
}

#banner{
height:125px;
width:800px;
margin-top:40px;
background-color:#c9262c;
text-align:left;
}

#wandertipps_link{
float:right;
margin-right:300px;
margin-top:15px;
}

#navigation{
width:800px;
height:25px;
background-color:#c9262c;
color:#EBEBEB;
}

#content{
width:800px;
background-image:url(images/content_bg.jpg);
background-repeat:repeat-y;
background-position:top;
color:#6c5454;
text-align:right;
position:static;

}

table{
color:#6c5454;
}

#scroll{
width:780px;
/*height:545px;*/
overflow:auto;
text-align:left;
margin-right:5px;
float:right;
padding-right:10px;
}

#bottom_border{
position:static;
width:800px;
height:15px;
background-image:url(images/bottom_border.jpg);
background-repeat:no-repeat;
}

#content_index{
width:800px;
height:380px;
background-image:url(images/content_index_bg.gif);
background-repeat:no-repeat;
background-position:top;
color:#6c5454;
text-align:right;
}

.textfeld {
background-color:#FFCC33;
font-weight:bold;
border:0;
width:750px;
}

/*LINK CONFIG*/
#banner a:link,#navigation a:link{
color:#EBEBEB;
text-decoration:none;
}
#banner a:visited,#navigation a:visited{
color:#EBEBEB;
text-decoration:none;
}
#content a:link,#content_index a:link{
color:#6c5454;
text-decoration:none;
}
#content a:visited,#content_index a:visited{
color:#6c5454;
text-decoration:none;
}
#content a:visited:hover,#content_index a:visited:hover{
color:#c9262c;
text-decoration:none;
}
#content a:hover,#content_index a:hover{
color:#c9262c;
text-decoration:none;
}

