* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
html, body {
	height: 100%;
}
body {
	font-size: 100.01%;
}
a {
	color:  #0049B0;
	text-decoration: none;
}
a:hover {
	color:  #CC0000;
}
ul {
	list-style: none;
}
#wrapper {
	width: 980px;
	margin: 0px auto;
	font-size: 0.7em;
	background: url(../img/system/bg_body.gif) repeat-y 0px top;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}
h1 {
	background: url(../img/system/bg_head.jpg) no-repeat;
	height: 119px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #FFFFFF;
}
h1 span {
	position: absolute;
	left: 2000px;
}
h1 a {
	position: absolute;
	width: 180px;
	height: 60px;
	top: 50px;
}
h2 {
	padding: 20px 0px 2px 0px;
	margin-bottom: 25px;
	font-weight: normal;
	font-style: bold;
	font-size: 1.2em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	width: 540px;
}
a img {
	border: none;
}
#leftColumn {
	float: left;
	width: 190px;
}
#rightColumn {
	float: left;
	width: 762px;
	padding: 0px 0px 0px 25px;
}
#rightColumn #mainContent {
	padding: 0px 0px 0px 15px;
	float: left;
	width: 510px;
	line-height: 1.4em;
	
}
* html #rightColumn #mainContent {
	width: 518px;
}
#rightSidebar {
	margin-top: 15px;
	float: right;
	width: 190px;
	padding-left: 30px;
}
#rightSidebar #rightSidebarTitle {
	padding: 8px 10px;
	color: #0049A7;
	background: url(../img/system/bg_rightSidebarTitle.gif) no-repeat;
	font-weight: bold;
}
#rightSidebar #rightSidebarContent {
	background: url(../img/system/bg_rightSidebarContent.gif) repeat-y;
	padding: 0px 1px 0px 2px;
}
#rightSidebar #rightSidebarContent p {
	line-height: 1.5em;
	color: #303030; 
}
#rightSidebar #rightSidebarBottom {
	background: url(../img/system/bg_rightSidebarBottom.gif) no-repeat;
	height: 161px;
	}
#rightSidebar #logo_bauport {
	background: url(../img/system/logo_bauport.gif) no-repeat;
	height: 161px;
	margin-left: 30px;
	margin-top: 10px;
}
#sidebarNavigation{
	margin-right: 1px;
}
#sidebarNavigation li{
	border-bottom: 1px solid #DEDEDE;
	background-color: #FFFFFF;
}
#sidebarNavigation li.last{
	border-bottom: none;
}
#sidebarNavigation li a {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	color: #0049A5;
	font-size: 1.0em;
	display: block;
	padding: 6px 0px 6px 20px;
	height: 100%;
	background: #FFFFFF url(../img/system/bg_sidebarNavigationItem.gif) no-repeat 5px center;
}
/*#sidebarNavigation li a:hover {
	text-decoration: underline;
}*/
#sidebarNavigation ul {
	border-top: 1px solid #DEDEDE;
}
#sidebarNavigation ul li a {
	padding: 4px 0px 4px 40px;
	background: url(../img/system/bg_sidebarSubNavigationItem.gif) no-repeat 25px center;
}
#sidebarNavigation li.current a{
	background-color: #E5ECF6;
}
#sidebarNavigation li.current ul li a{
	background-color: #FFFFFF;
}
#sidebarNavigation li a:hover, #sidebarNavigation li.current ul li a:hover {
	background-color: #C6D5EC;
}
#sidebarNavigation li.static a {
	color: #FFFFFF;
	background: #0049A7;
	border: none;
	border: none;
}
#mainNavigation {
	float: left;
	width: 789px;
	background: #DEDEDE;
}
* html #mainNavigation {
	width: 788px;
}
#mainNavigation li {
	float: left;
	background: url(../img/system/bg_mainNavigationItem.gif) no-repeat left bottom;
}
#mainNavigation li.first {
	background: none;
}
#mainNavigation li a {
	padding: 6px 25px 6px 25px;
	float: left;
	color: #000000;
	text-decoration: none;
}
#mainNavigation li a:hover, #mainNavigation li.current a {
	color: #0149A6;
}
#footer {
	margin: 30px 0px 20px 25px;
	border-top: 1px solid #CCCCCC;
	color: #999999;
	padding-top: 20px;
}
.clear {
	clear: both;
}