@charset "utf-8";

html {margin:0; padding:0;}

body {
	margin:0; 
	padding:0;
	font-size:62.5%;/* schriftgroesse relative machen, um spaeter mit em zu arbeiten    */
	background-color:#fff;
	font-family:verdana, arial, sans-serif;
	text-align:center;   /* vertikal zentrieren im IE6 */
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #9C9891;
	scrollbar-highlight-color: #9C9891;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333; 

}

/*** Ebenen   ***/             

#wrapper {
	width:1000px;
	height:750px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
	border: 1px solid #EC402D;	
}

#header {
	width:1000px;
	height:100px;
	float:left;
	background-color:#fff;
	background-image: url(img/MIP-Logo.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	
}

#content_wrapper {
   width:1000px;
   	height:490px;
   float:left;
}

#content_left {
   width:180px;
   height:490px;
   float:left;
   background-color:#fff;
}

#content_right {
	width:800px;
	height:490px;
	float:right;
	background-color:#fff;
	background-image: url(img/textfeld.gif);
	background-repeat: no-repeat;
	background-position: -10px;
	padding-top:20px;
}


#footer {
   width:1000px;
   height:160px;
   float:left;
   background-color:#fff;
   background-image: url(img/footer.jpg);
   background-repeat: no-repeat;
   background-position: left top; 
}

div.clear {
   clear:both;
}

/*** Ebenen - Text ***/	                      

#header_t {
   margin:58px 20px 20px 250px;
   font-size:1.5em;
   color:#c30;
   font-family:tahoma, arial, sans-serif; 
   font-weight: bold;

}

#content_left_t {
   margin-top:56px;
   margin-left: 8px;
   font-size:1.2em;
   color:#000;
}

#content_right_t_scroll {
	margin-top:65px;
	margin-left:20px;
	font-size:1.2em;
	color:#000;
	height:340px;
	width:705px;
	overflow:auto;
}

#content_right_t_scroll li {
line-height: 1.3em;
}

#content_right_t_scroll ul {
	list-style-position: inside;
	font-weight: normal;
	margin-top: 2px;
}
#content_right_t_scroll a {
	color:#c30;
}
#content_right_t_scroll a:hover, a:focus {
	color:#fbad1a;
}

#list {
	margin-left: 20px;
}

#footer_t {
	margin-top:7px;
	margin-right: 40px;
	font-size:1.2em;
	color:#000;
}

/*** Navigation ***/	
ul {
	list-style-position: inside;
	font-weight:bold;
}   

li {
	margin-left: -40px;
	line-height: 1.7em;
}

a:link { 
color: #333;
text-decoration:none; 
}

a:visited { 
color: #333;
text-decoration:none; 
}

a:hover, a:focus {
color: #c30;
text-decoration:none; 
}

a: active {
color: #c30;
text-decoration:none; 
} 
