﻿/* ##################################*/
/* ANFANG GRUNDGERÜST Content_Pages */
/* ##################################*/



* html #mainContainerContent {
	height: 1244px;
}
#mainContainerContent 
{
	width: 1085px;
	min-height: 1244px;
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	border:solid 0px black;
	/*background-color:#482e13;*/
}

#logo {
	position: absolute;
	margin: 0 0 0 90px;
	background-image: url(/../images/logo_airplus.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 58px;   
	border:solid 0px black;
	z-index: 9999;
}
* html #logo 
{
    position: relative;
   	float: left;
	margin: 0 0 0 0;
	left: 90px;

}
/*
#metaNav 
{
	position: absolute;
	margin: 13px 0 0 666px;
	width: 300px;
	border:solid 0px black;
	
}
*/
#contentContainer{
			padding: 178px 96px 0px 90px;
			width: 900px;
			border:solid 0px red;
	}
* html #contentContainer {
	/*height: 992px;*/
	padding-top: 120px;
}
*+html #contentContainer {
	padding-top: 145px;
}
	
* html #MainNavContainer {
	height: 32px;
}
#MainNavContainer 
{
	min-height: 32px;
	padding: 0;
	margin: 0;
	border:solid 0px red;
}

* html #contentSubContainer {
	height: 960px;
}	
#contentSubContainer 
{
	background: url(/../images/transparent.png);
	width: 900px;
	min-height: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	border:solid 0px red;
	z-index:50; 
}

#subNav 
{
	display:block;
	float:left;
	width: 175px;
	padding: 35px 0 0 25px;
	border:solid 0px yellow;
}

* html #data {
	height: 865px;
}
#data {
		display:block;
		float:left;
		width: 440px;
		min-height: 865px;
		padding: 35px 0 0 25px;
		border:solid 0px red;
}

#context, .Context
{
		display:block;
		float:left;
		width: 180px;
		padding: 145px 25px 0 25px;
		border:solid 0px green;
}
/*
* html #context, * html .Context
{
	padding-right: 0;
}
*/
.OffsetWithQuickNav {
    padding-top: 164px;
}

#footer 
{
	clear:both;
	display:block;
	background-color:Transparent;
	width: 880px;
	min-height:50px;
	padding: 35px 0 0 20px;
	border:solid 0px blue;
	font-size:9px;
	font-family:Arial;
	color:#000000;
}
* html #footer 
{
    height: 50px;
}

#Copyright
{
	margin:0 10px 0 0;
	display:block;
	float:left;
	border:solid 0px green;
}

#FooterNav
{
	display:block;
	float:left;
	border:solid 0px green;
}
/* ##################################*/
/* ENDE GRUNDGERÜST Content_Pages */
/* ##################################*/
