/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	STYLESHEET FOR DEFINING THE PAGE LAYOUT                                 		*/
/*  specific layout attributes for the two diffrent layouts are defined in :        */
/*  screen_layout1.css & screen_layout2.css 										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

html, body{
	min-height: 100%;
	height: 100%; 
}


body {
	font-family: helvetica,arial,sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#positioner {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

div#skyscraper{
	float:right;
	width: 150px;
}

div#inner-positioner {
	width: 1130px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
	margin: 0px auto 0px auto;
}

/* args .. IE 6 - Hack */ 
*html #inner-positioner-container {
  height: 100%;
}

div#inner-positioner-container {
	min-height: 100%;
	width: 980px;
	padding: 0px;
	margin: 0px;
	background-image: url(/fileadmin/img/test.png);
	background-repeat: repeat-y;
	float:left;
}

div#document-section {
	padding: 0px;
	margin: 0px 19px 0px 20px;
	text-align: left;
	border: 0px;
}

div#logo-container {
	margin:0px;
	padding:0px;
	width: 100%;
	height: 147px;
	border: 0px;	
	float:left;
}

div#left-logo-section {
	margin:0px;
	padding:0px;
	width: 622px;
	height: 147px;
	float:left;
}

div#visual {
	margin:0px;
	padding:0px;
	width: 270px;
	height: 147px;
	float:right;	
}

div#metanavi-container{
	width: 100%;
	height: 35px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image:  url(/fileadmin/img/metanavi-bg.gif);
	float:left;	
}

div#suche-section{
	width: 300px;
	float:left;	
}

div#metanavi-section{
	background-position:right;
	background-repeat:no-repeat;
	background-color:transparent;
	width: 600px;
	height: 35px;
	float:right;
	text-align: right;
}

div#navi-1-container{
	background-image: url(/fileadmin/img/navi-left-bg.png);
	background-repeat: repeat-y;
	width:173px;
	padding: 0px;
	margin: 0px;
	float:left;
}

div#navi-1-section{
	border-left-color: #BFC3C4;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #BFC3C4;
	border-right-style: solid;
	border-right-width: 1px;
	width:100%;
	height:100%;
	min-height:100%;
	padding: 0px;
	margin: 0px;
	float:left;
}

div#platzhalter{
	height:60px;
	width: 100%;
	float:left;
}


