body {
	margin: 0px;
	font-family: 'dejavu_sanscondensed', 'dejavu_sansbook', Verdana;
	
	/* background: URL("../body_bg.gif"); */
	
}
a {
	text-decoration: none;
}


.cell_pagewrapper {
	width: 100%;
	text-align: center;
}


.cell_pagecontent {
	margin: auto;
	/* Breite in styles_seitengroesse.css */
}


.cell_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	/* background-color: #005192; */ /* blauer Balken ueber ganze Seitenbreite? */
	height: 40px;
	z-index: -1000;
}


/* ************************
	Login Menu
************************ */
.cell_login_wrapper {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -100px;
	z-index: 5000;
}
.cell_login {
	position: relative;
	color: #FFFFFF;
}