/*hier kommt die beispielleiste*/
#beispielleiste{
	position: relative; /*zum elternelement, in diesem fall die 1. table mit breitenangabe (700)*/
	width: 700px; /*es soll die ganze breite des elternelements einnehmen*/
	/* border: solid 1px #FFF; /*beispiel fuer einen rahmen drumrum in ein pixel staerke und der farbe #FFF (weiss)*/
	border: none; /*ohne rahmen*/
	color: #9B3200; /*SCHRIFT(!)farbe*/
	font: italic normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: centre; /*Schriftausrichtung*/
	background-color: #FFCC99; /*hintergrundfarbe des elements #beispielleiste */
	margin-bottom: 0px; /*abstand zum nächsten element (menuzeile) */
	}
	
	/*die einbindung in der html datei erfolgt dann einfach mit 
	<div id="beispielleiste">text....</div>
	in einem tabellentag ausserhalb von tr
	*/
/*ende der beispielleiste*/

a {
        font-family:  Arial, Tahoma;
        font-size: 12px;
}
a:link {
        text-decoration: none;
        color:#005C98;
; font-style: normal; font-weight: bold
}
a:hover {
        text-decoration: none;
        color: black;
        background-color:#FFFFE8;
}
a:visited {
        text-decoration: none;
        color:#9B3200;
; font-weight: bold
}

a.minilink:link {
        text-decoration: none;
        color: #005C98;
        font-family: Arial, Tahoma;
        font-size: 10px;
}
a.minilink:hover {
        text-decoration: none;
        color: black;
        background-color: #FFFFE8;
        font-family: Arial, Tahoma;
        font-size: 10px;
}
a.minilink:visited {
        text-decoration: none;
        color: #9B3200;
        font-family: Arial, Tahoma;
        font-size: 10px;
}
body {
background-color:#FFFFE8;
} /*
table {
border:medium solid blue;
}
td {
border:medium solid red;
}   ***/
.txt {
        font-family:  Arial, Tahoma;

        font-size: 14px;
        color: #000000;
        text-align: center;
}
.footer {
        font-family:  Arial, Tahoma;
        color: #000000;
        text-align: center;
        font-size: 13px;
}
.mini {
        font-family:  Arial, Tahoma;
        color: #000000;
        text-align: center;
        font-size: 11px;
}
.big {
        font-family:  Arial, Tahoma;
        font-size: 30px;
        font-weight: bold;
        color: #000000;
}
h1 {
        font-family:  Arial, Tahoma, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #000000;
}
h1.inicio {
        font-size: 15px;
        margin-bottom:0pt;
}
h1.mini {
        font-size: 9px;
        margin-bottom:0pt;
		color: #9B3200;		
; font-weight: normal
}
h2 {
        font-family:  Arial, Tahoma;
        font-size: 18px;
        font-weight: bold;
        color: #000000;
}
h3 {
        font-family:  Arial, Tahoma;
        font-size: 15px;
        font-weight: bold;
}
h4 {
        font-family:  Arial, Tahoma;
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        margin-top:2px;
        margin-bottom:2px;
}
h5 {
        font-family:  Arial, Tahoma;
        color: #000000;
        text-align: justify;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
}
h6 {
        font-family:  Arial, Tahoma;
        color: #000000;
        text-align: center;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
}
p {
        font-family:  Arial, Tahoma;
        font-size: 14px;
        color: #000000;
        text-align: justify;
}
p.inicio {
        font-size: 11px;
        margin-top:0pt;
}
.menulink {
        text-align: center;
}
.maillink {
        text-align: center;
}
.picfooter {
        font-family:  Arial, Tahoma, Helvetica, sans-serif;
        font-size: 13px;
        font-style: italic;
        color: #000000;
        text-align: center;

}
.linktab {
        font-family:  Arial, Tahoma;
        font-size: 12px;
        font-weight: bold;
        color: #0000FF;
        text-decoration: none;

}
.minilink {
        font-family: Arial, Tahoma;
        font-size: 10px;
        margin-top: 0pt;
        color: #005C98;
        text-decoration: none;
}
.textlink {
        font-family:  Arial, Tahoma;
        font-size: 15px;
        color: #005C98;
        text-align: center;
}

.textlink {
        font-family:  Arial, Tahoma;
        font-size: 15px;
        color: #005C98;
        text-align: center;
}