/* CSS Document */

body
{
background-color:#dceffd;
}

.main_div
{
margin:auto; /* Div zentrieren*/
width:806px;
}

/* Schriftart + Überschriften */
* {font-family:verdana;}

h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:12px;}

/*Titel*/
.titel_div
{
width:805px;
height:115px;
margin-bottom:5px
}

/* Menü */
.menue_div
{
width:180px;
background-image: url(../images/menue_mitte_neu.gif);
background-repeat:repeat-y;
font-size:14px;
color:#808080;
font-weight:bold;
}

.menue_div p.erster
{
background: url(../images/menue_oben_neu.gif) no-repeat left top;
width:180px;
margin-top:0px;
margin-bottom:0px;
}

.menue_div p.letzter
{
background: url(../images/menue_unten_neu.gif) no-repeat left bottom;
width:180px;
margin-top:0px;
margin-bottom:0px;
}

.menue_div ul
{
margin-left:12px;
margin-top:-10px; 
margin-bottom:-5px;
}

.menue_div li.mitte
{
width:155px;
border-bottom-width:1px;
border-bottom-style:solid;
border-color:#808080;
list-style-type:none;
}

.menue_div li.letzter
{
width:155px;
list-style-type:none;
}

.menue_div li.untermenue
{
width:135px;
margin-left:20px;

border-bottom-width:1px;
border-bottom-style:dotted;
border-color:#808080;
list-style-type:none;

font-size:12px;
}

.menue_div li:hover
{
background-color:#E3E3E3;
}

.menue_div a
{
text-decoration:none;
color:#808080;
display:block;
height:100%; 
}

/* Inhalt */
.inhalt_div
{
width:620px;
float:right;
background-image: url(../images/inhalt_mitte_neu.gif);
background-repeat:repeat-y;
}

.inhalt_div p.erster
{
background: url(../images/inhalt_oben_neu.gif) no-repeat left top;
width:620px;
margin-top:0px;
margin-bottom:0px;
}

.inhalt_div p.letzter
{
background: url(../images/inhalt_unten_neu.gif) no-repeat left bottom;
width:620px;
margin-top:0px;
margin-bottom:0px;
}

.inhalt_div_mitte
{
margin-top: -20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}


/* Termine */
.termin_div
{
width:180px;
background-image: url(../images/menue_mitte_neu.gif);
background-repeat:repeat-y;
margin-top:5px;
font-size:12px;
color:#808080;
}

.termin_div p.erster
{
background: url(../images/menue_oben_neu.gif) no-repeat left top;
width:180px;
margin-top:0px;
margin-bottom:0px;
}

.termin_div p.letzter
{
background: url(../images/menue_unten_neu.gif) no-repeat left bottom;
width:180px;
margin-top:0px;
margin-bottom:0px;
}

.termin_div ul
{
margin-left:12px; /* FF extra */
margin-top:-10px;
margin-bottom:0px;
}

.termin_div li.erster
{
width:65px;
list-style-type:none;
font-size:14px;
font-weight:bold;

border-bottom-width:1px;
border-bottom-style:solid;
border-color:#808080;
}

.termin_div li
{
width:158px;
list-style-type:none;
margin-top:2px;
}

.termin_div_datum
{
font-weight:bold;
}

.termin_div a
{
text-decoration:none;
color:#808080;
display:block;
height:100%; 
}