/*********************************************************************************
The Basics
11.04.2007

(c) Mannheim Business School gGmbH
**********************************************************************************/

/***********
some basic settings
************/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 86%;
	color: #3A3E4A;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}



/***********
define the basic areas
************/
#completeSite {
	width: 940px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#page {

}
#metaNavigation {
	width: 940px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-align: right;
	margin-bottom: 2px;
}
#pageHeader {
	height: 149px;
	width: 940px;
	background-color: #65A3D6;
	background-image: url(../_images/bg_header.gif);
	background-repeat: repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#topNavigation {
	position: relative;
	top: 128px;
	left: 0px;
}
#companyLogo {
	position: absolute;
	right: 15px;
	bottom: 40px;
}
#leftNavigation {
	float: left;
	width: 180px;
	background-color: #D6E3F4;
	padding-top: 9px;
	margin-top: 3px;
}
#homeNews {
	margin-top: 3px;
	border-top: 3px solid #FFFFFF;
}
#certLogos {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: 50%;
	margin-top: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Aligning the university's logo to the left */
#certLogos a img {
	float: left;
}
#equisLogo {
	display: inline;
	margin-right: 15px;
}
#aacsbLogo {
	display: inline;
}
#pageContent {
	margin-left: 200px;
}
#realContent {
	float: left;
	width: 540px;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
    font-size: 0.9em;
    margin: 3px 0px 0px 0px;
}
#sidebar {
	float: right;
	width: 180px;
	padding-top: 3px;
	/*background-color: #D6E3F4;
	padding: 0;*/
}
#pageFooter {
	background-color: #333C75;
	clear: both;
	color: #FFFFFF;
	padding: 5px 8px 5px 8px;
	margin-bottom: 10px;
	/* for IE*/
	height: 100%;
}


/***********
all header-related formats
************/
#pageHeader {
	color: #FFFFFF;
	font-weight: bold;
}
#pageHeader #headerImg {
	position: absolute;
	top: 0px;
	left: 0px;
}