	/* --- BEGIN CONTAINER --- */
div#container
{
	text-align:left;
	background-image: url(bg.gif);
	width:980px;
	margin:0 auto;
}


input.text {
	border: 1px solid #999999;
	margin-bottom:10px;
}
	/* --- END CONTAINER --- */
	
	/* --- BEGIN HEADER --- */
div#header
{
	height:110px;
	line-height:110px;
	background-image:url(muva_logo.gif);
	background-repeat:no-repeat
}
	
div#header h1
{
	text-align:right;
	margin:0;
	padding-left:10px;
}
	/* --- END HEADER --- */
	
	/* --- BEGIN LEFT --- */	


div#leftunten
{
	background:#E1E1E1;
    clear:both;
    width:183px;
}

div.flag 
{
 width:100%;
 padding-left:55px;
 padding-top:0px;
 padding-bottom:5px;
} 

/*   left width = 232px; */
   
div.navigation {
   width:192px;
   max-width:192px;
   padding-left:40px;
   background: #efefef; 
   color: #79B30B;
   border-bottom: solid 1px #666666;
   float:left;
   padding-bottom: 10px;    
}

ul#navigation 
{
	width:100%;
    background: #efefef; color: #79B30B;
    font-size: 12px;
    margin: 0 0 0em; 
    padding: 0px;
 
  }
  
  ul#navigation li {
    list-style: none;
    margin: 0; 
    padding: 0.2em; 
  
  }

  
  ul#navigation a:link 
  {

	 color: #666666;
    text-decoration:none;		      
    background-color: #efefef;    
  }
	 	 
  ul#navigation a:visited {
	color: #666666;
	text-decoration:none;    
    background-color: #efefef;	
   } 
  
  ul#navigation	a:hover 
  {
	font-weight:bold;
	color: Red;
    text-decoration:none;		
    background-color: #efefef;    
   }
  
  ul#navigation	a:active  {
	color: #666666;
    text-decoration:none;		
    background-color: #efefef;    
  } 	
  
  
   /* Ebene Voilà Navigation */
ul#navigation  a.level1:link { line-height:0;color: #666666; }
ul#navigation  a.level1:visited { line-height:0;color: #666666; }
ul#navigation  a.level1:active {line-height:0; color: #666666; }
  
ul#navigation  a.level2:link { line-height:0; font-size: 11px;color: #666666; }
ul#navigation  a.level2:visited { line-height:0;font-size: 11px;color: #666666; }
ul#navigation  a.level2:active { line-height:0;font-size: 11px;color: #666666; }  

ul#navigation  a.level3:link { line-height:0; font-size: 10px;color: #666666; }
ul#navigation  a.level3:visited { line-height:0;font-size: 10px;color: #666666; }
ul#navigation  a.level3:active { line-height:0;font-size: 10px;color: #666666; }  

ul#navigation  a.level1a:link { line-height:0;color: #003399; }
ul#navigation  a.level1a:visited { line-height:0;color: #003399; }
ul#navigation  a.level1a:active { line-height:0;color: #003399; }

ul#navigation  a.level2a:link {line-height:0;font-size: 11px; color: #003399; }
ul#navigation  a.level2a:visited {line-height:0; font-size: 11px;color: #003399; }
ul#navigation  a.level2a:active { line-height:0;font-size: 11px;color: #003399; }

ul#navigation  a.level3a:link {line-height:0;font-size: 10px; color: #003399; }
ul#navigation  a.level3a:visited {line-height:0; font-size: 10px;color: #003399; }
ul#navigation  a.level3a:active { line-height:0;font-size: 10px;color: #003399; }
    
  /* ----------- Adresse -------------------- */ 
div#adresse {
  background-color: #e1e1e1;
  color:#666666;
  font-size:10px;
  float:left;
 
  
}

div#adresse p 
{
  padding-left: 40px;
  background-color: #e1e1e1;
  color: #666666;
  font-family: Arial, Verdana, Tahoma;  
  font-size: 10px; 
  line-height:0.5;
}


div#adresse a {
  background-color: #e1e1e1;
  color: #666666;
  font-family: Arial, Verdana, Tahoma;  
  font-size: 10px;  
  line-height:0.5;
}

div#adresse p.bemerkung b
{
  background-color: #e1e1e1;
  color: #666666;
  font-family: Arial, Verdana, Tahoma;  
  font-size: 10px; 
  line-height: 1.3;
}

	/* --- END LEFT --- */	
 /* ----------- SiteMap -------------------- */ 
 
div#content a.historylink:link {
  color: #666666;
  font-size: 10px;
  text-decoration:none;
} 

div#content a.historylink:visited {
  color: #666666;
  font-size: 10px;
  text-decoration:none;
} 

div#content a.historylink:hover 
{
	 font-weight:bold;
	color: #103e8b;
	font-size: 10px;
	text-decoration:none;
	
}

div#content a.historylink:active {
  color: #666666;
  font-size: 10px;
  text-decoration:none;
} 

/* Formular Layout */


label, input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
font-family: Arial, Verdana, Tahoma; 
font-size: 1em
}
form label {
  display: block;
  float: left;
  width: 100px;
}
form select {
  margin-bottom: 2px;
  display: block;
  float: left;
}
form input {
  margin-bottom: 2px;
  width: 200px;
  display: block;
  float: left;
}
form textarea{
  overflow : hidden;
  display: block;
  float: left;
  width: 200px; /* Breite.*/
  }

form .buttons {
  text-align: left;
  margin-top: 0.5em;
  margin-left: 10em;
}

form br {
  clear: left;
}

form + * {
  clear:left;
}

 /* CONTENT */

div#content p{margin: 0px 0px 10px 0px;line-height:1.4}
div#content h1{margin:0px 10px 0px;color: #103E89;font-size: 18px;}
div#content h2{margin:0px 0px 10px; color: #103E89;font-size: 14px;font-family: Arial, Verdana, Tahoma;font-weight:normal;text-decoration:none;}
div#content h3{margin:0px 0px 10px;color: #103E89;text-decoration:none; font-size: 12px;font-family: Arial, Verdana, Tahoma;font-weight:normal;}
div#content h4{margin:0px 0px 10px;color: #103E89; text-decoration:none;font-size: 11px;font-family: Arial, Verdana, Tahoma;font-weight:normal;}
div#content{background:#FFFFFF; margin-left:30px; }
div#content{float:left;width:494px}
div#content img{border:1px solid #999999;}
div#content img.noborder{border:0px}


div#contentprint p{margin: 0px 0px 10px 0px;line-height:1.4}
div#contentprint h1{margin:0px 10px 0px;color: #103E89;font-size: 18px;}
div#contentprint h2{margin:0px 0px 10px; color: #103E89;font-size: 14px;font-family: Arial, Verdana, Tahoma;font-weight:normal;text-decoration:none;}
div#contentprint h3{margin:0px 0px 10px;color: #103E89;text-decoration:none; font-size: 12px;font-family: Arial, Verdana, Tahoma;font-weight:normal;}
div#contentprint h4{margin:0px 0px 10px;color: #103E89; text-decoration:none;font-size: 11px;font-family: Arial, Verdana, Tahoma;font-weight:normal;}
div#contentprint{background:#FFFFFF; margin-left:30px; }
div#contentprint{float:left;width:494px}
div#contentprint img{border:1px solid #999999;}
div#contentprint img.noborder{border:0px}


div#content li {
background-image: url(bullet.jpg);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
}

div#content ul {
	padding: 0px;
	margin-top: 12px;
	margin-left: 0px;
	margin-bottom: 12px;


list-style-type: none;
}



div#content td ul {
  margin-left: 0px;
  margin-top: 0px;
}


div#content a {
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
} 

div#content a:link {
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
}

div#content a:visited {
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
}

div#content a:hover {
	color: #103e8b;
	font-size: 11px;
	text-decoration:underline;
}  


div#content a:active {
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
}

/* start content */ 
div#contentprint li {
background-image: url(bullet.jpg);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
}

div#contentprint ul {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 12px;


list-style-type: none;
}



div#contentprint td ul {
  margin-left: 0px;
  margin-top: 0px;
}


div#contentprint a {
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
} 

div#contentprint a:link {
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
}

div#contentprint a:visited {
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
}

div#contentprint a:hover {
	color: #103e8b;
	font-size: 11px;
	text-decoration:underline;
}  


div#contentprint a:active {
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
}

/* end print */





/* für Layoutvorlage 3-spaltig */
div#links{background:#FFF}
div#mitte{background:#FFF}
div#rechts{background:#FFF}

div#links{float:left;padding:0px;margin:0px}
div#mitte{float:left;padding:0px;margin:0px}
div#rechts{float:left;padding:0px;margin:0px} 

 /* ----------- News -------------------- */ 


a.mehr {
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
} 

a.mehr:link{
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
}

a.mehr:visited {
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
}

a.mehr:hover {
	color: #103e8b;
	font-size: 11px;
	text-decoration:underline;
}  


a.mehr:active {
	color: #990000;
	font-size: 11px;
	text-decoration:underline;
}


div.box{background:white}
div.box{float:right;clear:right;width:212px;padding:0px;margin-left: 0px}
 
 
 /* ----------- FOOTER -------------------- */ 
div#footer {
  background-color: #666666;
  color:white;
 
  height:25px;
}

div#footer p {
  color:white;
  padding-left:27px;
  font-size:11px;
  text-decoration:none;  
  background-color: #666666;

   padding-top:5px;
}

div#footer a  {
  color:white;
  text-decoration:underline;  
    background-color: #666666;
} 
div.engnoprint 
{
	margin-left:0px;
}


div.engnoprint h2 
{
  margin-left:0px;	
}

div.eng 
{
  margin-left:10px;	
}

div.eng h2 
{
  margin-left:0px;	
}
div.eng a:link,visited,active
{font-family: Arial, Verdana, Tahoma;color: #990000;text-decoration:underline; font-size: 11px;}
div.eng a:hover
{font-family: Arial, Verdana, Tahoma;color: #003399;text-decoration:underline; font-size: 11px;}
ul 
{
  margin-top:0px
}
div.uleng ul
{
  margin:0px;
  padding:0px;
}
 
div.eng h4 
{
    margin-left:0px;	
   padding-bottom:0px;
   font-weight: bold;	
   margin-bottom: 0px;	
}