@charset "UTF-8";

/**
  * generel style
  */
html {
	height: 100%;
}
body {
	height: 100%;
}
body {
	font-size:16px;
	color:#000;
	text-align:center;
	background:#e7e7e7 url(../images/bg-body.jpg) repeat-y top center;
}
body, h1, h2, h3, h4, p, span, input, select, option, a, textarea, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.clearer { 
	clear:both; 
}
h1 {
	font-size:0.75em;			/*18*/
	padding-bottom:2px;
	color:#333;
}
h2 {
	font-size:0.88em;			/*16*/
	padding-bottom:12px;
	color:#000;
	font-weight:bold;
}
h3 {
	font-size:0.69em;			/*11*/
	padding-bottom:0;
	color:#747474;
}
p {
	font-size:0.75em;			/*12*/
	padding-bottom:12px;
	line-height:18px;
	color:#000;
}
a {
	text-decoration:none;	
}
ul {
	list-style:none;	
}
a img, img  { 
	border: none; 
	overflow:hidden; 
	display:block; 
}
.skip {
	left:-9999px;
	position:absolute;
	z-index:10;
}
.img-left { float:left; padding:6px 10px 0 0;}
.img-right { float:right; padding:6px 0 0 10px;}
.lastImageRight {padding-bottom:0;}


/**
  * structure and arrangement
  */
#wrapper {
	position:relative;
	text-align:left;
	margin:0 auto;
	width: 948px;
	height: 100%;
	margin-bottom:-1px;
	padding:12px 12px 0 12px;
}
	
		#header {
			float:left;
			width:100%;
			margin-bottom:12px;
		}
			.logo {
				float:left;
			}
			.language {
				float:right;
			}
		
		#mainnav {
			float:left;
			width:100%;
			margin-bottom:12px;
			background:#f1f1f2;
		}
		
		#teaser-start {
			float:left;
			width:100%;
			margin-bottom:12px;
			background:#e31a11;
			height:372px;
		}
		#teaser-content {
			float:left;
			width:100%;
			margin-bottom:12px;
			background:#fff;
			height:230px;
		}
			.flash_fallback,
			.teaser {
				float:left;
			}
			
			#teaser-start .search {
				float:right;
				width:156px;
				height:348px;
				background:#888888 url(../images/bg-suche.jpg) repeat-x top left;
				padding:12px;
			}
			#teaser-content .search {
				float:right;
				width:156px;
				height:206px;
				background:#888888 url(../images/bg-suche.jpg) repeat-x top left;
				padding:12px;
			}
		
		#body-start {
			float:left;
			width:100%;
		}
		#body-content {
			float:left;
			width:100%;
			background:#ececed url(../images/bg-content.gif) repeat-y top left;
			margin-bottom:10px;
			min-height:400px;
		}
			#subnav {
				float:left;
				width:156px;
				margin-right:12px;
				padding:16px 12px 12px 12px;
			}
			.content {
				float:left;
				width:540px;
				margin-right:12px;
				padding:16px 12px 12px 12px;
				background:url(../images/corner.gif) no-repeat top left;
			}
			.service {
				float:left;
				width:156px;
				padding:12px 12px 12px 12px;
			}
			
			
		#footer {
			position:relative;
			float:left;
			width:100%;
			background:#dadada;
			height:240px;
			margin-bottom:12px;
		}

/**
  * language
  */
.language img {
	float:left;
	margin-left:5px;
	padding-top:17px;
	margin-right:1px;
}
			
/**
  * mainnav
  */
#nav, 
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	height:53px;
}
#nav li { /* all list items */
	float: left;
	/*width: 10em;*/ /* width needed or else Opera goes nuts */
}
* html #nav li { /* all list items */
	float: left;
	width:140px;
}
ul.e1 li a {
	display:block;
	color:#000;
	font-size:0.94em;
	height:41px;
	padding-top:12px;
	padding-left:17px;
	padding-right:17px;
	/*width:133px;*/
	/*border-right:1px dotted #fff;*/
}
ul.e1 li span {
	display:block;
	font-size:0.69em;
	color:#333;
	padding-top:2px;
}
ul.e1 li a:hover {
	background:#d9dadb;
}
ul.e1 li.selected a {
	background: url(../images/bg-mainnav.jpg) repeat-x bottom left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height:auto;
	width:180px;
	background:url(../images/bg-flyout.png) repeat top left;
	z-index:5;
	padding:15px 0 10px 0;
}
ul.e2 li {
	width:100%;
	float:left;
}
ul.e2 li a {
	display:block;
	font-size:0.75em;
	height:auto;
	padding-top:0;
	line-height:20px;
	color:#333;
	background:none !important;
}
ul.e2 li a:hover {
	color:#000;
	border:none;
}
ul.e2 li.selected a {
	color:#000;
	border:none;
}
#nav li:hover ul, 
#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

ul#nav li:hover a, 
ul#nav li.sfhover a {
	color: black !important;
	background:#d9dadb;
}
ul#nav li li:hover a, 
ul#nav li li.sfhover a {
	color: #777 !important;
}
ul#nav li li a.selected{
	color: #e3030b !important;
}


/**
  * global search
  */
.search ul {
	float:left;
	list-style:none;
	padding-bottom:12px;
}
.search ul li {
	float:left;	
}
.search .sfield {
	width:120px;
	border:1px solid #dfdfdf;
	font-size:0.64em;
	padding:2px;
	margin-right:6px;
}
.search .sbutton {
	width:20px;
	height:20px;
	border:1px solid #dfdfdf;
	font-size:0.64em;
	background:#c4d1d7;
	margin-top:3px;
	color:#fff;
}
.search h3 {
	font-size:0.69em;
	color:#fff;
	text-transform:uppercase;
}
.search p {
	clear:both;
	font-size:0.64em;
	color:#fff;
	line-height:15px;
}
.search p a {
	color:#fff;
}
.search p a:hover {
	color:#dfdfdf;
}


/**
  * flash fallback
  */
.flash_fallback ul {
	float:left;
}
.flash_fallback ul li {
	float:left;
}
#massong {
	float:left;
}


/**
  * home
  */
.box1x1 {
	float:left;
	width:154px;
	height:156px;
	margin:0 12px 12px 0;
	background:#ebebeb url(../images/corner.gif) no-repeat top left;
	padding:16px 12px 12px 12px;
	overflow:hidden;
}
.box1x1nl {			/*newsletter box*/
	float:left;
	width:154px;
	height:156px;
	margin:0 12px 12px 0;
	border: 1px solid #ebebeb;
	background:#fff;
	padding:16px 12px 12px 12px;
	overflow:hidden;
}
.box2x1 {
	float:left;
	width:348px;
	height:152px;
	margin:0 12px 12px 0;
	background:#ebebeb url(../images/corner.gif) no-repeat top left;
	padding:16px 12px 12px 12px;
	overflow:hidden;
}
.box1x1 .list {
	float:left;
}
.box1x1 .list li {
	padding-left:20px;
	padding-right:8px;
	background:url(../images/check.gif) no-repeat center left;
	font-size:0.69em;
	line-height:16px;
	color:#000;
}
.box2x1-red {
	float:left;
	width:348px;
	height:152px;
	margin:0 12px 12px 0;
	background:#f12b29;
	padding:16px 12px 12px 12px;
	overflow:hidden;
}
#body-start .last {
	margin:0 0 12px 0;	
}
#body-start .news p {
	padding-bottom:2px;
}
#body-start .news a {
	color:#000;
}
#body-start .news a:hover {
	color:#666;
}
.slideshow {
	float:left;
	width:372px;
	height:180px;
	margin:0 12px 12px 0;
	overflow:hidden;
}

/**
  * tagcloud
  */
.tagcloud {
}
.tagcloud a {
	font-size:1.33em;
	line-height:28px;
}
.tagcloud a.s1 {
	color:#fff;
}
.tagcloud a.s2 {
	color:#000;
}
.tagcloud a.s1:hover {
	color:#ccc;
}
.tagcloud a.s2:hover {
	color:#333;
}


/**
  * subnav
  */
#subnav ul.lvl1 {
	list-style:none;
	width:154px;
	float:left;
}
#subnav ul.lvl1 li,
#subnav ul.lvl2 li {
	float:left;
	width:100%;
}
#subnav ul li a {
	display:block;
	color:#000;
	font-size:13px;
	line-height:20px;
	background:url(../images/nav-close.gif) no-repeat 0px 5px;
}
#subnav ul.lvl1 li a {
	padding-left:15px;
}
#subnav ul.lvl1 li a:hover {
	color:#e3030b;
}
#subnav ul.lvl1 li a.selected {
	color:#e3030b;
	background:url(../images/nav-open.gif) no-repeat 0px 5px;
}
#subnav ul.lvl2 li a {
	padding-left:15px;
	margin-left:15px;
	background:url(../images/nav-close.gif) no-repeat 0px 5px;
}
#subnav ul.lvl2 li a:hover {
	color:#e3030b;
}
#subnav ul.lvl2 li a.selected {
	color:#e3030b;
	background:url(../images/nav-close.gif) no-repeat 0px 5px;
}


/**
  * content
  */
.content ul {
	list-style:none;
	padding-bottom:12px;
}
.content ul li {
	padding-left:15px;
	background:url(../images/list.gif) no-repeat center left;
	font-size:12px;
	line-height:18px;
}


/**
  * footer
  */
#footer .colleft {
	float:left;
	width:744px;
	margin-right:12px;
	padding:12px;
}
#footer .colleft div {
	float:left;
}
#footer .colleft div h2 {
	font-size:11px;
	font-weight:bold;
	padding-bottom:8px;
}
#footer .colright {
	float:left;
	width:167px;
	padding:12px 0 0 0;
}
#footer h3 {
	font-size:14px;
	padding-bottom:12px;
}
#footer ul {
	list-style:none;
	float:left;
	width:147px;
}
#footer ul li {
	float:left;
	width:100%;
}
#footer ul li a{
	display:block;
	color:#000;
	font-size:11px;
	line-height:15px;
}
#footer ul li a:hover {
	color:#666;
}
#footer p {
	position:absolute;
	bottom:0px;
	width:100%;
	padding-bottom:5px;
	clear:both;
	text-align:center;
	color:#666;
	font-size:10px;
}
#footer .footer-more-links {
	display:block;
	color:#000;
	font-size:11px;
	line-height:15px;
}
#footer .copy a {
	color:#666;
}
#footer .copy a:hover {
	color:#000;
}

/**
  * ditto
  */
#ditto_pages {
	font-size:12px;
	color:#000;
	text-align:center;
}
.ditto_page {
	padding:0 3px;
}
a.ditto_page,
a.ditto_previous_link,
a.ditto_next_link{
	color:#314A8A;
}
a.ditto_page:hover {
	color:#666;
}
.ditto_currentpage {
	font-weight:bold;
	text-decoration:none;
	padding:1px 3px 0px 3px;
	background:#f32c2a;
	color:#fff;
}
.overview {
	float:left;
	width:100%;
	padding-top:12px;	
}
p.preview {
	padding-bottom:2px;
}
p.date {
	padding-bottom:2px;
	color:#666;
}
.content a,
.service a{
	color:#f32c2a;
	text-decoration:underline;
}
p.artikel_back a {
	background:#f32c2a;
	color:#fff;
	padding:1px 5px;
	text-decoration:none;
}
span.artikel_link a {
	background:#f32c2a;
	color:#fff;
	padding:1px 5px;
	text-decoration:none;
}
span.artikel_link a:hover {
	color:#f1f1f1;
}

/**
  * sucheergebnis
  */
.ajaxSearch_resultsInfo {
	font-size:0.88em;
	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 {
	float:left;
	width:100%;
}
.ajaxSearch_resultLink {
	color:#535353;  
}
.ajaxSearch_resultExtract {
}
.ajaxSearch_resultBreadcrumbs,
.ajaxSearch_resultBreadcrumbs a,
.ajaxSearch_resultBreadcrumbs span{
	font-size:11px;
	color:#333;
}
.ajaxSearch_highlight {
	border-bottom:1px dotted #333; 
}
.ajaxSearch_highlight1 {
	
}

/**
  * ansprechpartner
  */
.apbox {
	float:left;
	width:180px;
	height:215px;
	margin:0 0 12px 0;
	overflow:hidden;
}
.apbox p,
.apbox a{
	font-size:11px;
}

/**
  * newsletter
  */
#newsletter table {
	padding-bottom:10px;
	font-size:12px;
}
#newsletter td,
#newsletter form{
	font-size:12px;
}
#newsletter textarea,
#newsletter a{
	font-size:12px;
	margin:10px 0;
}
#newsletter td div.required {
	padding-right:10px;
}
#newsletter td span.attributename {
	font-size:12px;
}
#newsletter ul li {
	background:transparent url(../images/list.gif) no-repeat scroll 0px 7px;
	font-size:12px;
	line-height:18px;
	padding-left:15px;
}
#newsletter ul li.list {
	padding-bottom:10px;
}
#newsletter ul li.list input {
	margin-right:10px;
}

/**
  * search result
  */
.ajaxSearch_grpResultName, .paging1 {
	font-size:12px;
}
.paging1 {
	padding-bottom:15px;
}
/*.ajaxSearch_highlight {
	color:#257107;
} 

.ajaxSearch_highlight1 {
	border-bottom:1px dotted #257107;
}*/


