
/* schriftstil,abstände */

body {
margin: 0px;
color: black;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
background: url(../bilder/back_main.jpg) center repeat-y;
}

p {
margin: 0px;
line-height: 25px;
}

img {
margin-right: 5px;
border: 0;
}

h2 {
padding-left: 25px;
color: #D7AE78;
border-bottom: solid 2px #D7AE78;
border-top: solid 2px #D7AE78;
}

#aktuell {
position: fixed;
overflow: scroll;
top: 10%;
left: 20%;
height: 80%;
width: 60%;
background: url(../bilder/ritter.png) top right no-repeat #E2D2B1;
border: solid 2px #D7AE78;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 10px;
z-index:99;
}



#schrift_oben {
vertical-align: top;
letter-spacing: 2px;
line-height: 25px;
font-size: 20px;
position: fixed;
top: 0px;
left: 0px;
height: 25px;
width: 100%;
background: url(../bilder/back_top.jpg) top center no-repeat #E2D2B1;
border-bottom: solid 2px #D7AE78;
z-index:2;
/* filter:alpha(opacity=50);
-moz-opacity: 0.50; */
}

#mitte {
min-height: 606px;
background: url(../bilder/back_in.jpg) top center no-repeat;
}

#inhalt {
width: 800px;
height: auto;
margin: 0px auto;
padding-top: 20px;
text-align: justify;
}

#unten {
height: 118px;
background: url(../bilder/fuss.jpg) center no-repeat;
}

#unten2 {
height: 25px;
background: url(../bilder/fuss2.jpg) center no-repeat;
}

#aktuellClose {
position: fixed;
overflow: hidden;
top: 11%;
left: 21%;
height: 26px;
width: 100px;
background: #E2D2B1;
z-index:5;
}



/* allgemeine links im text */

a:link.allg{ color:#000000;text-decoration:none;}

a:visited.allg{color:#000000;text-decoration:none;}

a:active.allg{ color:#000000;text-decoration:none;}

a:hover.allg{ color: #000000;text-decoration:underline;}


td.intern {
width: 150px;
height: 40px;
}

.nameIntern {
font-size: 20px;
font-weight: bold;
letter-spacing: 2px;
padding-left: 5px;
}

.tabIntern:hover {
background: #E2D2B1;
}
