div#inhalt{
	     font-family : verdana, geneva, arial, helvetica, sans-serif;
		color : #505050;
        font-size : 15px;
        line-height: 22px;
}
div#zitat{
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	color : #505050;
	font-size : 12px;
	line-height: 18px;
	background-color : #E0E0E0;
}
/* Links */
a:link {
        color: #00008B;
        text-decoration: none;
        background-color : transparent;
}
a:visited {
        color: #A9A9A9;
        text-decoration: none;
        background-color : transparent;
}
a:hover {color:#0000FF;
        text-decoration: underline;
}
a:active {
        color: #800000;
        text-decoration: underline;
}

#inhalt img {
	border : 1px solid Gray;
}
.li {
	float : left;
	margin : 5px 10px 5px 0px;
}
.re {
	float : right;
	margin : 5px 0px 5px 10px;
}
.clear{
	clear : both;
}

/* Textelemente */
p,li,ol,ul,td{
        font-size : 15px;
        line-height: 22px;
}
/* Kopfzeile in Tabellen */
th {
	border : none;
        font-size: 13px;
        font-weight:bold;
        text-align : left;
}
/* kleiner Text */
small {
       font-size: 12px;
        line-height: 14px;
}

CODE {
	font-family : "Courier New", Courier, monospace;
}

td.inhalt {
	background-color : #EECA9C;
}
table.daten td,th{
	border : 2px solid #E4BF88;
	margin : 0px;
	padding : 0px 3px 0px 3px;
	border-collapse : collapse;
	border-spacing : 0px;
}
table.panne td,th{
	font-size : 15px;
	line-height : 18px;
	vertical-align : top;
}
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

/* Überschriften */
h1{
 	font-size: 20px;
	font-weight:normal;
	line-height: 28px;
	background-color : #E0E0E0;
	border-color : #696969;
	border-style : solid;
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-right-width : 0px;
	border-left-width : 0px;
	padding-left : 5px;
}
h2{
        font-size: 20px;
        font-weight:normal;
        line-height: 22px;
	border-color : #696969;
	border-style : solid;
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-right-width : 0px;
	border-left-width : 0px;
	padding-left : 5px;
}
h3{
        font-size: 18px;
        font-weight:normal;
        line-height: 20px;
}

h4,h5 {
        font-size: 16px;
        line-height: 20px;
        font-style : italic;
        font-weight : normal;
}

/* Formularanzeige */
div#form_off {
	display : none;
}
div#form_on {
	display : inline;
}



