@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}
body, html, td, div, th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
#top {
	height: 150px;
	width: 100%;
	top: 0px;
	position: absolute;	
	background-position: left top;
}
#top #languages {
	height: 48px;
	width: 190px;
	float: left;
	white-space: nowrap;
	display: inline-block;
	position: relative;
}
#langChooser {
	position: absolute;
	left: 20px;
	top: 20px;
}

#top #menu {
	height: 36px;
	float: left;
	white-space: nowrap;
	display: inline-block;
	padding-top: 10px;
}

#top #header {
	position: absolute;
	width: 100%;
	width: 994px;
	top: 0px;
	height:111px;	
}
#top #header, body {
	background-image: url(images/logo_bg_MI.jpg);
	background-repeat: repeat-x;
}
#top #mainmenu {
	position: absolute;
	bottom: 0px;
	left: 6px;
	background-color: #F1F1F1;
	white-space: nowrap;
	width:992px;
	background-image: url(images/m_bg_MI.jpg);
	overflow: hidden;
	height: 56px;
}

#content {
	margin-top:150px;
	padding-bottom:54px;
	padding-bottom:5px;
	overflow:auto;
	width:999px;
}

#footer {
	height: 152px;
	width: 100%;
	position:relative;
	position:relative;
	bottom:0px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/footer_bg_MI.jpg);
}
#content #leftContent {
	float: left;
	width: 180px;
	margin-left:7px;
	padding-top: 46px;
}
#content #mainContent {
	float: left;
	width: 600px;
	margin-left:16px;
	margin-right:16px;
}
#content #rightContent {
	float: left;
	width: 180px;
	padding-top: 46px;
}
#navPath {
	height: 46px;
	vertical-align: middle;
	padding-top:16px;
	height: 30px;
}

#navPath a {
	color: #333333;
	text-decoration: none;
	background-image: url(../../typo3conf/ext/bauportal/res/icons/tdLink.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
#topMenu a {
	color: #333333;
	text-decoration: none;
	background-image: url(../../typo3conf/ext/bauportal/res/icons/tdLink.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
form {
	margin:0px;
	padding:0px;
}
#main #top #header #topMenu {
	position: absolute;
	top: 5px;
	left: 310px;
}
#partnerMenu {
	position: absolute;
	bottom: 22px;
	right: -5px;
}


a {
	color: #333333;
	text-decoration: underline;
	font-weight:normal;
}
#main #footer #cFooter {
	position: absolute;
	left: 20px;
	top: 85px;
}
#cFooter ul { padding:0px; margin:0px; }
#cFooter li {
	padding:0px;
	margin:0px;
	list-style-image: none;
	list-style-type: none;
}
#cFooter a {
	color: #333333;
	text-decoration: none;
	background-image: url(../../typo3conf/ext/bauportal/res/icons/tdLink.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding:0px;
	margin:0px;
	padding-left: 10px;
}
#cFooter a:hover {
	color: #ffffff;
}
