body {
margin: 0;
padding: 0;
font-family: sans-serif;
}

p.indent {
text-indent: 15px;
}

#top {
margin: 0;
height: 77px;
background: #C3D0E7;
border-bottom: 1px solid black;
z-index: 1;
}

#heading {
padding: 25px;
font-size: 180%;
}

#logo {
position: absolute;
top: 0px;
right: 0px;
width: 274px;
height: 117px;
background: url('../img/logo.gif');
z-index: 100;
}

#left_links{
float: left;
margin-top: 20px;
width: 250px;
padding: 10px;
font-size: 120%;
border-right: 3px solid black;
}

#text{
min-height: 590px;
margin-left: 280px;
padding: 50px;
padding-top: 70px;
}

#bottom{
height: 20px;
padding: 5px;
bottom: 0;
text-align: center;
font-size: 80%;
border-top: 1px solid black;
}

/*LINKS*/

a {
text-decoration: underline;
color: #003300;
}

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

a.head {
text-decoration: none;
color: black;
}

a.left{
text-decoration: underline;
color: black;
}

a.left:hover {
text-decoration: none;
color: #555555;
}

.aktuality {
margin-bottom: 20px;
width: 100%;
min-height: 80px;
border: 1px solid black;
background: #F0ECB4;
}

.a_top {
width: 100%;
background: #D0CC94;
}

.a_bottom {
width: 96%;
padding: 2%;
}

/*NEWS*/
.news_g {
padding: 10px;
background: #C3E7D0;
border-left: 1px dashed black;
border-right: 1px dashed black;
border-bottom: 1px solid;
}
.news_b {
padding: 10px;
background: #C3D0E7;
border-left: 1px dashed black;
border-right: 1px dashed black;
border-bottom: 1px solid;
}
