h1 {font-weight:bold; 	font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;font-size: 18px; color:#FFF;}


.navi_re {
	
	color:#5B2F40;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: text-top;
	line-height: 1.0;
	width: 130px; 
	margin-top: 5px;
	margin-left: 3px; 
	margin-right:5px; padding:5px; 
	border:1px solid #FFF; 
	background-color: #FBE684;
}
	
.navi_re a:link{
	text-decoration:none;
	color:#8C1362;
	font-weight:bold;
}
.navi_re a:visited {
text-decoration:none ;font-weight:bold ; color:#8C1362;
}
.navi_re a:hover {
	text-decoration:none; color:#FFF;
	font-weight:bold;
	
}

.h1 {
font-size: 14pt; 
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}
.h2 {
font-size: 12pt; 
color:#FEA656;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}
.h3 {
font-size: 11pt; 
color:#888800;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}
.h4 {
font-size: 14pt; 
color:#EFAD47;
padding-left: 6px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}
.text {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	line-height: 1.5;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	
}
.text a:link{
  text-decoration: underline;
   color: #C41341;
   font-size: 12px;
  
}
.text a:visited{
text-decoration: underline;
   color:#C41341;
  
}
.text a:hover {   
   text-decoration: none;
   color:#D32D58;
  

  
   }
.border {

border-color:  white;
border-style: solid ;
} 
.img { border-color: #FFF;}

#button {
        width: 12em;
        border-right: 1px solid #FFF;
        padding: 0 0 3px 0;
        margin-bottom: 2px;
        font-family: Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 11px;
        background-color: #FFE675;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #FFF;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #FAA020;
                border-right: 10px solid #F9CD60;
                background-color: #FCBD2C;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #579612;
                border-right: 10px solid #FCC63F;
                background-color: #FFE675;
                color: #901B0F;
                }

        #button li #active {
                border-left: 10px solid #901B0F;
                border-right: 10px solid #FCC63F;
                background-color: #FFE675;
                color: #901B0F;
                }
				


.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
	.ueschrift
	{ color:#669933; padding-left: 11px; font-size:12px; font-weight:bold;}