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

img{border:0;}

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

/* Box links und rechts umfließend sowie zentriert und Schlußtag zum Ende des Umflußes */
.right {float:right;}
.center {text-align:center;}
.left {float:left;margin-right:25px;}
br.clr{clear:both;font-size:0px;height:0;line-height:0px;padding:0;margin:0;overflow:hidden}

/* Suchmaschinen */

.meta {display:none} 

/* / Suchmaschienen */



/* Content */

div#content
{
font-family:verdana;
font-size:12px;
color:#4c4c4c;
}


div#content h1 
{

    color:#fff;
    font-size:14px;
    font-weight:bold;
    background-color:#aa2300;
    padding-left:5px;
    line-height:22px;
    margin-top:0px;
}

div#content h2 
{
    font-weight:bold;
    font-size:13px;
    border-bottom:1px solid black;
}

div#content a {

color:#b60000;

}

div#content a:hover {

color:#000;

}
