html {height:100%} 
body { 
	min-height: 100.05%;	
    font-size: 100.01%; 
    position: relative; 
	} 

/* Hiermit werden die Randabst�nde und Border aller HTML-Elemente auf Null gesetzt. Damit wird das       
** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. */
* { margin:0; padding:0; font-size: 100%; }

/* Layout - Stylevorlage (Boxen) */

body{
/*	background-repeat: repeat-x;*/
	background-image: url(/fileadmin/templates/standard/img/cs-bg-major.jpg);
}

#header{
	position:relative;
	width:755px;
	height:auto;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
}
/*#box {
	position:absolute;
	height:auto;
	width:755px;
	background-image:url(/img/perm/bg-bg-flow.jpg);
	background-repeat:repeat-y;
}
*/

#Logo {
	position:absolute;
	width:399px;
	height:26px;
	z-index:2;
	right: 57px;
	top: 115px;
	text-align:right;
	font-size:10px;
}

#display {
	position:absolute;
	width:180px;
	height:auto;
	z-index:6;
	left: 525px;
	top: 10px;
	text-align:center;
}
#addonmenue {
	width:180px;
	height:auto;
}
#menue {
	text-align:left;
	position:absolute;
	width:506px;
	height:19px;
	z-index:3;
	left:200px;
	top: 140px;
	
}

#menue2 {
	text-align:left;
	position:absolute;
	width:450px !important;
	z-index:6;
	left:242px;
	top: 156px;
}

#menue3 {
	text-align:left;
	position:absolute;
	width:469px;
	height:20px;
	z-index:6;
	left:242px;
	top: -8px;
}

#content {
	background-image:url(/fileadmin/templates/standard/img/bg-bg-flow.jpg);
	background-repeat:repeat-y;
	position:absolute;
	width:755px;
	height:auto;
	z-index:4;
	top: 189px;
	left: 0px;
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;	
}

#staffage{
	padding-top:20px;
	margin-left:70px;
	width:610px;
	height:auto;
	z-index:4;
}

#sideshow {
	position:absolute;
	width:146px;
	height:244px;
	right:-168px;
	z-index:1;
	background-color: #efefef;
	top: 34px;
	padding:3px;
	border-left: 1px solid #cccccc;
	overflow: auto;
	visibility: hidden;
	display:none;
}

/*#searchbox {
	position:absolute;
	width:146px;
	height:25px;
	right:-175px;
	z-index:1;
	top: 0px;
	padding:3px;
}
*/
#topper {
	position:absolute;
	width:755px;
	height:189px;
	z-index:1;
	left:0px;
	top: 0px;
	background-image: url(/fileadmin/templates/standard/img/cs-bg-header.jpg);
	background-repeat:no-repeat;
}
#palle {
	position:absolute;
	width:36px;
	height:42px;
	z-index:4;
	left:660px;
	bottom:23px;
	}

#poweredby {
	position:absolute;
	width:36px;
	height:42px;
	z-index:4;
	left:680px;
	bottom:-50px;
	}

#footbar{
	margin-left:0px;
	width:755px;
	margin-top:30px;
	clear:both;
	z-index:8;
/*	border-top:1px solid #CCCCCC;*/
	font-size:10px;
	color:#999999;
	height:56px;
	background-image: url(/fileadmin/templates/standard/img/cs-footbar.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footbarcnt{
	margin-left:70px;
	margin-bottom: 24px;
	width: 500px;
}

