html{
	height:101%;
}
	
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	background: url("/fileadmin/pictures/layout/bg_body.gif") repeat-y center #e9e9e9;
}

*{
	font-family: Verdana;
	font-size: 11px;
}

a{
	text-decoration: underline;	
	color: #000000;
}

a:hover{
	color: #555555;	
}

img a{
	border: 0px;	
}

#wrap {
	width: 994px;
	margin: 0px auto;
	padding-left: 3px;
	padding-right: 3px;	
	padding-bottom: 3px;	
	padding-top: 0px;
	background: #ffffff;
}

	#header{
		padding-bottom: 10px;
	}
	
	#naviHead {
		float: right;
		height: 16px;
		line-height: 16px;
		margin-right: 6px;
		color: #666666;	
	}

		#naviHead ul {
			margin: 0px;
			padding: 0px;
		}

		#naviHead ul li {
			float: left;
			list-style-type: none;
		}
	
		#naviHead ul li a {
			float: left;
			margin-left: 5px;
			margin-right: 5px;
			font-size: 10px;
			color: #666666;
			text-decoration: none;
		}
		
		#naviHead ul li a:hover {
			text-decoration: underline;
		}
		
		#naviHead ul li .active {
			text-decoration: underline;
		}
	
	#logo {
		clear: both;
		height: 45px;
		background: #ffed00;
	}
	
		#logo a img {
			margin-left: 40px;
			border: none;
		}
	
	#bigPic {
		height: 129px;	
	}
	
	#navi {
		height: 25px;
		background: url("/fileadmin/pictures/layout/bg_navi.gif") repeat-x;
	}
	
		#navi ul {
			float: left;
			margin: 0px;
			padding: 0px;
		}
		
		#navi ul li {
			display: block;
			float: left;
			list-style-type: none;	
		}
		
		#navi ul li a {
			display: block;
			float: left;
			height: 22px;
			line-height: 22px;
			padding-left: 10px;
			padding-right: 10px;
			text-decoration: none;
			color: #ffffff;
			font-size: 13px;	
		}
		
		#navi ul li a:hover {
			background: #807f7f;
			color: #ffffff;	
		}
		
		#navi ul li .active {
			background: #ffed00;
			color: #000000;	
		}
		
		#navi .naviPointActive{
			font-size: 13px;
		}
		
		#lastNaviPoint {
			float: right;	
			margin-right: 10px;
		}
		
		#lastNaviPoint a {
			height: 23px;
			line-height: 23px;
			font-size: 13px;
			color: #ffffff;
			text-decoration: none;	
		}
	
	#searchInfoportal{
		border: 1px solid #333333;
		background: #f7f7f7;
		padding: 10px;
	}
	
		#searchInfoportal label{
			clear:both;
			width: 20px;
		}
		
		#searchInfoportal .categoryBlock{
			float:left; 
			margin-bottom: 10px;
			margin-right: 10px;
			width: 230px;
		}	
		
		.categoryBlock .subheadline{
			padding-bottom: 5px;
		}
		
		#searchInfoportal .categoryElement{
			clear: both;
			margin-bottom: 3px;
		}
	
	.infoportalResultBlock{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
		.infoportalResultBlock .headline{
			display: block;
			background: #565655;
			color: #ffffff;
			font-weight: normal;
			font-size: 11px;
			line-height: 20px;
			padding-left: 2px;
			margin-bottom: 10px;
		}
		
		.infoportalResultBlock .subheadline{
			display: block;
			background: #afafaf;
			color: #ffffff;
			padding-left: 2px;			
		}				
	
		.infoportalResultBlock .listviewBlock .subheadline{
			color: #000000;	
			background: #ffffff;
		}		
	
	#search{
		float: right;
		margin-top: 4px;
	}
	
		.homepageSearchTextfield{
			margin: 0px;
			padding-top: 4px;
			padding-bottom: 3px;
			padding-left: 3px;
			border: 0px;
			border-bottom: 1px solid #6b6b6b;
			background: #f7f7f7;
			color: #cccccc;
			width: 147px;
			float: left;
		}
	
		.homepageSearchSubmit{
			margin: 0px;
			padding: 0px;
			height: 21px;
			border: 0px;
			border-bottom: 1px solid #6b6b6b;
			background: #cccccc;
			color: #ffffff;
			width: 20px;
			float: left;	
		}
		
	#main {	
		background: url("/fileadmin/pictures/layout/bg_main.gif") repeat-y;	
	}
	
		#main .contentBlock {	
			font-size: 11px;
			line-height: 15px;
		}

		#main .listviewBlock{
			display: block;
			margin-bottom: 10px;
			margin-top: 5px;
		}
	
	#contentBlock p {
		font-size: 11px;
		line-height: 15px;
	}
	
	#contentBlock a {
		text-decoration: underline;
	}		
		
	#left {	
		float: left;
		overflow: visible;	
	}
	
		#teaser {
			margin-bottom: 10px;
		}
	
	#center {
		float: left;
		width: 412px;
		margin-left: 15px;
		padding-bottom: 30px;		
	}
	
	#right {
		float: right;
		padding-bottom: 30px;
	}
	
	.smallBlock {
		width: 185px;	
	}
	
	.wideBlock {
		width: 354px;	
	}
	
	#subnaviWrapper {
		width: 185px;
		background: #5c5c5b;	
	}
	
		#subnavi ul {
			margin: 0px;
			padding: 0px;	
		}
		
		#subnavi ul li {
			list-style-type: none;
			border-bottom: 1px solid #ffed00;
		}
		
		#subnavi ul li a {
			display: block;
			padding-left: 10px;
			padding-top: 4px;
			padding-bottom: 4px;
			color: #ffffff;	
			font-size: 11px;
			line-height: 16px;	
			text-decoration: none;
			background: #5c5c5b;
		}
		
		#subnavi ul li a:hover {
			background: #807f7f;
			color: #ffffff;
		}
		
		#subnavi ul li .active {
			background: #ffed00;
			color: #000000;	
		}
		
		#subnavi ul li ul li{
			border-bottom: 1px solid #6f6f6f;
		}
		
		#subnavi ul li ul li a{
			padding-left: 30px;
		}
		
		#subnavi ul li ul li .active {
			background: url("/fileadmin/pictures/layout/bullet_subnavi.gif") no-repeat 10px 5px #5c5c5b;
			color: #ffffff;
			border-bottom: 0px;
		}
		
		#subnavi .splitSubnavi{
			margin-top: 20px;
		}		
	
	#footer {
		height: 40px;
		line-height: 20px;
		color: #666666;
		background: #ffffff;
		font-size: 10px;
		text-align: right;
		border-top: 1px solid #666666;
	}
	
	#naviFooter {
		float: left;
	}
	
		#naviFooter ul {
			margin: 0px;	
			padding: 0px;
		}
		
		#naviFooter ul li {
			float: left;
			list-style-type: none;	
		}
		
		#naviFooter ul li a {
			float: left;
			height: 20px;
			line-height: 20px;
			margin-left: 5px;
			margin-right: 5px;
			text-decoration: none;
			font-size: 10px;
			color: #666666;
		}
		
		#naviFooter ul li a:hover {
			text-decoration: underline;
			background: none;	
		}
		
		#naviFooter ul li .active {
			text-decoration: underline;	
			background: none;
		}
	
	.teaserBlock {
		float: left;
		margin-bottom: 20px;	
		border-bottom: 1px solid #d7d7d7;
		background: #f7f7f7;
	}
		
	#errorMessage {
		margin-bottom: 15px;
	}
	
	.bo_hinweis {
		display: block;
		clear: both;
		border: 1px solid #cccccc;
		background: #efefef;
		margin-bottom: 10px;
		padding: 5px;
	}
	
	
	#form {
		margin-top: 25px;
		margin-bottom: 10px;	
	}
	
		label {
			float: left;
			width: 180px;
		}
		
		.input {
			margin-bottom: 5px;
			border: 1px solid #c0c0c0;
		}
		
		.input:focus {
			background: #efefef;
		}
		
		.inputField {
			width: 150px;
		}
		
		.inputArea {
			width: 330px;
		}
		
		.inputCheckbox {
			clear: both;
			float: left;	
		}
		
		.checkboxText {
			display: block;
			line-height: 16px;
			margin-bottom: 10px;	
		}
		
		.button {	
			border-top: 1px solid #c0c0c0;
			border-left: 1px solid #c0c0c0;
			border-bottom: 1px solid #626261;
			border-right: 1px solid #626261;
			background: #807f7f;
			color: #ffffff;
			font-weight: bold;
		}
	
	#listviewDetailTabs{
		margin-bottom: 10px;
		border-bottom: 3px solid #efefef;
	}
	
		#listviewDetailTabs ul{
			margin: 0px;
			padding: 0px;
		}
		
		#listviewDetailTabs ul li{
			display: block;
			float: left;
			margin-left: 0px;
			list-style-type: none;	
		}
			
		#listviewDetailTabs ul li a{
			display: block;
			float: left;
			height: 22px;
			line-height: 22px;
			background: #efefef;
			border-right: 2px solid #ffffff;
			text-decoration: none;
		}
		
		#listviewDetailTabs ul li a:hover{
			background: #807f7f;
			color: #ffffff;
		}
		
		#listviewDetailTabs ul li .active{
			background: #666666;
			color: #ffffff;
		}
		
		#listviewDetailTabs .reiterQuartal{
			width: 100px;
			text-align: center;
			border-bottom: 1px solid #ffffff;	
		}
		
		#listviewDetailTabs .zeichen{
			width: 43px;
			text-align: center;	
			border-bottom: 1px solid #ffffff;	
		}
		
		#listviewDetailTabs .branche{
			text-align: center;	
			padding-left: 4px;
			padding-right: 4px;
			border-bottom: 1px solid #ffffff;
		}
	
	.pagination{
		display: block;
		text-align: center;
		margin-top: 10px;
		padding-top: 10px;
		color: #666666;
	}
	
.contentBlock td ul{
	margin: 0px;
	padding: 0px;
}

	.contentBlock td ul li{
		margin-left: 0px;
		list-style-type: none;
		padding-left: 20px;	
		background: url('/fileadmin/pictures/layout/bullet_readMore.gif') no-repeat;	
	}

	.contentBlock td ul li a{		
		text-decoration: none;
	}