/* Global Resetting */

html{	
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */

	background-color:#58595b;
}

/* Helper */

.clear {
	clear:both;
}

img {
	border:0;
}

/* Main Container CSS */

#pageContainer {

	width:945px;

	padding-left:45px;

	margin-left:auto;
	margin-right:auto;

	background-image:url(/themes/AOZeitarbeit/images/screendesign/bg_main_left.jpg);
	background-repeat:no-repeat;
	background-position:top left;

	background-color:#b5bddb;

}

#mainContainer {
	width:945px;

	background-color:#fff;

}

/* Main Page Areas */

#containerTop {
	width:945px;
	height:196px;

	z-index:15;
}

#containerTopLeft {
	width:450px;
	height:168px;

	float:left;

	z-index:15;

	border-bottom:solid 2px #fff;

	background-color:#00315e;
}

#containerTopRight {
	width:495px;
	height:196px;
	
	position:relative;

	float:left;

	z-index:15;

	background-color:#fff;
}

/* Menu 1 */

#sidebar {
	width:230px;
	min-height:548px;

	margin-top:-56px;

	float:left;

	background-image:url(/themes/AOZeitarbeit/images/screendesign/bg_sidebar_left.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

div.sidebar2 {
	width:262px;

	float:right;
	
	margin-left:28px;
	margin-right:14px;
	margin-bottom:14px;
}

#containerMenu1 {
	background-color:#606060;
	margin-top:-3px;	
}

/* Content Bereich */

#containerMainContent {
	width:715px;
	min-height:519px;

	margin-top:-27px;
	padding-top:55px;

	float:left;

	background-color:#f8f8fc;
	background-repeat:no-repeat;
	background-position:top left;

	z-index:1;
}

#containerFooter {
	height:16px;

	padding-top:4px;
	padding-left:36px;

	clear:both;

	color:#fff;
	
	background-color:#00315e;
}

#containerFooter a {
	color:#fff;
	text-decoration:none;
}

#containerFooter a:hover {
	text-decoration:underline;
}

/* CONTENT Area */

div.containerContent {	
	margin-bottom:25px;

	clear:both;
}
