/*
blau: a0b9ff / 160 185 255
rot: e16e5f / 225 110 95
gelb: fad200 / 250 210 0
*/

html, body{
margin:0;
padding:0;
font-family: Arial, Verdana, Sans-Serif;
background-color: #ffffff;
/*background-image:url(/mm/grafiken/bodyhg.jpg);
background-repeat: repeat-x ; */
font-size: 101.01%;
width: 100%;
}

/* Kennzeichnung externer Links */
.exlink {
   position: relative;
   top: 0px;
   left: 0px;
}


a.exlink strong {
   display: none;
}

a:hover.exlink strong {
   display: block;
   position: absolute;
   top: 25px;
   left: 0;
   margin: 0px;
	 padding: 5px;
   background-color: #ffffff;
	 border: 1px solid #a28c3c;
   color: #000000;
   border: 1px solid #666666;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
   font-weight:normal;
   text-decoration: none;
   z-index: 100;
}

a:hover.exlink {
   color: #000000;
   border: 0px;
   font-weight:normal;
   text-decoration: none;
   z-index: 200;
   }

/* Ende exlink */

#pagewidth{
width:100%;
}

#balken
{
width: 250px;
height: 20px;
margin-top: 50px;
background-color: #e16e5f;
}

#header
{
width: 100%;
height:250px;
max-height:250px;
background-color:#a0b9ff;
border:0px solid #000000;
}

#header #box
{
float:left;
position:relative;
width: 520px;
}

#header .kbild
{
float:left;
position:relative;
margin-top: 0px;
border-right: 0px solid #fad200;
height: 250px;
width: 250px;
}

.kbild p
{
margin: 0;
padding: 0;
}

#header .logo
{
text-align: right;
margin-top: 44px;
margin-bottom: 44px;
border:0px solid #000000;
}


#submenu
{
margin: 0;
height: 20px;
max-height: 20px;
list-style:none;
padding-top: 3px;
padding-bottom: 0px;
padding-right:10px;
text-align:right;
font-size:12px;
font-weight:normal;
color: #000000;
background-color: #e16e5f;
border:0px solid #000000;
}

#submenu a:link
{
text-decoration:none;
color: #000000;
}

#submenu a:visited
{
text-decoration:none;
color: #000000;
}

#submenu a:hover
{
text-decoration:underline;
color: #000000;
}

#submenu a:active
{
text-decoration:none;
color: #000000;
}

#submenu a:focus
{
text-decoration:none;
color: #000000;
}

.clear
{
clear:both;
}

#wrapper
{
clear:both;
padding: 0;
margin: 0;
width:100%;
}

#leftcol
{
width: 250px;
max-width: 250px;
max-height: 100%;
padding:0;
float: left;
position: relative;
border:0px solid #000000;
}

#leftcol #menu
{
margin-top:5px;
padding-bottom:5px;
padding-left: 20px;
width: 170px;
border:0px solid #000000;
/*background-image:url(/mm/grafiken/menuhg.jpg);
background-repeat: repeat-y; */
}

#listmenu0
{
list-style:none;
margin:0px;
padding:0;
padding-left:0px;
padding-top: 20px;
font-size:14px;
border-top:0px solid #336633;
}

#listmenu0 li
{
border-bottom:0px solid #ffdeb3;
border-bottom:1px solid #e16e5f;
}

#listmenu0 li a:link, #listmenu0 li a:visited, #listmenu0 li a:active, #listmenu0 li a:focus
{
display:block;
text-decoration:none;
width:100%;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
padding-top:6px;
padding-bottom:6px;
color:#000000;
font-weight: normal;
border-top:0px solid #336633;
border-bottom:0px solid #336633;
}

#listmenu0 li a:hover
{
display:block;
text-decoration:none;
width:100%;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
padding-top:6px;
padding-bottom:6px;
color:#e16e5f;
font-weight: normal;
border-top:0px solid #336633;
background-color: #fad200;
}


#listmenu1
{
list-style:none;
padding:0;
margin-top:5px;
margin-left: 15px;
padding-left:0px;
font-size:12px;
font-weight:normal;
border:0px solid #336633;
}

#listmenu1 li
{
border-bottom:0px solid #336633;
padding-top:3;
padding-bottom:0;
font-weight:light;
background-image:url(../grafiken/hg_link.gif);
background-repeat:no-repeat;
background-position: left 5px;

}

#listmenu0 #listmenu1 li a:link,  #listmenu0 #listmenu1 li a:hover,  #listmenu0 #listmenu1 a:active, #listmenu0 #listmenu1 a:focus
{
display:block;
text-decoration:none;
font-weight:normal;
color:#000000;
width:100%;
margin-bottom:0px;
margin-top:0px;
border:0px solid #000000;
}

#listmenu0 #listmenu1 li a:hover
{
color:#e66400;
font-weight:normal;
width:100%;
margin-bottom:0px;
margin-top:0px;
border:0px solid #336633;
}

#listmenu0 #listmenu1 a:visited
{
color:#000000;
font-weight:normal;
width:100%;
margin-bottom:0px;
margin-top:0px;
border:0px solid #336633;
}

#listmenu2
{
display:none;
}

#listmenu3
{
display:none;
}

.active
{
display:block;
text-decoration:none;
width:100%;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
padding-top:6px;
padding-bottom:6px;
color:#000000;
font-weight: normal;
border-top:0px solid #336633;
background-color: #a0b9ff;
}

#leftcol #schriftg
{
margin-left: 20px;
margin-top: 30px;
}

#menuende
{
padding-top: 20px;
width: 200px;
}


#maincol
{
float: left;
position: relative;
margin-top: 25px;
margin-left: 0px;
width: 520px;
max-width: 530px;
border:0px solid #000000;
}

#maincol h1
{
font-size: 1.4em;
color: #e16e5f;
line-height:1.5em;
margin:0;
padding-left: 85px;
background-image:url(/grafiken/bullets.gif);
background-repeat: no-repeat;
background-position: left center;
}

#maincol h2
{
clear: right;
font-size: 1.0em;
color: #e16e5f;
margin-top:2.0em;
line-height:1.5em;
}

#maincol p
{
font-size: 0.85em;
line-height:1.5em;
}

#maincol .tklein
{
font-size: 0.85em;
line-height:1.5em;
font-family: "Times New Roman", "Times", Serif;
}

#maincol a:link
{
color: #000000;
text-decoration:underline;
}

#maincol a:visited
{
color: #000000;
text-decoration:underline;
}

#maincol a:hover, #maincol a:active
{
color: #e16e5f;
text-decoration:underline;
}

#maincol ul, #maincol li
{
font-size: 0.92em;
line-height: 1.5em;
margin-top: 6px;
}

#maincol .br
{
float:right;
margin-left: 10px;
margin-bottom: 5px;
}

#maincol img
{
border: 1px solid #e16e5f;
}

#maincol .or
{
border: 0;
margin-right: 30px;
}

/* rechte Spalte rightcol nicht in Verwendung */
#rightcol
{
float:right;
position:relative;
margin: 0px;
padding-right:0px;
padding-top: 20px;
text-align:right;
border:0px solid #000000;
/*background-image:url(../grafiken/hg_right.jpg);
background-repeat: no-repeat;
background-position: right top; */
}

#rightcol .tklein
{
text-align:left;
font-size: 0.8em;
line-height:1.5em;
}

#rightcol a:link
{
color: #000000;
text-decoration:underline;
}

#rightcol a:visited
{
color: #000000;
text-decoration:underline;
}

#rightcol a:hover, #rightcol a:active
{
color: #da251d;
text-decoration:underline;
}

#rightcol img
{
border: 0px solid #ffd39c;
margin-right: 30px;
}

#rightcol .or
{
border: 0;
margin-right: 30px;
}

/* Fußzeile */

#footer
{
clear:both;
margin-top: 50px;
padding-top: 0px;
padding-bottom: 40px;
background-color: #ffffff;
color: #000000;
height: 20px;
font-size: 11px;
}

#footer img
{
border: 0 solid #ffffff;
}

#footer a:link
{
text-decoration:none;
font-size:12px;
font-weight:normal;
color: #000000;
}

#footer a:visited
{
text-decoration:none;
font-size:12px;
font-weight:normal;
color: #000000;
}

#footer a:hover
{
text-decoration:underline;
font-size:12px;
font-weight:normal;
color: #000000;
}

#footer a:active
{
text-decoration:none;
font-size:12px;
font-weight:normal;
color: #000000;
}

#footer a:focus
{
text-decoration:none;
font-size:12px;
font-weight:normal;
color: #000000;
}

#footer .fussmenu
{
text-align:left;
margin-right: 75px;
border-bottom: 1px solid #a0b9ff;
padding-bottom: 5px;

}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}
