body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

	margin:0px;
	padding:0px;
	width:100%;
	
	/*background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}

div.page {
    position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:600px;
}

div.page_wide {
    position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:800px;
}
div.menu_area_main{
	margin-top:10px;
}
div.menu_area_main div.logo{
	position:relative;
	text-align:right;
	top:5px;
	
}
/* header */

div.page div.header {
	width:100%;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}
div.page div.header a img{
	border:none;
}

/* menübereiche */ 

div.page div.menu_area {
	width:578px;
	padding:5px;
    padding-left:10px;
    padding-right:10px;
	border:1px solid black;
	overflow:hidden;
	background-color:white;
}
div.page_wide div.menu_area {
	width:778px;	
}

div.page div.menu_area_main {
	background-image:url(../images/menubgpfeil3.gif);
	background-repeat: no-repeat;
	/*background-position: center 16px;*/
	/*height:27px;*/
	background-position: 10px 42px;
	height:40px;
}

div.page_wide div.menu_area_main {
	background-image:url(../images/menubgpfeil3.gif);
	background-repeat: no-repeat;
	background-position: 10px 42px;
	
	height:40px;
}

div.page div.menu_area_trail {
	margin:0px; 
	padding-top:2px;
	margin-top:5px;
	height:11px;
}

/* Inhaltsbereich */

div.page div.content_area {
	width:100%;
    position:relative;
    clear:both;
    overflow:hidden;
}
