.maincontent{
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:0px;
}

.content{
	position:absolute;
	width:1000px;
	top:110px;
}
.head{
	position:absolute;
	width:1000px;
	height:110px;
	top:0px;
	left:0px;
}

.logo{
	position:absolute;
	left:140px;
	top:14px;
	z-index:25;
}

.supertitel {
	position:absolute;
	left:300px;
	top:45px;
	height:20px;
	width:500px;
	font-weight:bold;
	font-size:25px;
	text-decoration: none;
	text-align:right;
	z-index:5;
}

.supertitel h1{
	font-weight:normal;
	font-size:25px;
	color: #006AB2;
	text-decoration: none;
}
	


/*textinhalt**********************************************************************************/
.inhalt{
	position:absolute;
	border-width:1px 0px 0px 0px;
	border-color:#006AB2;
	border-style:solid;
	width:600px;
	top:0px;
	left:200px;
	padding-left:0px;
	padding-top:30px;
	line-height:1.4em;
	z-index:6;
}

/* link icon linke spalte */
.inhalt a.linkExt{
	padding-right:15px;
	background: url(../template/images/ext_icon.gif) no-repeat right;
}

.inhalt a.linkInt{
	padding-right:15px;
	background: url(../template/images/int_icon.gif) no-repeat right;
}

.startbild{
	margin-top:-30px;
}

/*textinhalt**********************************************************************************/
.inhalt_gross{
	position:absolute;
	width:700px;
	top:0px;
	padding-left:3px;
	z-index:6;
}

/*infobox****************************************************/
.infobox{
	position:absolute;
	width:200px;
	left:838px;
	height:200px;
	top:0px;
	background-image:url("../template/images/kasten/hg-produkteliste.png");
	background-repeat:no-repeat;
	background-position: top left;
	z-index:5;
}
.infobox_cont{
	position:relative;
	width:180px;
	margin-left:10px;
	margin-bottom:30px;
	top:20px;
	z-index:5;
}

.infobox_fuss{
	position:relative;
	font-size:1px;
	background-image: url("../template/images/top_infobox.gif");
	background-position: top left;
	background-repeat:repeat-y;
	background-color:transparent;
	z-index:1;
}

.infobox td{
	padding-bottom:7px;
}

.infobox a{
	color:#0099CC;
}

.infobox a:hover{
	color:#00CCEE;
}

.infobox.auszeichnung_text{
	color:#000000;
	font-weight:bold;
}
