@charset "utf-8";

body {
	background-color:#000;
	margin:0px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	line-height:20px;
	color:#000;
}

/**********************************************/
/*  MainDIV's */
/**********************************************/

#center {
	z-index: 1;
	width:100%;
	height: 100;
	overflow:hidden;
}
#mainbox{
	z-index: 2;
	height: 100%;
	width:100%;
	position: absolute;
	background-color:#FFF;
	top: 0px;
	margin-top: 0px;
}


#logo{
	position:relative;
	height:91px;	
	width:670px;
	text-align:right;
	top: 0px;
	margin-top: 0px;
}
		
#navibg{
	display:none;
}
		
#left{
	display:none;
}
		
#right{
	position:relative;
	float:left;
	height:450px;
	width:670px;
	background-color:#009a47;
}
#righttopA, #righttopB{
	margin:5px 15px 5px 15px;
	height:60px;
	overflow:hidden;
}
#righttopB{
	margin:12px 15px 12px 15px;	
	height:46px;
}
#righttopnavi{
	display:none;
}
#righttopnavi img{
	float:left;
}
#bildnr{
	width:50px;
	text-align:center;
	vertical-align:middle;
	float:left;
	line-height:15px;
}
#righttopcontent{
	float:left;
}

#rightimage{
	height:380px;
	width:100%;	
}

#adress{
	display:none;
}


/**********************************************/
/*  Navigation */
/**********************************************/

#menubox{ 
	display:none;
}

/**********************************************/
/*  Diverse */
/**********************************************/

p{
	margin:0px;	
}

td{
	vertical-align:top;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000000;
}
.clearfloat{ 
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	margin:0px;
	padding:0px;
}


