body {
	/*background-image:url(../images/blue_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;*/
	background-color: #ffd961;	
    margin: 0px;
}


#content_all {
	position:relative;
	top:0px;
	width: 100%;
}

#headerbox {
	background-color:#ffd961;
	background-image: url(images_neu/headerspace_yellow.gif);
	background-repeat:repeat-x;
	position:relative;
	height: 150px;
	z-index: 10;
	width: 100%;
}

#mipologo {
	height:150px;
	width:100%;
	z-index: 20;
}


#trans {
    background-color: #cccccc;
	position:relative;
	top:0px;
}

#centerbox {
	width: 1000px;
}

#img_left {
	width: 180px;
	height: 400px;
	float: left;
	background-image: url(images_neu//img_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#img_right {
	width: 180px;
	height: 400px;	
	float: left;	
	background-image: url(images_neu//img_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentbox {
    position:relative;
	background-color: #efefef;
	top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	width: 640px;	
	float: left;
	
}


#content_middle {
	background-color:#FFFFFF;
	width: 600px;
	min-height:400px;
	_height: 400px;
	text-align: center;
}

#content {
	background-color:#FFFFFF;
	float: left;
	width: 600px;
	min-height: 300px;
	_height: 300px;
}

* html #content { /* Für IE */

}



#content_bottom {
	background-color:#FFFFFF;
	clear:both;
	background-image:url(images_neu//yellow_barcode.gif);
	background-repeat:repeat;
	width: 100%;
	height: 80px;
}


#footerbox {
	position:relative;
	top: 25px;
	left: 0px;
	clear:both;
	background-color:#000000;
	background-image: url(images_neu//yellow_footer.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	position:relative;
	width:100%;
	height:150px;
	color: #006887;
}


/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

/* Content column */
DIV#content {
	text-align: center;
	font-size:18px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 20px;
	vertical-align: top;

}

DIV#content A {
	color: #006887;
	text-decoration: underline;
	font-weight: bold;
	padding-left:40px;
	padding-right: 40px;
}
DIV#content A:visited {
	color: #006887;
	text-decoration: underline;
		font-weight: bold;
}

DIV#content A:hover {
	color: #006887;
	text-decoration: none;
	font-weight: bold;
}



