/*
  rahmen zitat = logo grün
  liste bei unsere DL listen einrückung entfernen
  Logo anti-aliasing
*/

body {
        font-family: Verdana;
         color: black;
         padding: 0 2px 0 5px;
         min-width: 610px;
         background: url(/template/img/background3.gif) repeat-y #ffff99;
}

td {
	font-size: small;
         line-height: 14pt;
}

.plaintext {
	font-size: small;
         line-height: 14pt;
}

#navi {
        /*position: absolute;*/
        float: left;
        width: 160px;
        margin-top: 10px;
        margin-right: 30px;
        
}

#content, .content {
         min-width: 200px;
         padding: 5px;
         margin-top: 1px;
         text-align: justify;
         border-top: 1px solid black;
         vertical-align: top;
         margin-left: 190px;
}

#header {
        width: 100%;
        height: 112px;
        max-height: 112px;
        margin: 0;
}

#footer {
        font-size: xx-small;
         clear: both;
         width: 100%;
         text-align: center;
         line-height: 130%;
}

h3, h4, h5 {
        clear: both;
}

h2 {
        margin-top: 20px;

}

.nofloat {
        clear: none;
}

.navele {
       margin-bottom: 5px;
}

a.active {
       font-weight: bold;
}

a.klein {
       font-size: x-small;
}

a.normal {
       font-size: small;
}

a.menu {
        padding-left: 49px;
        padding: 3px;
        color: black;
        text-decoration: none;
        color: black;
}

img.navarrow {
        position: relative;
        top: 3px;
        border: 0px solid green;
}

a.menu:link {
	color: black;
}

a.menu:hover {
	font-weight: bold;
         color: black;
}

a.menu:visited {
	color: black;
}

a:link {
      text-decoration: none;
      color: blue;
}

a:visited {
      color: blue;
      text-decoration: none;
}

a:hover {
      color: red;
}

.intended {
	padding-left: 20px;
}

.stark {
	text-align: center;
         padding: 5px 30px 5px 30px;
         font-style: italic;
         font-weight: bold;
         border: 3px double #99CC00;
}

ul {
	position: relative;
         left: -23px;
}

