/* Standard-CSS f&uuml;r gutmann template */

@font-face {
    font-family: 'OptimaRegular';
    src: url('../fonts/optima.eot');
    src: url('../fonts/optima.eot') format('embedded-opentype'),
         url('../fonts/optima.woff') format('woff'),
         url('../fonts/optima.ttf') format('truetype'),
         url('../fonts/optima.svg#OptimaRegular') format('svg');
}
html,body{
	height:100%;
}
body{
	margin:0;
	font:12px/18px Arial,Helvetica,sans-serif;
	color:#686767;
	min-width:950px;
	background:#909090 url(images/body-bg.png) repeat-x;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
input:active, textarea:active {outline:none;} 
:focus {outline:none;}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: '';content: none;}
table { border-collapse: collapse; border-spacing: 0; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*page*/
#page{
	width:100%;
	min-height:100%;
	overflow:hidden;
	
}
.page-holder{padding:0 0 27px;}
div.fix-width{
	width:950px;
	margin:0 auto;
}
div.fix-width:after{
	content:"";
	display:block;
	clear:both;
}
h1{
	padding:0 0 20px;
	margin:0;
	font-size:24px;
	line-height:26px;
}
h2{
	padding:0 0 20px;
	margin:0;
	font-size:18px;
	line-height:21px;
	color:#f9b233;
}
h3{
	padding:0 0 12px;
	margin:0;
	font-size:18px;
	line-height:23px;
	
}
h4{
	padding:0 0 6px;
	margin:0;
	font-size:16px;
	line-height:21px;
}
h5{
	margin:0;
	font-size:14px;
	line-height:19px;
}
h6{
	margin:0;
	font-size:12px;
	line-height:17px;
}
p{
	padding:0 0 25px;
	margin:0;
}
/*header*/
#header{
	width:100%;
	overflow:hidden;
	margin: 35px 0 0;
}
.header-holder{
	background: url(images/header-bg.gif) no-repeat 34px 0;
	overflow:hidden;
	padding: 0 0 11px;
}
#header .logo{
	float:right;
	width:328px;
	height:57px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/logo.png) no-repeat;
	margin: 35px 64px 0 0;
	padding:0;
}
#header .logo a{
	display:block;
	height:100%;
	position:relative;
}
.print-logo{
	display:none;
	float:left;
}
.contact-section{
	margin:9px 0 0;
	font:12px/15px 'OptimaRegular', Arial,Helvetica,sans-serif;
	color:#9C9C9C;
	float:right;
}
.contact-section a{
	color:#9C9C9C;
}
.contact-section span{
	display:block;
	padding: 0 0 4px;
}
.contact-section span.email{
	margin:6px 0 0;
}
/*main menu styles*/
.header-bottom {
	position: relative;
}
.main-menu{
	font:10px/13px Arial,Helvetica,sans-serif;
	background: url(images/main-menu-bg.png) repeat-y 100% 0;
	height:47px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position:relative;
	behavior: url(css/PIE.htc);
}
.main-menu:after{
	content:"";
	display:block;
	clear:both;
}
.main-menu ul{
	padding:0;
	margin: 3px 0 0;
	list-style:none;
	float:right;
}
.main-menu li{
	float:left;
}
.main-menu a{
	display:block;
	text-align:center;
	width:54px;
	color:#656564;
	background: url(images/main-menu-icons.png) no-repeat 0 100%;
	height: 54px;
	padding: 0 0 14px;
	margin: 0 11px 0 0;
}
.main-menu .email a{
	background-position: -109px 100%;
	width: 55px;
}
.main-menu .print a{
	background-position: -217px 100%;
	width: 55px;
}
/*search form styles*/
.search-form {
	background: url(images/search-bg.png) no-repeat;
	position: absolute;
	top: 1px;
	left: 24px;
	padding: 7px 0 11px 81px;
}
.search-form .input-holder{
	background:#fff url(images/search-input-bg.png) repeat-y;
	width:336px;
	height:29px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font:13px/16px Arial,Helvetica,sans-serif;
	padding:0 8px;
	box-shadow:6px 12px 14px #BABABA;
	-moz-box-shadow:6px 12px 14px #BABABA;
	-webkit-box-shadow:6px 12px 14px #BABABA;
	position:relative;
	behavior: url(css/PIE.htc);
}
.search-form input{
	border:none;
	background:none;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	color:#656564;
}
/*main*/
#main{
	width:100%;
	color:#686767;
	margin: 22px 0 0;
}
/*content*/
#content{
	float:right;
	width:560px;
	margin:0 70px 0 0;
}
.main-wrapper{
	overflow:hidden;
	background:#fff;
	padding:0 0 9999px;
	margin:0 0 -9999px;
	border-left:2px solid #BCBEBD;
	border-right:2px solid #BCBEBD;
}
.main-holder{
	padding: 0 0 107px;
	position:relative;
}
.main-holder:before{
	content:"";
	clear:both;
	display:block;
	position:absolute;
	top:-47px;
	left:0;
	width:2px;
	height:565px;
	background: url(images/gradient-border.png) no-repeat;
}
.main-holder:after{
	content:"";
	clear:both;
	display:block;
	position:absolute;
	top:-47px;
	right:0;
	width:2px;
	height:565px;
	background: url(images/gradient-border.png) no-repeat;
}
.image-holder{
	overflow:hidden;
}
.image-holder img{
	float:left;
	margin: 0 0 0 47px;
}
/*sidebar*/
#sidebar{
	float:left;
	width:200px;
	margin: 27px 0 0;
}
.sidebar-menu ul{
	padding:0;
	margin:0;
	list-style:none;
	font:14px/17px Arial,Helvetica,sans-serif;
}
.sidebar-menu ul li{
	margin:0 0 7px 10px;
}
.sidebar-menu ul li:hover,
.sidebar-menu ul li.active{
	margin:0px 0 7px 0;
	padding:0 0 0 10px;
	background: url(images/sidebar-list-bg.gif) no-repeat 0 6px;
}

.sidebar-menu ul a{
	color:#818080;
	display:block;
}
.sidebar-menu ul a:hover{
	text-decoration:none;
	
}
.sidebar-menu ul ul{
	font:11px/14px Arial,Helvetica,sans-serif;
	margin: 3px 0 1px 5px;
	
}
.sidebar-menu ul ul li{
	padding:0;
}
.sidebar-menu ul ul li:hover,
.sidebar-menu ul ul li.active{
	margin:0px;
	padding:0 0 0 10px;
	background: url(images/sidebar-list-bg.gif) no-repeat 0 5px;
}
.sidebar-menu ul ul ul{
	margin: 4px 0 0;
}
.sidebar-menu ul ul ul li{
	padding:0 0 4px 7px;
	margin:0;
}
.sidebar-menu ul ul ul li:hover,
.sidebar-menu ul ul ul li.active{
	padding:0 0 4px 7px;
	margin:0;
	background:none;
}
.sidebar-menu ul ul ul a:hover,
.sidebar-menu ul ul ul li.active a{
	color:#e9881b;
}

/*footer*/
#footer{
	width:100%;
	height:27px;
	margin:-27px 0 0;
	position:relative;
	z-index:2;
	font:10px/15px Arial,Helvetica,sans-serif;
}
.footer-holder{
	background:#F9BE61;
	height:22px;
	padding:5px 0 0 13px;
	color:#656564;
	border-left:2px solid #BCBEBD;
	border-right:2px solid #BCBEBD;
}
.footer-holder a{
	color:#fff;
	text-transform:uppercase;
	margin: 0 8px 0 0;
}
.footer-holder span{
	background: url(images/footer-separator.png) no-repeat 0 2px;
	padding: 0 0 0 13px;
}




.search-result{
	margin-bottom: 0.4em;
	background: url(images/dotted.gif) top left repeat-x;
}
ol.search{
	padding: 0 0 2px 2.5em;
	margin-bottom: .7em;
}
ol.search li{
	line-height: 1.5em;
	margin-bottom: 1.4em;
}
ol.search li strong{
	color: #083163;
}
ol.search li strong a{
	padding-left: 13px;
	background: url(../images/arrow.gif) 0px 3px no-repeat;
}
ol.search li strong a:link,
ol.search li strong a:visited,
ol.search li strong a:active { text-decoration: none; }
ol.search li strong a:hover,
ol.search li strong a:focus { text-decoration: underline; }
p.error {
	color:#FF6600;
	font-weight:bold;
	margin:15px 0;
}
#newscenter .overview H3 {
	font-size: 1.4em;
}
#newscenter .overview IMG.left {
	margin-top: 4px;
	margin-right:5px;
	float:left;
}
#newscenter .overview {
	margin: 4px 0 6px 0;
}
#newscenter .overview .noFluss {
	font-size:12px;
	line-height:1.3;
}
#newscenter .overview .next {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#newscenter .overview .next {
	height: 1px;
}
.artikel H1 {
	font-size: 1.6em;
}
.artikel IMG {
	margin: 4px 0 0 0;
}
.artikel .bildcont {
 	float: left;
	width: 260px;
}
#addInformation {
	clear: both;
	text-align: right;
	white-space: nowrap;
	width: 100%;
	height: 15px;
	padding: 2px 0 0 0;
	margin: 2px 0 0 0;
	border-top:1px solid #738494;
}
.artikelview {
	padding: 7px 0 9px 0;
	clear: both;
	line-height: 16px;
}
.artikelview h3 {
	font-size: 15px;	
	line-height: inherit;
	margin-bottom: 1px;
}
.ts {
	font-style: normal;
	font-weight: normal;
	white-space: nowrap; 
	color: #888; 
	font-size: 11px; 
}
.cl {
	line-height: 1px;
	margin-bottom: -1px;
	display: block;
	clear: both;
	visibility: hidden;
}
li.levelshift_0 {padding-left: 0px}
li.levelshift_1 {padding-left: 8px}
li.levelshift_2 {padding-left: 17px}
li.levelshift_3 {padding-left: 30px}
li.levelshift_4 {padding-left: 40px}
li.levelshift_5 {padding-left: 50px}
