body
{
background-color: rgb(255,255,255);
color: rgb(255,255,255);
font-family: Arial, Helvetica, sans-serif;
border-left-width: 0px; border-right-width: 0px; border-top-width: 1px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: solid; border-bottom-style: none;
border-color: rgb(0,0,0);
}

#content
{
font-size: 115%;
background-color: rgb(0,128,192);
color: rgb(255,255,255);
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
padding: 37px 37px 37px 37px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(0,64,128);
color: rgb(40,95,50);
font-size: 70%;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
border-color: rgb(0,0,0);
}

a.menuitem
{
font-size: 154%;
background-color: rgb(255,255,255);
color: rgb(0,64,128);
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 11px; margin-right: 11px; margin-top: 11px; margin-bottom: 11px;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(40,95,50);
text-align: left;
}

#logo, #logo a
{
font-size: 190%;
background-color: rgb(0,128,192);
color: rgb(255,255,0);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
padding: 2px 2px 2px 2px;
border-color: rgb(81,245,109);
text-align: left;
}

#content a
{
color: rgb(255,255,0);
text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
}

/* h1 gelbe Überschrift*/
h1
{
font-size: 138%;
color: rgb(255,255,0);
text-align: center;
}

h2
{
font-size: 124%;
}

h3
{
font-size: 110%;
}


h4
{
font-size: 96%;
}

/* h5 wird genutzt für hellblauen, mittigen Text*/
h5
{
font-size: 90%;
color: rgb(137,217,248);
text-align: center;
}

#menu a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

/* layout */
.menuitem		{display: inline;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}
