/*  (c) js@designverign.de
 *  autor: Jens Enkhardt
 *  info: area_top CSS definitions for dv website
 * 
 */
/*
div#area_top {
	background-image:url(../img/global/background/head_blue_980x130.png);
	background-repeat:no-repeat;
	height:130px;
	width:980px;
	padding:0px;
	margin:0px;
}*/
div.blue {
	background-image:url(../img/global/background/head_blue_980x130.png);
	background-repeat:no-repeat;
	height:130px;
	width:980px;
	padding:0px;
	margin:0px;
}
div.green {
	background-image:url(../img/global/background/head_green_980x130.png);
	background-repeat:no-repeat;
	height:130px;
	width:980px;
	padding:0px;
	margin:0px;
}
div.magenta {
	background-image:url(../img/global/background/head_magenta_980x130.png);
	background-repeat:no-repeat;
	height:130px;
	width:980px;
	padding:0px;
	margin:0px;
}
div#logo {
	width:200px;
	height:130px;
	float:left;
	position:relative; 
}
div#logo div#logo_inner {
	width:118px;
	height:40px;
	overflow:hidden;
	background-image: none;
	background-repeat:no-repeat;
	position:absolute;
	top:40px;
	left:70px;
}
div#logo div#logo_inner h1 {
	position:relative;
	top:200px;
	z-index:-1;
}

div#area_menu {
	width:760px;
	height:130px;
	float:right;
	position:relative;
}
