/* *** Manfreds first css webpage *** */

body
{
        background-color: #FFFFFF;
/*	border: medium double #A1AABE; */
	width: 810px;
	padding-left: 10px;
margin-left: 50px;
}
.titel
{
        background: #FFFFFF;
        font-family: Verdana;
        font-size: 12px;
        color: #525252;
        font-weight: bold;
        text-align: left;
}
.titel2
{
        background: #FFFFFF;
        font-family: Verdana;
        font-size: 12px;
        color: #525252;
        font-weight: bold;
        text-align: left;
}
.text
{
        background: #FFFFFF;
        font-family: Verdana;
        font-size: 11px;
        color: #525252;
        text-align: left;
}
.text2
{
        background: #FFFFFF;
        font-family: Verdana;
        font-size: 11px;
        color: #0000FF;
        text-align: left;

}
.text3
{
        background: #FFFFFF;
        font-family: Verdana;
        font-size: 11px;
        color: #000000;
        text-align: left;

}
li
{
        background: #FFFFFF;
        font-family: Verdana;
        font-size: 11px;
        color: #525252;
        text-align: left;
}
.lMenu
{
        background: #3478B2;
        font-family: Verdana;
        font-size: 10px;
        color: #FFFFFF;
        text-align: left;
}
.rMenu
{
        background: #383838;
        font-family: Verdana;
        font-size: 10px;
        color: #FFFFFF;
        text-align: right;
}
.nDate
{
        background: #C00000;
        font-family: Verdana;
        font-size: 11px;
        color: #FFFFFF;
        font-weight: bold;
        text-align: left;
}
.nTitel
{
        background: #EEF1F4;
        font-family: Verdana;
        font-size: 11px;
        color: #00AFE5;
        font-weight: bold;
        text-align: left;
}
.nBar
{
        border: solid #A1AABE 1px;
}

.text a:link, a:visited, a:active
{
        color: #ffffff;
        text-decoration: none;
}

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

.text2 a:link, a:visited, a:active
{
        color: #3478B2;
        text-decoration: none;
}

.text2 a:hover
{
        color: #3478B2;
        text-decoration: underline;
}
.text3 a:link, a:visited, a:active
{
        color: #3478B2;
        text-decoration: none;
}

.text3 a:hover
{
        color: #3478B2;
        text-decoration: underline;
}
.footer1 a:link, a:visited, a:active
{
        color: #ffffff;
        text-decoration: none;
}

.footer1 a:hover
{
        color: #ffffff;
        text-decoration: underline;
}

.lMenu a:link, a:visited, a:active
{
        color: #ffffff;
        text-decoration: none;
}

.lMenu a:hover
{
        color: #ffffff;
        text-decoration: underline;
}
 
.footer1
{
        background: #383838;
        font-family: Verdana;
        font-size: 9px;
        text-decoration: none;
        color: #FFFFFF;
        text-align: left;
}

.footer2
{
        background: #3478B2;
        color: #FFFFFF;
        text-decoration: none;
        text-align: right;
        font-family: Verdana;
        font-size: 9px;
}
