/* -= STYLE-Definitionen =- */

body	{
	background-color: #F7AD00;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
}

h1 {
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #F7AD00;
}

h2 {
	margin: 20px 0px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F7AD00;
}

p {
	margin: 10px 0px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

table {
	margin-top: 10px;
}

td {
	padding: 5px 0px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/* -= DIV-Formatierungen =- */


#bg-logo {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
/*	height: 768px;*/
	width: 100%;
	background-image: url(../images/bg_logo.gif);
	background-repeat: no-repeat;
}

#meta-links {
	z-index: 3;
	position: absolute;
	top: 13px;
	left: 409px;
}

#meta-claim {
	z-index: 3;
	position: absolute;
	top: 104px;
	left: 409px;
}

#content-linetop {
	z-index: 4;
	position: absolute;
	top: 195px;
	left: 409px;
	height: 21px;
	width: 532px;
	background-image: url(../images/bg_contentline.gif);
	background-repeat: repeat-x;
}

#content-dianorm {
	z-index: 4;
	position: absolute;
	width: 220px;
	top: 235px;
	left: 409px;
	background-color: #FFFFFF;
}

#link-dianorm {
	z-index: 4;
	position: absolute;
	width: 220px;
	top: 435px;
	left: 409px;
	background-color: #FFFFFF;
}

#content-purmo {
	z-index: 4;
	position: absolute;
	width: 220px;
	top: 235px;
	left: 720px;
	background-color: #FFFFFF;
}

#link-purmo {
	z-index: 4;
	position: absolute;
	width: 220px;
	top: 435px;
	left: 728px;
	background-color: #FFFFFF;
}

#content-linebottom {
	z-index: 4;
	position: absolute;
	top: 470px;
	left: 409px;
	height: 21px;
	width: 532px;
	background-image: url(../images/bg_contentline.gif);
	background-repeat: repeat-x;
}

#content {
	z-index: 4;
	position: absolute;
	width: 300px;
	top: 170px;
	left: 409px;
	background-color: #FFFFFF;
}

#content-frame {
	z-index: 4;
	position: absolute;
	width: 300px;
	top: 205px;
	left: 409px;
	background-color: #FFFFFF;
}

#content-zurueck {
	z-index: 4;
	position: absolute;
	width: 300px;
	top: 525px;
	left: 409px;
	background-color: #FFFFFF;
}


