* {
    margin: 0;
    padding: 0;
}

/*Style der Elemente im Body-Bereich*/
body {
    padding: 30px 0;
    font: 15px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #625D46;
    /*background: #411400 url(images/bg.gif) repeat-x top;*/
    /*background: #003C3F url(images/bg2.gif) repeat-x top;*/
    /*background: #0261CB url(images/bg3.gif) repeat-x top;*/
   /* background: #04015B url(images/bg4.gif) repeat-x top;*/
   background: #0066AF url(images/bg5.gif) repeat-x top;
}

/* Überschrift für Header*/
h1 {
    position: absolute;
    left: 273px;
    top: 62px;
    font: 30px "Times New Roman", Times, serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FEEEA7;
}

/* 2. Überschrift für Header*/
h2 {
    position: absolute;
    left: 285px;
    top: 105px;
    width: 210px;
    font: italic 12px/23px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #FEEEA7;
}

h3 {
    padding: 0 45px 0 0;
    font: bold 14px/36px "Times New Roman", Times, serif;
    letter-spacing: 1px;
    text-align: right;
    color: #FEEEA7;
    background: url(images/h3.gif) no-repeat left;
}

h4 {
    margin: 25px 0 10px 0;
    padding: 0 0 10px 40px;
    font: 18px/35px "Times New Roman", Times, serif;
    color: #FEEEA7;
    background: #A93400 url(images/h4.gif) no-repeat;
}

h6{
padding: 30px 0 0 0;
font: bold 18px/35px Arial, sans-serif;


}

h4.firsth4 {
    margin-top: 0;
}

/* Text im gesamten Dokument*/
p {
    padding: 5px 15px 5px 22px;
    font: 13px/18px Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #625D46;
}

/* Links im gesamten Dokument*/
a {
    text-decoration: underline;
    color: #7691FE;
}

a:hover {
    text-decoration: none;
    color: #A9BAFE;
}

/* Bereich für Header-Grafik*/
#top {
    margin: 0 auto;
    width: 800px;
    height: 23px;
    background: url(images/top2.gif);
    overflow: hidden;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 800px;
    text-align: left;
    /*background: #FEFDF4 url(images/bg_cent.gif);*/
    background: #000000 url(images/bg_cent.gif);
}

#main_2 {
    min-height: 228px;
    background: url(images/header2.jpg) no-repeat top right;
}

#left {
    float: left;
    padding: 0 0 25px 0;
}

#left_2 {
    width: 270px;
}

#left_top {
    height: 43px;
    background: Black;
}


#pic img{
 padding-bottom:8px;
}

#karten td{
padding-right:15px;
}



/*Navigation*/
#menu {
    /*repeat damit man beliebig viele einträge machen kann */
    background: #732501 url(images/menu.jpg) repeat-y;
}

#menu_top {
    padding: 40px 60px 0 60px;
    text-align: center;
    background: url(images/menu_top.jpg) no-repeat top;
}

#menu_bot {
    height: 60px;
    background: url(images/menu_bot.gif) no-repeat bottom;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    border-bottom: 1px solid #C2714C;
}

#menu ul li.last_item {
    border-bottom: none;
}

#menu ul li a {
    font: 12px/32px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FEEEA7;
    display: block;
}

#menu ul li ul{
display:none;
}

#menu ul li:hover ul{
display:block;
float:right;
}


#menu ul li a:hover {
    text-decoration: none;
    color: #FEFDF4;
    background: #84CCFF;
   }





/* Newsbox*/
.box {
/* margin    top right?  bottom     left*/
    margin: 20px 20px 40px 20px;
    max-width: 230px;
    min-width:230px;
}

.box h5{
    font: 15px Arial, Helvetica, sans-serif;
    padding-left: 20px;
    background: #E7D68E url(images/box_header.jpg) no-repeat;
}

.box p{
    background: #E7D68E url(images/box_content.jpg) repeat-y;
}




#aquarelle{

margin-left:-20px;
}


#aquarelle td{
padding-left:20px;
}

#bilder{
margin: 20px 0 0 30px;
}


#bilder td{
padding: 10px 10px 10px 10px;
}

#right {
    float: right;
}

#right_2 {
    margin: 263px 16px 25px 0;
    width: 500px;
}

#bottom {
    clear: both;
    background: url(images/bottom.gif) no-repeat bottom;
}

#bottom p {
    padding: 0 0 0 25px;
    font: 11px/40px Arial, Helvetica, sans-serif;
    color: #9A9374;
}

#bottom a, #bottom a:hover {
    color: #9A9374;
}
