/*
	DIV-Definitionen
*/

div#container
{
	height:100%;
	width:100%;
	
	
	
}
div#kopf
{
	position:relative;
	top:0;
	margin: auto;
	height:50px;
	width:900px;
	background:url(../bilder/bodyhg_oben_def.png) bottom center no-repeat;

}

div#rahmen
{
	top:30px;
	width:900px;
	margin: 0 auto; 
	background: url(../bilder/bodyhg.png) top center repeat-y;
		
}


div#titel
{
	position:relative;
	top:0;
	margin: auto auto;
	width:840px;
	height:300px;
	background:url(../bilder/oben13.png) top center no-repeat;
	border:#999 1px solid;
	}
div#titel1
{
	position:relative;
	top:-19px;
	margin: auto auto;
	width:882px;
	height:300px;
	background:url(../bilder/oben3.jpg) top center no-repeat;
	border:none;
}
div#titel2
{
	position:relative;
	top:-19px;
	margin: auto auto;
	width:882px;
	height:300px;
	background:url(../bilder/oben5.jpg) top center no-repeat;
	border:none;
}
div#titel3
{
	position:relative;
	top:-19px;
	margin: auto auto;
	width:882px;
	height:300px;
	background:url(../bilder/oben4.jpg) top center no-repeat;
	border:none;
}
div#titel4
{
	position:relative;
	top:0;
	margin: auto auto;
	width:840px;
	height:300px;
	background:url(../bilder/oben7.png) top center no-repeat;
	border:#999 1px solid;
}
div#titel5
{
	position:relative;
	top:-19px;
	margin: auto auto;
	width:882px;
	height:300px;
	background:url(../bilder/oben2.jpg) top center no-repeat;
	border:none;
}

div#titel6
{
	position:relative;
	top:-19px;
	margin: auto auto;
	width:882px;
	height:300px;
	background:url(../bilder/oben1.jpg) top center no-repeat;
	border:none;
}
div#titel7
{
	position:relative;
	top:-19px;
	margin: auto auto;
	width:882px;
	height:300px;
	background:url(../bilder/oben.jpg) top center no-repeat;
	border:none;
}

div#navigation
{
	position:relative;
	top:-19px;
	left:9px;
	width:882px;
	height:37px;
	background:none;
    border-top:none;
	border-bottom:none;
	float:none;
	/*border-top:1px solid #000;
    border-bottom:1px solid #000;*/
}

div#inhalt_rechts
{
	position:relative;
	top:10px;
	margin-bottom:10px;
	padding-bottom:0;
	padding-right:20px;
	padding-left:20px;
	left:30px;
	width:800px;
	height: 100%;
	border:none;
	background:none; /*url(../bilder/keyboard.png) top right no-repeat;*/
	float:none;
	}

div#inhalt_personen
{
	position:relative;
	top:10px;
	margin-bottom:10px;
	padding-bottom:20px;
	left:30px;
	height:860px;
	border:none;
	background:none; /*url(../bilder/keyboard.png) top right no-repeat;*/
	float:none;
		
}

div#inhalt_konferenz
{
	position:relative;
	top:10px;
	margin-bottom:10px;
	padding-bottom:0;
	padding-right:20px;
	padding-left:20px;
	left:30px;
	width:800px;
	height: 880px;
	border:none;
	background:none; /*url(../bilder/keyboard.png) top right no-repeat;*/
	float:none;
	}

div#inhalt_snf
{
	position:relative;
	top:20px;
	margin-bottom:10px;
	padding-bottom:20px;
	left:20px;
	height:80px;
	border:none;
	background:none; /*url(../bilder/keyboard.png) top right no-repeat;*/
	float:none;
		
}

div#fusszeile
{
	position:relative;
	font-size:9px;
	bottom:-16px;
	margin-left: 9px;
	padding-left:5px;
	padding-top: 6px;
	width:877px;
	height: 23px;
	border-top:none;
	background:url(../bilder/fussbg.png) top right no-repeat;
	z-index:3;
	
}

div#top
{
	color:#333;
	text-align:right;
	font-size:9px;
	letter-spacing:1px;
	position:absolute;
	top:0;
	right:5px;
	padding-top: 5px;
	width:40px;
	height: 18px;
	background:none;
	border:none;
	z-index:1;
		
}

div#snf
{
	
	font-size:9px;
	letter-spacing:1px;
	position:absolute;
	bottom:25px;
	left:30px;
	height:50px;
	padding-top:0;
	width:200px;
	background:none;
	border:none;
	z-index:3 important!;
		
}

div#zrwp
{
	
	font-size:9px;
	letter-spacing:1px;
	position:absolute;
	bottom:25px;
	left:730px;
	height:50px;
	padding-top:0;
	width:100px;
	background:none;
	border:none;
	z-index:3 important!;
		
}

div#fuss
{
	position:relative;
	bottom:0;
	margin: auto;
	height:23px;
	width:900px;
	background:url(../bilder/bodyhg_unten_def.png) bottom no-repeat;

}

div#mittellinie
{
	position:absolute;
	top:0;
	left:50%;
}

