body, html {
    margin-top:5px;
	font-family:  Verdana, Arial, sans-serif;
	text-align:left;
	font-size: 15px;
    line-height: 1.3em;
	color: #333;
	background-color: #FFF;
}

img {
    border:0;
}

.zentriert{
    text-align:center;
}

#frame{
    width: 760px;
    margin: 0px auto;
    border:1px solid #000;
    background-color:#EEE;
}

#title {
	font-size:0px;
    border-bottom:1px solid #000;
    overflow:hidden;
}

#left {
    clear: both;
    background-color:#EEE;
    width:215px;
    float:left;
}

#content {
    background-color:#EEE;
    width:520px;
    float:right;
    padding-left: 10px;
    padding-right: 15px;
}
/* footer zur Zeit ungenutzt */
/*
#footer {
    height:20px;
    padding:5px;
    border-top:1px solid #000;
    background-color:#EEE;
    text-align:center;
}*/

h1, h2{
	line-height:1.8em;
}

h1 {font-size:18px; margin-bottom:0px;}
h2 {font-size:17px; margin-bottom:0px;font-weight:bold;}
h3 {font-size:15px;margin-bottom:0px;font-weight:bold;}

p {font-size: 14px; line-height: 1.2em;}

.quelle {font-size: 10px;}

img {margin:0px; padding:0px; border:0px;}

a:link, a:visited, a:active, a:hover{ 
    text-decoration:underline;
    font-weight:normal;
    color:#000;
}

a:active, a:hover{
    color:#0BB;
}

table {border: 0; line-height: 1.4em;}
caption {caption-side:top; text-align:left; font-weight:bold;}
td {padding: 3px;}
.rechts {text-align: right; vertical-align: top;}

/* Haupt-Menü */
#menucontainer {
    border: 1px solid #000;
    border-top:0px;
    width:200px;
    margin:6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.1em;
}

/*  Hierarchie:
---------------
MenuTitle / AktivTitle
› Menu / Aktiv (Text-Intent von 0.2em)
  - UnterMenu  / AktivUnter (Text-Intent von 1em)
      · UnterMenu  / UnterAktiv (Text-Intent in HMTL angegeben)
*/
/* alle Ebenen */
a.menutitle, a.aktivtitle, 
a.menu, a.aktiv,
a.untermenu, a.unteraktiv {
    display:block;
    padding:3px;
    border-top:1px solid #000;
    text-align:left;
    text-decoration:none;
}
a.menu, a.aktiv {text-indent: 0.2em;}
a.untermenu, a.unteraktiv {text-indent: 1em;}

/* erste Ebene */
a.menutitle:link, a.menutitle:visited {
    color:#333;
    background-color:#0BB;
    text-decoration:none;
    font-weight: bold;
}
a.menutitle:active, a.menutitle:hover, 
a.aktivtitle:link, a.aktivtitle:visited, a.aktivtitle:active, a.aktivtitle:hover {
    color:#0BB;
    background-color:#333;
    text-decoration:none;
    font-weight: bold;
}

/* zweite Ebene › */
a.menu:link, a.menu:visited{ 
    color:#333;
    background-color:#EEE;
    text-decoration:none;
}
a.menu:active, a.menu:hover, 
a.aktiv:link, a.aktiv:visited, a.aktiv:active, a.aktiv:hover {
    color:#EEE; 
    background-color:#333;
    text-decoration:none;
}

/* dritte Ebene - · */
a.untermenu:link, a.untermenu:visited {
    color:#333;
    background-color:#EEE;
    text-decoration:none;
}
a.untermenu:active, a.untermenu:hover, 
a.unteraktiv:link, a.unteraktiv:visited, a.unteraktiv:active, a.unteraktiv:hover {
    color:#EEE;
    background-color:#333;
}
