@charset "UTF-8";
/**
  * generel style
  */
body {
	font-size:16px;
	color:#000;
	background:url(../images/bg-body.gif) no-repeat left bottom;
	padding-left:20px;
}
body, h1, h2, h3, h4, p, span, input, select, option, a, textarea, ul {
	font-family: "Helvetica", Arial, sans-serif;
	font-weight:normal;
}
.clearer { 
	clear:both; 
}
a img, img  { 
	border: none; 
	overflow:hidden; 
	display:block; 
}
.skip {
	left:-9999px;
	position:absolute;
	z-index:10;
}
.dnone {
	display:none;
}


/**
  * typo style
  */
h1 { 
	font-size:1.13em; 			/*18*/
	color:#535353; 
	text-transform:uppercase; 
	letter-spacing:0.01em;
	padding-bottom:40px;
}
h2 { 
	font-size:0.69em; 			/*12*/
	color:#b5b5b5;  
	padding:0 0 25px 0;
}
h3 { 
	font-size:0.88em; 			/*14*/
	color:#535353;  
	padding:0 0 5px 0;
}
ul { 
	font-size:0.88em; 			/*14*/
	color:#7d7d7d; 
	list-style:none;
}
p { 
	font-size:0.88em; 			/*14*/
	color:#7d7d7d; 
	line-height:24px; 
	padding-bottom:15px;
}
a {
	text-decoration:none; 
	color:#7d7d7d;
	font-size:0.88em;			/*14*/
}
a:hover { 
	color:#313131; 
}

/**
  * structure and arrangement
  */
#wrapper {
	position:relative;
	float:left;
	width:970px;
	background:url(../images/bg-wrapper.gif) repeat-x left top;
}

	#header {
		float:left;
		width:100%;
		height:140px;
	}
		.logo {
			float:left;
			padding-top:20px;
		}
		.servicenav {
			float:right;
		}
	
	.wrap {
		float:right;
		width:853px;
	}
		#mainnav {
			width:100%;
			height:27px;
			background:url(../images/bg-mainnav.gif) repeat-x top left;
		}
		
		#teaser {
			float:left;
			width:100%;
			height:210px;
			background:url(../images/dummy.jpg) no-repeat bottom left;
			z-index:2;
		}
		* + html #teaser { /*ie7*/
			width:853px;
		}
			* html #flash { /*container needed for ie6*/
				border:1px solid #fff;
			}
		
		#search {
			float:left;
			width:100%;
			border-top:1px solid #e5e5e5;
			margin-top:6px;
			padding-bottom:5px;
		}
			.breadcrumb {
				float:left;
			}
			.searchfield {
				float:right;
			}
			* html .searchfield {
				width:240px;
			}
		
		#content {
			float:left;
			width:853px;
			border-top:1px solid #e5e5e5;
			background:url(../images/bg-content2.gif) repeat-y top right;
			position:relative;
			padding-bottom:120px;
		}
		
		#footer {
			position:absolute;
			bottom:0px;
			right:0;
			background:#f2f2f2;
		}

/**
  * servicenav
  */
.servicenav ul {
	list-style-type:none;
	width:170px;
	border-right:1px solid #e5e5e5;
	padding-top:20px;
}
.servicenav ul li {
	width:100%;
	text-align:right;
}
.servicenav ul li a {
	display:block;
	text-transform:uppercase;
	line-height:12px;
	font-size:0.71em;
	padding-bottom:6px;
	padding-right:10px;
	color:#a0a0a0;
}
.servicenav ul li a:hover {
	color:#535353;
}
.servicenav ul li.selected a {
	color:#535353;
}


/**
  * mainnav
  */
#nav, 
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	height:22px;
	padding-top:5px;
}
#nav li a {
	display: block;
	font-size:0.86em;
	text-transform:uppercase;
	margin-right:15px;
	padding-bottom:3px;
	margin-bottom:6px;
}
#nav li a.last {
	margin-right:0px;
}
ul.e1 li {
	float: left;
}
ul.e1 li a:hover {
	color:#313131;
}
ul.e1 li a.selected {
	color:#313131;
}
ul.e1 li.last a {
	padding-right:0px;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height:auto;
	min-height:205px;
	width:171px;
	background:url(../images/bg-subnav.png) repeat top right;
	z-index:5;
}
* html #nav li ul {
	height:205px;
}
ul.e2 li {
	width:100%;
}
ul.e2 li a {
	display:block;
	font-size:0.97em;
	text-transform:uppercase;
	padding:3px 0 0 5px;
	color:#fff;
	border:none;
	margin-right:0;
	width:166px;
	line-height:14px;
	height:12px;
}
ul.e2 li a:hover {
	color:#000;
	border:none;
}
ul.e2 li a.selected {
	color:#000;
	border:none;
	background:url(../images/bg-subnav-lp.png) repeat top right;
}
#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
}


/**
  * seach & breadcrumb
  */
.breadcrumb p {
	font-size:0.71em;
	color:#b2b2b2;
	padding:4px 0 0 0;
}
.breadcrumb p a {
	text-transform:uppercase;
	color:#b2b2b2;
}
.breadcrumb p a:hover {
	color:#333;
}
.searchfield p {
	text-align:right;
	padding:0;
}
.searchfield label {
	float:left;
	color:#b2b2b2;
	line-height:25px;
	padding-right:20px;
	text-transform:uppercase;
	font-size:0.86em;
}
.searchfield .sfield {
	float:left;
	height:16px;
	width:144px;
	border:none;
	padding:6px 0 0 3px;
	color:#b2b2b2;
	background:url(../images/bg-input-search.gif) no-repeat top left;
}
.searchfield .sbutton {
	float:left;
}


/**
  * content cols
  */
body#startsite #content {
	background:url(../images/bg-content.gif) repeat-y top right;
}
body#standard #content {
	background:url(../images/bg-content2.gif) repeat-y top right;
} 
body#startsite .col1 {
	float:left;
	width:341px;
}
body#startsite .col2 {
	float:left;
	width:452px;
	padding:30px 30px 60px 30px;
}
body#standard .col1 {
	float:left;
	width:171px;
}
body#standard .col2 {
	float:left;
	width:610px;
	padding:30px 30px 60px 30px;
}
.col1 h1 {
	padding-top:30px;
}
.col1 ul {
	list-style-type:none;
	height:22px;
	padding-top:5px;
}
.col1 ul li {
	padding:0;
	margin:0;
	float:left;
	width:100%;
}
.col1 ul li a {
	display:block;
	padding-bottom:3px;
	font-size:0.86em;
	text-transform:uppercase;
	margin-right:20px;
	color:#a0a0a0;
	line-height:20px;
}
.col1 ul li a:hover {
	color:#313131;
}
.col1 ul li.selected a {
	color:#313131;
}
.col2 a {
	font-weight:bold;
	text-decoration:underline;
}


/**
  * content cols2
  */
a.dicon {
	color:#b5b5b5;
	padding-left:25px;
	background:url(../images/icon-download.png) no-repeat top left;
}
a.dicon:hover {
	color:#7d7d7d;
}
.col2 ul {
	list-style:disc;
	margin:0;
	padding-left:15px;
	padding-bottom:15px;
}
.col2 ul li {
	line-height:24px;	
	padding-left:0px;
}

/**
  * footer
  */
body#startsite #footer {
	width:512px;
}
body#standard #footer {
	width:682px;
}
* html body#standard #footer {
	width:678px;
}
#footer p {
	margin-left:30px;
	border-top:1px solid #d9d9d9;
}
#footer a {
	color:#999;
	text-transform:uppercase;
}
#footer a:hover {
	color:#7d7d7d;
}

/**
  * news
  */
.news {
	padding-right:25px;
}
.news h3 {
	color:#535353;
	font-size:0.75em;
}
.news span {
	display:block;
	padding-bottom:4px;
	color:#a0a0a0;
	font-size:0.75em;
}
#startsite .col1 h1 {
	color:#b5b5b5;
}
.news p {
	color:#a0a0a0;
	font-size:0.75em;
	line-height:20px;
}
.newsitem {
	padding-right:20px;
}
.newsitem span {
	color:#b5b5b5;
	font-size:0.76em;
}
.newsitem h3 {
	color:#535353;
	font-size:0.88em;
}
.newsitem p {
	color:#b5b5b5;
	font-size:0.76em;
	line-height:19px;
}

/**
  * suche
  */
.ajaxSearch_resultsInfo {
	font-size:0.68em;
	padding-bottom:0px;
}
.ajaxSearch_paging {
	font-size:0.75em;
	color:#333;
	float:left;
	padding-bottom:21px;
}
.ajaxSearch_paging a {
	font-size:1.00em;
	color:#333;
}
.ajaxSearch_result {
	clear:both;
}
.ajaxSearch_resultLink {
	color:#535353; 
	text-transform:uppercase; 
}
.ajaxSearch_resultExtract {
	
}
.ajaxSearch_resultBreadcrumbs,
.ajaxSearch_resultBreadcrumbs a,
.ajaxSearch_resultBreadcrumbs span{
	font-size:11px;
	color:#333;
}
.ajaxSearch_highlight {
	border-bottom:1px dotted #333; 
}
.ajaxSearch_highlight1 {
	
}

#galerie p {
	float:left;
	padding-right:10px;
}
