/* CONTAINER */
body {
	text-align: center;
}
div#container {
   height: 100.01%;
   margin: 5px;
   padding: 5px;
   background-color: #ECE9D8;
   width: 100.01%;
}
div#kopf {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   padding: 10px;
   margin: 10px;
   background-color: white;
}
span#titel {
   text-align: center;
   font-size: 3em;
}
span#untertitel {
	text-align: right;
	font-size: 1em;
}

/* NAVIGATION */

div#navi {
   float: left;
}

div#navi li{
   list-style: none;
   width: 10em;
   margin: 10px; padding: 5px;
   border: 1px solid black;
   background-color: #339;
   text-align: center;
}

/* Links nach dem LoVe / HAte Schema */
div#navi a:link {
   color: white;
   font-weight: bold;
   text-decoration: none;
   padding-bottom: 0px;
   margin-bottom: 0px;
}
div#navi a:visited {color: white;}
div#navi a:hover {color: green;}
div#navi a:active {border-left: 5px solid red;}
div#navi a:focus {border-left: 5px solid black;}

/* INHALT */

div#inhalt {
   margin-left: 14em;
   font-family: Arial, sans-serif;
   font-size: 1em;
   background-color: white;
   padding: 5px;
   width: 32em;
   text-align: justify;
}
div#inhalt h1 h2 h3 {
   padding-left: 1em;
}
div#inhalt h1 {
   border-left: 5px solid #696;
   border-bottom: 1px solid #696;
   padding-left: 1em;
}
div#inhalt h2 {
   border-left: 5px solid #339;
   border-bottom: 1px solid #339;
   margin: 1em 1em;
}

div#inhalt h3 {
   border-left: 5px dotted #696;
   border-bottom: 1px dotted #696;
   margin: 2em 2em;
}

/*div#inhalt a.ext:before {
   content: url(../pics/ico_extlink.png);
}
a[mailto:]:before {
   content: url(../pics/ico_lit.png);
}*/

div#inhalt a:link {color: #339;}
div#inhalt a:visited {color: #696;}
div#inhalt a:hover {color: #933;}
div#inhalt a:active {border: 1px solid #933;}
div#inhalt a:focus {border: 1px solid #933;}

/* BILD */
div#bild {font-size: 0.8em; text-align: center;}

/* FUSSZEILE */
div#fuss {
   text-align: center;
   font-size: 0.8em;
   padding: 5px;
   margin: 5px;
   background-color: white;
   border-top: 1px dotted;
}

q {/* kurzes Zitat im Text */

}
blockquote {/* langes Zitat als eigener Block */

}