@charset "UTF-8";
/* CSS Document */

body {
	margin:auto;
	text-align:center;
	background-color:#A6A6A6;
	background-image:url('../imgs/bg.jpg');
	background-repeat:repeat-x;
	
}
#maincontent {
	margin: auto;
	width: 910px;
	border: 1px none transparent;
	text-align:left;

}
#header {
	border-left:2px solid #F2F2F2;
	border-right:2px solid #F2F2F2;	
	width:906px;
	height:221px;
}
#leftcol {
	float:left;
	width:159px;
	height:480px;

}
#rightcol {
	float:right;
	border-right:2px solid #F2F2F2;
	border-bottom:2px solid #F2F2F2;
	width:747px;
	background-color:#FFFFFF;
	padding-bottom:3px;
}
#mainnavi {
	border-left:2px solid #F2F2F2;
	border-bottom:2px solid #F2F2F2;	
	width:159px;
	height:290px;
	background-color:#FFFFFF;
}
#spc {
	width:142px;
	height:17px;
}
#mainnaviborder {
	width:142px;
	height:257px;
	border-right:1px dashed #D1D1D1;
	margin:0 0 0 15px;
}
#mainnavi ul {
	list-style:none;
	padding:0;
	margin:0;
}
#mainnavi li {
	margin:0;
	padding:9px 0 0 0;
	line-height:14px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:none;
}

#pagenavi {
	
	width:159px;
	height:167px;
}

imgs {
	border:0;
}
#pagenavi ul {
	list-style:none;
	padding:0;
	margin:0 0 0 10px;
	display: list-item;
}
#pagenavi li {
	height:42px;
	margin-bottom:2px;
	padding:0;
	overflow:hidden;
}

#links {
	float:right;
	width:214px;
	height:456px;
	border-left:1px dashed #D1D1D1;
	margin:26px 0 6px 0;
}

#links_content {
	margin:6px 0 0 10px;
}
#links_content a {
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:12px;
	background-image:url('../imgs/arrow.gif');
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:11px;
}
#links_content a:hover {
	color:#d63231; 
	font-size:12px;
	background-image:url('../imgs/arrow_on.gif');
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:11px;
}

#links_in_content {
	margin:6px 0 20px 0;
}

.newsart .longlink,
a.longlink{
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:12px;
	background-image:url('../imgs/arrow.gif');
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:11px;
	display: block;
}
.newsart .longlink:hover,
a.longlink:hover {
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231;
	font-size:12px;
	background-image:url('../imgs/arrow_on.gif');
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:11px;
	display: block;
}
#contentborder {
	width:495px;
	float:left;
	margin:31px 0 0 19px;
}
* html #contentborder {
  margin:29px 0 0 9px;
}
#content {
	width:495px;
	border-bottom:1px dashed #D1D1D1;	
	padding-bottom:24px;
}
#contentWithoutDashed {
	width:495px;
	padding-bottom:24px;
}
.dottedline {
	width:495px;
	height:1px;
	border-bottom:1px dashed #D1D1D1;
	margin:09px 0 19px 0;
}
#footer {
	float:right;
	padding:3px 0 3px 0;
	margin:21px 0 39px 0;
	width:749px;
	background-color:#FFFFFF;
}
#footer ul {
	padding:0;
	margin:0 0 0 16px;
	display:block;
	list-style:none;
}
#footer li {
	margin:0 24px 0 0;
	padding:0;
	float:left;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif; 
	color:#999999; 
	font-size:11px;
	background-image:url('../imgs/line.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:4px;

}

#links_container .headline {
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:17px;
	margin:0 0 7px 0;
}
#artikeldrucken {
	margin:6px 0 6px 0;
	float:left;
	width:auto;
}
#artikeldrucken a {
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:12px;
	background-image:url('../imgs/arrow.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:11px;

}
#artikeldrucken a:hover {
	background-image:url('../imgs/arrow_on.gif');

}
#content a {
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:12px;
	background-image:url('../imgs/arrow.gif');
	background-repeat:no-repeat;
	background-position:left .5em;
	padding-left:11px;

}
#content a:hover {
	background-image:url('../imgs/arrow_on.gif');

}

#content a.link-pdf {
	background: url('../imgs/pdf_icon.gif') no-repeat; 
	padding-left: 20px;
}

#content a.link-pdf:hover {
	background: url('../imgs/pdf_icon_on.gif') no-repeat; 
	padding-left: 20px;	
}

#links a.link-pdf {
	background: url('../imgs/pdf_icon.gif') no-repeat; 
	padding-left: 20px;	
}

#links a.link-pdf:hover {
	background: url('../imgs/pdf_icon.gif') no-repeat; 
	padding-left: 20px;	
}

#toplink {
	margin:6px 0 6px 0;
	float:right;
	width:auto;
}
#toplink a {
	font-family:Arial, Helvetica, sans-serif; 
	color:#666666; 
	font-size:12px;
	background-image:url('../imgs/arrow_top.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:11px;

}

.headline {
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:17px;
	margin:0 0 4px 0;
}
.subheadline {
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:12px;
	margin:0 0 0 0;
	width:391px;
	line-height:20px;
}

.teasertext {
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:12px;
	margin:0 0 12px 0;
	width:391px;
	line-height:16px;
}
.text {
	font-family:Arial, Helvetica, sans-serif; 
	color:#666666; 
	font-size:12px;
	margin:0 24px 0 0;
	
	line-height:16px;
}
.text_end {
	font-family:Arial, Helvetica, sans-serif; 
	color:#666666; 
	font-size:12px;
	margin:0 0 125px 0;
	width:391px;
	line-height:16px;
}

.linkbox_text {
	font-family:Arial, Helvetica, sans-serif; 
	color:#666666; 
	font-size:11px;
	margin:0 0 12px 0;
	width:179px;
	line-height:16px;
}

.linkbox_image {
	 float:left; 
	 margin:3px 9px 0 0;
}
.newsart {
	width:470px;
}
.newsart_image {
	width:202px;
	float:left;
}
.newsart_text {
	width:266px;
	float:left;
	overflow:hidden;
}
.newsart_text .text {
	width:266px;
}
.news_image {
	margin:0;
}
.clearer {
	clear:both;
}
.newsart a {
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:12px;
	background-image:url('../imgs/arrow.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:11px;
	margin:6px 0 0 0;
	display:block;
}
.newsart a:hover {
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:12px;
	background-image:url('../imgs/arrow_on.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:11px;
	margin:6px 0 0 0;
	display:block;

}
#mainart a {
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:12px;
	background-image:url('../imgs/arrow.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:11px;
	margin:-12px 0 12px 0;
}
#mainart a:hover {
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:12px;
	background-image:url('../imgs/arrow_on.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:11px;
	margin:-12px 0 12px 0;

}

#mainart {
	width:709px;
	border-bottom:1px dashed #D1D1D1;
	margin:31px 0 0 19px;
	padding:0 0 20px 0;
}
#mainart .text {
	font-family:Arial, Helvetica, sans-serif; 
	color:#666666; 
	font-size:12px;
	margin:0 0 6px 0;
	width:561px;
	line-height:16px;
}
#artlist {
	float:left;
	margin:19px 0 0 19px;
}
* html #artlist {
	margin:19px 0 0 9px;
}
#schlau_box {
	float:right;
	margin:29px 19px 29px 0;
	width:206px;
}
#schlau_box a {
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:11px;
	background-image:url('../imgs/arrow.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:11px;
	margin:3px 0 0 0;
	display:block;
}
#schlau_box a:hover {
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:11px;
	background-image:url('../imgs/arrow_on.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:11px;
	margin:3px 0 0 0;
	display:block;
}

#schlau_box a.longlink{
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:11px;
	background-image:url('../imgs/arrow.gif');
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:11px;
	display: block;
}
#schlau_box a.longlink:hover {
	font-family:Arial, Helvetica, sans-serif; 
	color:#d63231; 
	font-size:11px;
	background-image:url('../imgs/arrow_on.gif');
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:11px;
	display: block;
}
#schlau_box a.link-pdf {
	background: url('../imgs/pdf_icon.gif') no-repeat;
	background-position:0 6px;
	padding-left: 20px;	
}

* html #schlau_box {
	margin:19px 9px 0 0;
}
.infotext {
	width:202px;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	margin:0;
	margin-bottom:-14px;
}
.infotext_end {
	width:202px;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	margin:0;
	padding:0;
}
.infotext_head {
	width:auto;
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:12px;
	font-weight:bold;
	margin:0;
}
.nomrg {
	margin-bottom:-4px;
}
.spc {
	margin:0 0 0 10px;
}
.schoenschlauart {
	width:184px;
	border-bottom:1px solid #D1D1D1;
	margin:0 0 12px 10px;
}
.infotext_teaser {
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:11px;
	margin:6px 0 0 0;
}
.text_head {
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:13px;
	margin:0 0 4px 0;
	width:392px;
}
.liste {
	font-family:Arial, Helvetica, sans-serif; 
	line-height:16px;
	color:#666666; 
	font-size:12px;
	list-style:none;
	list-style-image:url('../imgs/li_dot.jpg');
	width:341px;
	margin:4px 0 4px 0;
	padding:0;
}
ul.liste li {
	margin:2px 0 2px 17px;
}
.veroeffentlicht {
	font-family:Arial, Helvetica, sans-serif; 
	color:#CCCCCC; 
	font-size:10px;
}

#awardsListe ul{
	padding-top:10px;
}
#awardsListe ul li {
	padding-bottom:10px;
}