body {	margin:0;padding:0;height:100%; /*Grundlage dafür, dass Hintergrundfarbe oder -bild in and. IDs 100% hoch wird*/
		text-align:center;
		}

/*Hauptseite*/
#main{	position:relative;left:0px;top:0px;width:1020px; margin:auto;
		text-align:left;
		
}

/*Kopfbereich*/
#header {	position:relative;	left:0px;	top:0px;
			width:1020px;	height:266px;
}

/*Kopfbereich Links*/
#headerleft {	width:290px; height:266px;
				float:left;
}

/*Kopfbereich Rechts*/
#headerright {	width:730px;	height:266px;
				float:right;
				background:url(../../library/gifs/header_bg.jpg)  no-repeat;
}

/*Position Globale Links*/
#globals {	position:relative;	right:50px;	top:50px;
			float:right;
}

/*Position Newsticker*/
#news {	position:relative;	left:400px;	top:135px;
		width:285px;
}

	#news a{ font-size:14px;}

/*Hauptnavigation Rahmen*/
#mainnav {	display:block;
			width:180px;
			margin-left:50px;
			background:url(../../library/gifs/mainnav_bg.jpg) no-repeat;
			min-height:430px;
}

/*Hauptnavigation Links Abstaende*/
#mainnav a {	padding-left:10px;
				line-height:30px;
}

/*Subnavigation Links Abstaende*/
#subnav a {		padding-left:20px;
				line-height:30px;
}

/*Contentrahmen komplett*/
#contentbox {	width:1020px;
				background:url(../../library/gifs/contentlayer_bg.jpg)  repeat-y;
				margin:0px;
				
}

/*Contentposition 38px hoch */
#content {	position:relative;	left:0px;	top:-50px;
border: solid #fff 0px;
}

/*Linker Bereich*/
#left {		float:left;
			width:290px;
}

/*Mittlerer Bereich*/		
#middle {	margin: 0 100px 0 290px;
			/*text-align:justify;*/
}

/*Rechter Bereich*/		
#right {	float:right;
			width:220px;
			display:block;
			margin-left:20px;
}

#ticker {	z-index:1;
			position:absolute;top:520px;
}

/*Footer*/
#footer {
	clear:both;
	width:1020px;
	position:relative;	left:0px;	top:0px;
	background:#fff url(../../library/gifs/footer_bg.jpg)  no-repeat;
	text-align:center;
	padding-top:15px;
	color:#333;
	font-size:11px;
}

/*zweispaltige Boxen*/
#boxleft {	position:relative;top:0px;
			float:left;
			width:290px;
			border:1px solid #A0A0A4;
}
#boxright {	position:relative;top:0px;
			float:right;
			width:290px;
			border:1px solid #A0A0A4;
}



/*Aktuell noch nicht benutzt*/
#created {text-align:center;border-top: solid 1px #000;margin:35px 0 25px 0;}


#lang {		position:relative;left:690px;top:0px;
			width:200px;
			text-align:right;
			z-index:1;	
}



