/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY  {
color          : rgb(0,0,0);
font-family    : Arial, Helvetica, Geneva, Swiss, "Lucida Sans";
font-size      : 12px;
font-color     : #303030;
background     : rgb(238,238,238);

scrollbar-base-color           : #FF0000;
scrollbar-face-color           : #C0C0C0;
scrollbar-shadow-color         : #C0C0C0;
scrollbar-highlight-color      : #D0D0D0;
scrollbar-3dlight-color        : #E0E0E0;
scrollbar-darkshadow-color     : #A0A0A0;
scrollbar-track-color          : #C0C0C0;
scrollbar-arrow-color          : #B0B0B0;

}
A {
text-decoration : none;
color           : blue;
}

A:hover {
text-decoration : underline;
color           : white;
}

h1 {
font-size          : 18px;
text-decoration    : bold;
}

h2 {
font-size          : 12px;
text-decoration    : none;
background         : #C0C0C0;
padding-left       : 10px;

}


.content {
width          : 640px;
height         : 280px;
overflow       : auto;
float          : left;
padding        : 15px;
border-top     : solid 1px ;
border-bottom  : solid 1px ;
border-left    : solid 1px ;
border-right   : solid 1px ;

}

.nav {
color          : #E0E0E0;
font-size      : 12px;
font-color     : #303030;
text-decoration : none;
text-align     : center ;
width          : 90px;
height         : 20px;
padding        : 10px;
border-right   : solid 1px #F0F0F0;

}

.nav:hover {
text-decoration : underline;
color           : white;
}

.nav:active {
text-decoration : none;
color           : white;
border-top     : solid 1px red;
border-bottom  : solid 1px red;
}

.klein {
font-family    : Arial, Helvetica, Geneva, Swiss, "Lucida Sans";
font-size      : 12px;
font-color     : #303030;
}

.gklein {
font-family    : Arial, Helvetica, Geneva, Swiss, "Lucida Sans";
font-size      : 10px;
font-color     : #303030;
}

.normal {
font-family    : Arial, Helvetica, Geneva, Swiss, "Lucida Sans";
font-size      : 14px;
font-color     : #303030;
}


.newsbox1 {
width          : 168px;
height         : 550px;
overflow       : auto;
float          : left;
padding-right        : 5px;
font-family    : Arial, Helvetica, Geneva, Swiss, "Lucida Sans";
font-size      : 10px;

}