* {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	background: 
}
ul {
	list-style-type: none;
}
p {
	padding: 10px 0px;
	line-height: 14px;
}
h1 {
	background: url(../images/system/bg_head.jpg) no-repeat;
	height: 129px;
	position: relative;
}
h3 {
	padding: 10px 0px 5px 0px;
}
h1 span {
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	top: 67px;
	left: 361px;
}
#wrapper {
	width: 886px;
	margin: 0px auto;
	min-height: 100%;
	padding: 0px 7px;
	background: url(../images/system/bg_wrapper.gif);
}
* html #wrapper {
	height: 100%;
}
#topNavigation {
	background: #2E677B;
	float:left;
	width: 100%;
}
#topNavigation li {
	float:left;
}
#topNavigation a {
	height: 100%;
	padding: 7px 17px;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
	font-family: trebuchet MS,verdana,arial,sans-serif;
}
#topNavigation a:hover, #topNavigation li.current a {
	color: #0B4F4D;
	background: #ADC4CC;
}
#leftColumn {
	width: 240px;
	float:left;
	background: url(../images/system/bg_leftNavigation.jpg) repeat-y;
}
#leftColumn p {
	background: #E0EBED url(../images/system/bg_leftColumnP.gif) no-repeat 15px 15px;
	padding: 20px 10px 10px 65px;
}
#leftColumn p.white {
	border-top: 1px solid #E5ECEF;
	background: #FFFFFF;
	background: url(../images/system/nordtec_mitglieder_01_.gif) no-repeat;
}
#mainColumn {
	float:left;
	width: 646px;
}
#mainColumn #content {
	padding: 0px 80px 0px 40px;
}
#mainColumn #content a {
	color: #0B4F4D;
}
#mainColumn #content a:hover {
	color: #CC0000;
}
#mainColumn #content ul {
	list-style-type: circle;
	margin: 5px 30px 5px 30px;
}
#mainColumn #content ul li {
	padding: 0px 0px;
}
#mainColumn #content ol {
	margin-left: 30px;
}
#mainColumn #content ol li {
	padding: 0px 0px;
}
#mainColumn #content ul.linkList {
	background: #BBCDD5;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 30px;
}
#mainColumn #content ul.linkList li {
	border-bottom: 1px solid #FFFFFF;
}
#mainColumn #content ul.linkList li a {
	color: #0B4F4D;
	font-weight: normal;
	text-decoration: none;
	display:block;
	padding: 7px 5px 7px 30px;
	background: #ADC4CC url(../images/system/bg_naviInactive.gif) no-repeat 10px center;
}
#mainColumn #content ul.linkList li.current a, #mainColumn #content ul.linkList a:hover {
	/*Damit links kein Rand entsteht*/
	background: #2E677B url(../images/system/bg_naviActive.gif) no-repeat 10px center;
	color: #FFFFFF;
}
#mainColumn h2 {
	color: #2E677B;
	font-weight: bold;
	font-size: 13px;
	padding: 30px 70px 10px 30px;
}
ul.navi {
	border-right: 1px solid #FFFFFF;
	border-bottom: 4px solid #2E677B;
}
ul.navi li {
  border-bottom: 1px solid #FFFFFF;
}
ul.navi li.title {
  border-bottom: 3px solid #FFFFFF;
}
ul.navi li a {
  padding: 7px 0px 7px 35px;
  background: #ADC4CC url(../images/system/bg_naviInactive.gif) no-repeat 10px center;
  display:block;
  color: #0B4F4D;
  text-decoration: none;
  height: 100%;
  font-family: trebuchet MS,verdana,arial,sans-serif;
}
ul.navi li.current a, ul.navi a:hover{
  background: #2E677B url(../images/system/bg_naviActive.gif) no-repeat 10px center;
  color: #FFFFFF;
}
.clear{
	clear:both;
}