/* ANMERKUNGEN */
/* Webseite getestet in Internet Explorer 5.5 und 6; in Firefox 1.8 und 2.0; in Opera 8 */
/* Style Sheet = CSS getestet in Internet Explorer 5.0, 5.5 und 6; in Firefox 1.5, 1.8 und 2.0; in Opera 4, 5, 6, und 8 */
/* CSS fuer die Browser der 4. Generation (IE 4 und NS 4 (Netscape), sowie AOL, Web Safe und andere) ist in einer separaten 
Datei - ns4 */
/* CSS fuer die horizontale Navigation ist auch separat - topnavi1.css */
/* Terminetabelle - Formatzuweisungen in der Datei termine.css - im Netscape erst ab NS 6 */


/* ALLGEMEINE FORMATE */
* html {
margin: 0;
padding: 0;
}
body {
color: #fff6d3;
background:#742C20 url(hg2.gif) repeat-y;
padding:0;
margin:0;
font:13px verdana, sans-serif;
}
div a img { 
border-width: 0; 
}
div a:hover img { 
border-width: 0; 
}
/* KOPFZEILE - LOGO */
div#titel {
background:#5E1B0A url(bg2.gif) repeat-x;
padding:0;
margin:1px 10px 13px 10px;
text-align:right;
height: 133px; 
border-bottom:1px solid #742C20; 
}
.titell {
float: left;
}
.titelr {
float: right;
}

/* NAVIGATION LINKE SEITE */
#links {
float:left;
width:170px;
padding:0 20px 0 20px;
}
#links ul {
margin:0 0 20px 0;
padding:0;
list-style:none;
width:170px;
}
#links li {
padding:0 0 2px 0;
/*der abstand zw den menupunkten kann wegen dem ie nicht mit margin gesetzt werden*/
margin:0;
}

#links a:link {
text-decoration:none;
}
#links a:visited {
text-decoration:none;
}
#links a:focus {
text-decoration:none;
}
#links a:hover {
color:#5E1B0A;
background:#ffdead;
border:1px solid black;
text-decoration:none;
}
#links a:active {
text-decoration:none;
}
#links .navi {
font-weight:bold;
margin:0;
padding:0;
}
#links .aktuell {
color:#795002;
background:#ffdead;
border:1px solid black;
text-decoration:none;
}
/* INHALTSBEREICH - TEXTE */
#main {
margin:0 0 0 170px;
padding:30px 50px 30px 50px;
}
#main h2 {
margin:25px 0 23px 0;
padding:2px 0 2px 5px;
font:bold 16px verdana, sans-serif;
font-variant: small-caps;
border-left:10px solid #A35646;
border-bottom:1px solid #A35646; 
}
#main h3 {
margin:25px 0 10px 0;
padding:2px 0 2px 5px;
font:bold 13px verdana, sans-serif;
font-variant: small-caps;
border-left:8px solid #A35646;
border-bottom:1px solid #A35646; 
}
#main h4 {
margin:25px 0 10px 0;
padding:7px 0 2px 5px;
font:bold 12px verdana, sans-serif;
font-variant: small-caps;
border-left:6px solid #A35646;
border-bottom:1px solid #A35646;
}
#main h5 {
margin:25px 0 10px 0;
padding:2px 0 2px 5px;
font:bold 10px verdana, sans-serif;
font-variant: small-caps;
border-left:6px solid #A35646;
border-bottom:1px solid #A35646;
}
#main a:link { 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #ecc177;
text-decoration:underline;
}
#main a:visited { 
color: #ecc177;
text-decoration: underline;
}
#main a:focus { 
color: #ecc177;
text-decoration:none; 
}
#main a:hover {
color: #ecc177;
text-decoration:none; 
}
#main a:active { 
color: #ecc177;
text-decoration:none; 
}
#main .rahmen {
width: auto;
height: auto;
border: 3px groove #A35646;
padding: 7px;
margin: 9px;
background-color: #FDE4B8; /* ECDC98; */
color: #4A0D0A;
padding: 13px;
}
.deko {
	border: groove 4px #A35646; 
	background-color: #5E1B0A; 
	padding: 7px;
}
#signa img {
	background-color: #742C20;
	padding: 15px;
}
img,fieldset {
  border: 0;
}

/* FUSSZEILE */
#fuss {
clear:left;
color:#ffe4b5;
background:#5E1B0A;
font:normal 10px verdana, sans-serif;
text-align:center;
border-top:10px solid #742C20;
padding:10px 0 10px 0;
margin:20px 0 1px 0;
}
#fuss p {
margin:0;padding:0;
}
#fuss a:link { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffe4b5;
   text-decoration:underline;
}
#fuss a:visited { 
	color: #ffdead;
text-decoration: none;
}
#fuss a:focus { 
	color: #ffdead;
text-decoration: none;
}
#fuss a:hover {
color: #ecc177;
text-decoration:none; 
}
#fuss a:active { 
	color: #ffdead;
text-decoration: none;
}
/* SONSTIGE */
.clear {
	clear: both;
}
.textbild {
float: right;
padding: 5px;
margin: 13px;
}
.textbox {
background-color: #FDE4B8;
color:#5E1B0A;
padding: 10px;
margin: 17px 10% 17px 10%;
width: 500px;
}
.mitte {
text-align: center;
vertical-align: middle;
}
.fett {
	font-weight: bold;
	font-style: italic;
}
.gross {
	font-variant: small-caps;
   font-weight: bold;
	font-size: 13px;
}
.klein {
font-size: 11px;
font-weight: 600; 
}
.mini {
font-size: 11px;
}
li.caps {
font-variant: small-caps;	
}
span.caps {
font-variant: small-caps;	
font-size: 12px;
font-weight: bold;
}
p.caps {
font-variant: small-caps;	
}
p.rechts {
text-align: right;
}
.just {
text-align: justify;
}

.hilfe1 { 
CURSOR: help; 
font-weight: 500;
}
pre {
  padding: 3%;
  border-width: 1px dotted #fff6d3;
  overflow: auto;
}
table {
	caption-side: top;
}

