body{
	background: url(../grafiken/intro/intro_HG_grey.jpg) repeat;
	margin: 0;
	padding: 0;
}

#gradient_top{
	width: 100%;
	height: 100px;
	background: url(../grafiken/intro/intro_streifen_oben.jpg) repeat-x;
	top: 50%;
	margin-top: -225px;
	position: absolute;
}

#gradient_bottom{
	width: 100%;
	height: 100px;
	background: url(../grafiken/intro/intro_streifen_unten.jpg) repeat-x;
	position: absolute;
	top: 50%;
	margin-top: 125px;
}

#center{
	width: 100%;
	height: 250px;
	position: absolute;
	top: 50%;
	margin-top: -125px;
	background: url(../grafiken/intro/intro_kern_02.jpg) repeat-x;
}

#center_block{
	width: 599px;
	height: 250px;
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -300px;
}

.center_left{
	float: left;
	position: relative;
}

#red_border{
	background: url(../grafiken/intro/intro_HG_red.jpg) repeat;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#infobox_logistik{
	cursor: pointer;
	width: 220px;
	height: 121;
	position: absolute;
	z-index: 100;
	left: 50px;
}


#infobox_messe{
	cursor: pointer;
	width: 220px;
	height: 121;
	position: absolute;
	z-index: 100;
	left: 330px;
}

#text_logistik{
	position: absolute;
	color: #333333;
	font: 11px/14.5px Arial;
	top: 40px;
	left: 5px;
	text-align: justify;
	width: 210px;
}

#text_messe{
	position: absolute;
	color: #333333;
	font: 11px/14.5px Arial;
	top: 40px;
	left: 10px;
	text-align: justify;
	width: 204px;
}

a{
	color: #333333;
	font: 11px/14.5px Arial;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a:hover{
	color: #333333;
	font: 11px/14.5px Arial;
	text-decoration: underline;
}




