body{
	background:#ffffff url('/images/background.jpg') center center;
	color:#ffffff;
	font-family: Arial,Helvetica,sans;
	font-size:14px;
	text-align:justify;
}

img{
	border: none;
	behavior: url("/css/pngbehavior.htc");
}

ul.latestnews-title{
    list-style-type:none;
}

a{
    text-decoration:none;
    cursor:pointer;
}

a.latestnews-title{
    color:#fff;
    text-decoration:underline;
}
:focus { 
outline: 0; 
} 

div.hiddenimage{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}

div.mitteoben{
    background-image:url('/images/mitte-oben.jpg');
    width:840px;
    height:376px;
}

div.mitteunten{
    background-image:url('/images/mitte-unten.png');
    width:840px;
    height:165px;
}

div.main{
    width:868px;
    height:554px;
    margin:auto;
}

p {
    font-size:14px;
	margin:0;
	padding:0;
}

	* {
		margin:0;
		padding:0;
	}
	html,body{
	height:100%;
	}

	#distance {
		width:1px;
		height:51%;
		margin-bottom:-280px; /* half of container's height */
		}
	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:554px;
		clear:left;
		}
