html { background: #4282b5; }
body { width: 770px; margin: 0 auto; font-size:12px; font-family: verdana,arial,"sans serif";
}

p {
line-height:13pt;
text-decoration:none;
vertical-align:baseline;
margin-top:3px; margin-bottom:6px;
text-decoration:none;
}

p.white {color:#ffffff; margin-bottom:12px;
}

/* Kleiner Text */
.mini-top
{
font-size: 6px;
color:#4282b5;
line-height:0px;
vertical-align: top;
}



/* BOXEN -------------------------------------------------------*/

#top {width:770px; height:40px;
}

#navigation { float:left;  margin-top:10px; width:225px; height:700px; overflow:auto;
}

#content { float:left; width:535px; height:700px; overflow:auto;  margin-left:5px; margin-top:10px; background: #ffffff;
}

#info{ margin-left:10px; margin-right:10px;
}

/*--------------------------------------------------------*/
/*Tabellen */

table.tabover { width:500px;
}

td.tabhalf {border:thin solid white;  background-color: #ffffff; width:200px;
}

td.tabsmall {border:thin solid white;  background-color: #ffffff; width:170px;
}

td.tabwide {border:thin solid white;  background-color: #ffffff; width:230px;
}

td{ width:125px; background-color: #ecece6; padding-left:5px;
}

/*--------------------------------------------------------*/
/** LINKS **/

.extern {color: #ff0000; text-decoration: none}

A:link { color: #000000; text-decoration: none;}
A:visited { color: #000000; text-decoration: none;}
A:hover{ color: #ff0000; text-decoration: none}

/****** TITEL ****************/

/* Titel 1 */
h1
{
font-size:24px;
line-height:18pt;
font-weight: bold;
color: #FFE900;
text-align: center;
margin-top:20px;
margin-bottom:10px;
font-family: verdana,arial,"sans serif";
}


/* Titel 2 */
h2
{
font-size:18px;
line-height:15pt;
font-weight: bold;
color: #4282b5;
text-align: center;
margin-top:15px;
margin-bottom:10px;
font-family: verdana,arial,"sans serif";
}


/* Titel 3 */
h3
{ font-size:14px;
line-height:13pt;
font-weight: bold;
color: #4282b5;
text-align: center;
margin-top:10px;
margin-bottom:5px;
font-family: verdana,arial,"sans serif";
}