/*============== Grundgerüst ==============*/
body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background: none;
	background-repeat:repeat-x;
	background-color:#333333;
	font-size:80%;
	line-height:1.4;
	font-weight:normal;
	color:#CCCCCC;
	margin:0;
	padding:20px;
}
		
a.a{
	color:#FFFFFF;
	text-decoration:none;
}

a.a:hover, a.a:active, a.a:focus{
	color:#000000;
	background-color: #FFFFFF;
}
				
#container {
	background-image: url(../images/peter_mim_bg.jpg);background-repeat:no-repeat;background-position:top left;
	width: 750px;
	background-color: #000000;
	margin:0px;
	margin-left: auto;
	margin-right: auto;
 	border-right: 10px solid #4c4c4c;	
	border-bottom: 10px solid #4c4c4c;	
	border-left: 10px solid #4c4c4c;
}

#banner {
	background-image: url(../images/mim_logo.gif);background-repeat:no-repeat;background-position:top left;
	border:0px solid red;
	width: 770px;
	height:50px;
	background-color: none;
	margin:0px;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	
	
}

#leftside {
	width:200px;
	float:left;
	margin:250px 0 30px 15px;
	border:0px solid red;
	padding: 0;
	background-color: none;
}

#content {
	float:right;
	margin:30px 15px 30px 0;
	border:0px solid red;
	width:500px;
	padding: 0;
	background-color: none;
	height:auto;
    min-height:250px;	
}

* html #content {/*für den IE mindeshöhe wenn text zu kurz*/
	height: 250px;
}

#footer {
	text-align:right;
	clear: both;
	padding: 0 15px 3px 0;
	margin-top: ;
	background-color: none;
}
#language_selection {
	font-size:90%;
	float:left;
	text-align:left;
	clear: both;
	padding: 0 0 0 15px;
	margin-top: ;
	background-color: none;
}		
/*============== Main Navigation ==============*/
#navlist
{
border:0px solid red;
margin: 0;
padding: 24px 10px 0px 1px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
width:auto;
float:right;
line-height: 16px;
font-weight: bold;
border-bottom: 10px solid #929292;
margin: 0 1px 0px 1px;
text-align:center;
text-decoration: none;
color: #929292;
font-size:12px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
margin: 0 1px 0px 1px;
border-bottom: 10px solid #929292;
background: #929292;
color:#FFFFFF;
font-size:12px;
}

#navlist a:hover { color: #FFFFFF; }

/*============== Allgemeines ==============*/
#img {
float:left;
}
#img_gallery {
margin: 5px 5px 0 0;
border: 1px solid #929292;

}

#img_gallery:hover {
border: 1px solid #FFFFFF;
}


h1 {
	color: #CCCCCC;
	font-size:110%;
	font-weight: bold;
	margin:3px 0 5px 0;
}
h2 {
	color: #CCCCCC;
	font-size:105%;
	font-weight: bold;
	margin:3px 0 3px 0;
}
h3 {
	color: #CCCCCC;
	font-size:90%;
	font-weight: bold;
	margin:0 0 15px 0;
}

td {
	font-size: 90%;
	padding: 2px 4px 0 0;
	margin: 0;
	vertical-align: top;
	background-color:none;
}

td h1, td h2, td h3 {
	margin-top:0px;

}
