@charset "utf-8";
body  {
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #404040;
}
#container { 
	width: 900px;  
	margin: 20px auto;
	text-align: left; 
} 
h1 {color:#fff; font-size:8px;}
h2 {font-size:16px;} 	
h3 {font-size:14px;}

a {color:#019ad5; text-decoration:underline;}
a:hover {color:#b60268; text-decoration:underline;}

#header {
	background:url(../img/layout/logo_mm.gif) no-repeat left top;
	width:900px;
	height:40px;
} 
#left {
	float: left;
	width: 350px; 
	margin: 40px 0 0 0;
	height:auto;
}
#right {
	float: right;
	margin: 80px 0 0 0; 
	width:500px;
	padding: 0;
	height:auto;
	font-size:14px;
	line-height:150%;
}
.title {
	text-align:right;
	color:#b60268;
	font-size:24px;
	font-weight:bold;}

.title a{
	color:#b60268;
	text-decoration:none;
	}
.title a:hover {
	color:#019ad5;
	text-decoration:none;
	}
#footer { 
	height:20px;
	margin:30px 0 0 0;
	background:url(../img/layout/logo_mm_klein.gif) no-repeat right;
	
} 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}