body {
	/*background:			url('/images/home/temp-background-home.jpg') no-repeat center 130px #b5d5e6;*/
	background:			url('/images/home/omd-home-background.jpg') no-repeat center 130px #fff;
}

div#outercon {
	/*height:				811px;*/
	height:864px;
}

div#content {
	position:			relative;
	width:				980px;
	height:				800px;
}
div#intro {
	position:			relative;
	left:				580px;
	top:				38px;
	margin:				0;
	padding:			0;
	
	width:				375px;
	height:				330px;
	line-height:		1.3em;
}

div#intro  div#plaintext {
	padding:			20px 0 0 10px;
}
	

	div#intro h1 {
		margin:			0;
		font-size:		24px;
		color:			#23408f;
		font-family:	Trebuchet MS, Arial, Helvetica;
	}
	div#intro h2 {
		margin:			0;
		font-size:		21px;
		color:			#23408f;
		font-family:	Trebuchet MS, Arial, Helvetica;
		font-weight:	normal;
	}
	
	div#intro .regel4 {
		display:		block;
		width:			370px;
		font-size:		17px;
		color:			#000;
		font-family:	Trebuchet MS, Arial, Helvetica;
		font-weight:	normal;
		line-height:		1.2em;
	}

div#news {
	position:			relative;
	left:				590px;
	top:				-10px;	
	width:				340px;
}
div#news ul {
	margin:				3px 0 0 0;
	list-style: 		none;
	padding:			0;
}
div#news li {
	margin:				0 0 4px 0;
	font-size:			16px;
}
div#news a {
	display:			block;
	font-family:		Trebuchet MS, Arial, Helvetica;
	font-size:			1.05em;
	font-weight:		normal;
	color:				#000;
	text-decoration:	none;

	margin:				0;
	padding:			0 0 0 12px;	
	background:			url('/images/home/red-arrow.gif') left 5px no-repeat;
}
div#news a:hover {
	color:				#000;
	text-decoration:	underline;
}



