/*ul {border:1px solid red}
div {border:1px solid black}
div div{border:1px solid blue}
div div div {border:1px solid green}*/

/*****************************
ALLGEMEINE FORMATIERUNGEN
*****************************/

img{border:0;}
h1.meta {display:none;}
h2.meta {display:none;}
p.meta {display:none;}

a,a:link,a:visited,a:active
{
    text-decoration:none;
    color:#4089AE;
    font-weight:bold;
}

a:hover{color:#8CC4C7;}

h1
{
    color:#124159;
    font-size:13px;
    font-weight:bold;
    margin-top:10px;
}

/*****************************
Spezielle Formatierungen
*****************************/

/* Box links und rechts umfließend sowie zentriert und Schluißtag zum Ende des Umflußes */
.center {text-align:center;}
br.clr{clear:both}

/* Container Für Tabellenaufteilung Startseite*/ 
div.txt1{width:170px;font-weight:bold;}
div.txt2{width:260px;}
div.txt3{width:130px;}
div.txt4{width:130px;text-align:center}

