/***********************************************/
/* CSS für Mutawe                            *
/***********************************************/


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	margin-top: 1%;
	/*background-color: #CDCD9B;*/
	background-image: url(bilder/hgver_mu.jpg);
	line-height: 1.5;
	overflow-y: scroll;
	background-repeat: repeat;
	text-align: center;

}

/***********************************************/
/* Pseudo-Klassen                              */
/***********************************************/
a:link {
        color: #483D8B;
        text-decoration: none;
        }

a:visited {
        color: #483D8B;
        text-decoration: none;
         }

a:hover {
        color: #FF8D00;
        text-decoration: none;        
}        

/***********************************************/
/* Überschriften       	                       */
/***********************************************/



h1 {
	color: #36F;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	font-style: italic;
}

h2 {
    color: #36F;
    font-size: 14pt;
    font-weight: bold;
	font-style: italic;
    text-align: left;
}

h3 {
    color: #36F;
    font-size: 13pt;
    font-weight: bold;
    text-align: left;
}


.betont {
	font-weight: bold;	
}


.impressum {
	font-size: 9pt;	
	font-style: normal;
}

/*---------------------------------------------*/
/* Seitenaufbau	                               */
/*---------------------------------------------*/
#page{
	min-height: 600px;
	height: auto !important; /* für moderne Browser */
	height: 600px; /* IE 6 */
	width: 800px;
	border: 1px solid #222222;
	text-align: left;
	margin: auto;
	background-color: #cdcd98;
}

#top{
	border-left:0px none;
	border-right:0px none;
	border-top:0px none;
	border-bottom: 1px solid #222222;
	height: 240px;
	width: auto;
	background-image: url(bilder/startbild_mu_neu_text.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/***********************************************/
/* Katen oben              	                   */
/***********************************************/
#kasten_oben{
	background-color: #ADDCEB;
	border-bottom: 0px solid #222222;
	font-weight: bold;
	height: 10px;

}
/* MENUE ENTFERNT
#menue_oben{
    text-align: right;
    margin: 0;
    height: 20px;
    padding-top: 5px;
    padding-right: 10px;
} */
/***********************************************/
/* Menü Seite             	                   */
/***********************************************/
#menue {
	float: left;
	width: 197px;
	background-color: #ADDCEB;
   
}

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

#menue ul a{
	display: block;
	background-color: #ADDCEB;
	padding-left: 10px;
	padding-top: 6px;
	height: 30px;
	color: #222222;
	font-size: 12pt;
	font-weight: 600;
}

#menue ul a:hover{
	background-color: #ff6;
	margin-left: -4px;
	border-left: 4px solid #f93;
}

#menue li{
    vertical-align: middle;
    border-bottom: 0px solid #BA2737;
    border-right: 0px solid #BA2737;
    border-left: 8px solid #BA2737;    
}

#menue li.aktiv {
	border-left: 8px solid;
	background-color: #FDF7E5;
	color: #36F;
	height: 30px;
	padding-left: 10px;
	padding-top: 6px;
	font-size: 12pt;
}

#menue li a:active{
	color: #222222;
	background-color: #FDF7E5;
}
/***********************************************/
/* Inhaltsbereich      	                       */
/***********************************************/
#inhalt {
	min-height: 560px;
	height: auto !important; /* für moderne Browser */
	height: 560px; /* für den IE */
	width: 572px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	overflow: hidden;
	background-color: #FDF7E5;
	border: 1px solid #222222;
	border-top: 0px;
	border-right: 0;
	border-left: 0px;
	border-bottom: 0px;
	text-align: left;
}



table {width: 400px;
border: 0px solid;
cellpadding: 4px;
cellspacing: 10px;
}
/***********************************************/
/* Seitenfuß           	                       */
/***********************************************/
#fuss {
	clear: both;
	width: 800px;
	height: 25px;
	text-align: right;
	color: #222222;
	font-size: x-small;
	background-color: #cdcd98;
	border-top: 1px solid #222222;
} 

#fuss p{
    margin: 0;
    padding-top: 6px;
    padding-right: 10px;
	font-weight: bold;
}

/*---------------------------------------------*/
/* Menüdefinitionen     		               */
/*---------------------------------------------*/

/***********************************************/
/* Kopfmenü           	                       */
/***********************************************/
.kopfLink {
	color: #222222;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
}
a.kopfLink {
	color: #222222;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
}
a.kopfLink:link {
	color: #222222;
	text-decoration: none;
}
a.kopfLink:visited {
	color: #222222;
	text-decoration: none;
}
a.kopfLink:hover {
	color: #555555;
	text-decoration: none;
}
a.kopfLink:active {
	color: #222222;
	text-decoration: none;
}
a.kopfLink:focus {
	color: #222222;
	text-decoration: none;
}
.neujahr {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #C00;
}
