@charset "utf-8";
/* CSS Document */

body{
margin:2px 0px 5px 0px;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; color: #1d4666;
background-color:#f9f0e4;


}

  


a {color: #1d4666; text-decoration:underline;}
a:hover {color: #912428;} 
a:visited {color: #1d4666;}

#maincontainer{
margin: 0 auto; /*Auf Seite zentrieren*/
width: 450px; height:auto;
background-color: #FFFFFF;
border:#7c0d11 1px solid; 
 
}

#header{
width: 450px; height:85px; background: url(../common/header_mala_fenster.jpg) top left no-repeat; border-bottom:#1d4666 1px solid;  
}


#sub_header{
width: 435px; height:15px; background-color:#7c0d11; border-bottom:#1d4666 1px solid; padding-left:15px; 
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #fff; font-weight:bold; letter-spacing:2px; 
float:left;
}

		#contentwrapper{ /*umfasst den gesamten Content-Breich*/
width: 450px; background-color: #f9f0e4; 
overflow: hidden;
}


#content {
width:420px; min-height:700px; background-color: #f9f0e4;  padding-left:15px; padding-right:15px; padding-bottom:10px; float:left; overflow:auto;  font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; line-height:18px; color: #7c0d11;
}
		

.h1 { font-family: Arial, Helvetica, sans-serif;
font-size: 12px; line-height:14px; color: #7c0d11; font-weight:bold; 
}


.h2 { font-family: Arial, Helvetica, sans-serif;
font-size: 18px; color: #7c0d11; font-weight:bold; line-height:20px; margin-top:10px;
}


.h3 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; font-weight:bold; line-height:16px;  color: #7c0d11; margin-bottom:5px; margin-top:18px;
}

.list{
	
	list-style:disc; list-style-position:outside; 
	margin-left:-26px;
  }		