* 
{
    font-family: arial, verdana, helvetica, sans-serif;
    text-decoration: none;
}

html { font-size: 62.5%; /* 100% = 16px --> 62,5 % = 10px */ }


body 
{     
    margin: 0px;
    padding: 0px; 
    font-size: 1.2em;
    color: #000; 
    background:#FFF;
}



#seite
{

}

#head, #links, #rechts, #unten
{
   display:none;
}


#inhalt
{
    margin: 0px auto 0px 0px;
    padding: 9px;
    color: #000000;
    background: #fff;
}

a:link      {  font-weight:bold; color:#21536A; }
a:visited   {  font-weight:bold; color:#21536A; }
a:hover     {  font-weight:bold; color:#EA9F0E; }
a:active    {  font-weight:bold; color:#C11540; }
a:focus     {  font-weight:bold; color:#C11540; }


h1,h2,h3,h4,h5 {color: #333;}

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }

.rot { color: #FF0000;}


.nobr {white-space : nowrap;}
.nobr2 {white-space : nowrap;}
.PBclear { clear:both; }


table 
{
    border-collapse: collapse;
    font-size: 1em;
}


.t1 a:link      {  font-weight:normal; color:#000; }
.t1 a:visited   {  font-weight:normal; color:#000; }
.t1 a:hover     {  font-weight:normal; color:#EA9F0E; }
.t1 a:active    {  font-weight:normal; color:#C11540; }
.t1 a:focus     {  font-weight:normal; color:#C11540; }


.PBtextueber
{
    color: #003366;
    font-weight: bold;
    background:URL(../bilder/knopf.gif) no-repeat 0px 2px;
    padding-left:15px;
    font-size:1.2em;

}


.PBtextunter
{
    font-weight: normal;
    color: #000000;
}

ul.PBul
{
    list-style-type:circle;
    list-style-position:outside;
}

ul.PBul li a:link      {  font-weight:normal; color:#666; }
ul.PBul li a:visited   {  font-weight:normal; color:#666; }
ul.PBul li a:hover     {  font-weight:normal; color:#EA9F0E; }
ul.PBul li a:active    {  font-weight:normal; color:#C11540; }
ul.PBul li a:focus     {  font-weight:normal; color:#C11540; }


.PBrot
{

    font-weight: bold;
    color: #C11540;
}


.PBtiteltop
{
    color: #FFF;
    background-color:#4682B4;
    font-weight: bold;
    padding:2px;
}

hr
{
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #4682B4;

}

.PBlinie
{
    text-align: right;
    border-bottom: 1px dotted silver;

}