/*===================================== 
(c) 2012 mehrdafon GmbH, Salzburg  

www.mehrdafon.com 
=====================================*/

/* Dr. Alexander Rehrl */

/* ===== font-face ===== */

@font-face {
    font-family: 'TradeGothicLight';
    src: url('fonts/TradeGothicLight/tradegothiclight-webfont.eot');
    src: url('fonts/TradeGothicLight/tradegothiclight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TradeGothicLight/tradegothiclight-webfont.woff') format('woff'),
         url('fonts/TradeGothicLight/tradegothiclight-webfont.ttf') format('truetype'),
         url('fonts/TradeGothicLight/tradegothiclight-webfont.svg#TradeGothicLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewsGothLtBTLight';
    src: url('fonts/NewsGothisLight/news-gothic-light-bt-webfont.eot');
    src: url('fonts/NewsGothisLight/news-gothic-light-bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NewsGothisLight/news-gothic-light-bt-webfont.woff') format('woff'),
         url('fonts/NewsGothisLight/news-gothic-light-bt-webfont.ttf') format('truetype'),
         url('fonts/NewsGothisLight/news-gothic-light-bt-webfont.svg#NewsGothLtBTLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ===== font-face || ===== */


/* ===== GLOBALS ===== */

html{
	font-family:NewsGothLtBTLight,Verdana, Geneva, sans-serif;
	color:#4d4d4c;
	line-height:150%;
	font-size:14px;
}

body{
	padding:0;
	margin:0;
	background:url('../images/layout/bodyBg.png') no-repeat center top #4C4C4B;
	overflow-y: scroll;
	overflow-x: hidden;
}

*+html body{
	overflow-y: auto;
}

h1{
	color:#ca2a1e;
	display: block;
    font-size: 18px;
    margin: 5px 0;
}

h2{
	color:#ca2a1e;
	display: block;
    font-size: 14px;
    margin: 5px 0;
}

h3{
	color:#ca2a1e;
	display: block;
    font-size: 13px;
    margin: 5px 0;
}

table, table *{
	border-color:#4d4d4c;
}

.tableBorderCollapse{
	border-collapse:collapse;
}

a img{
	border:none;
}

a{
	color:#4d4d4c;
	/*text-decoration:none*/;
}

/* ===== GLOBALS || ===== */


/* ===== Layout ===== */

div#mainWrapper{
	overflow:hidden;
	padding:0;
	margin:0 auto;
	width:989px;
	background-color:#fff;
}

div#header{
	overflow:hidden;
	padding:0;
	margin:0 0 40px 0;
	background-color:#fff;
	height: 234px;
}

a#logo, a#footerLogo{
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
}

a#logo{
	height: 234px;
    position: relative;
    width: 350px;
    z-index: 2;
}

div#headerImage{
	float: right;
    height: 210px;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: -234px;
    width: 776px;
    z-index: 1;
}

div#headerTeaser{
	height: 110px;
    margin: 0 0 0 137px;
    max-width: 539px;
    overflow: hidden;
    padding: 50px;
    color:#fff;
    text-shadow: 1px 1px 0 #222222;   
}

.headerTeaserGross{
	font-size:30px;
	line-height:100%;
}

.headerTeaserNormal{
	font-size:13px;
	line-height:150%;
}

div#contentWrapper{
	overflow:hidden;
	background:url('../images/layout/dotGrey.png') repeat-y 260px top #fff;
	min-height:258px;
}

div#content{
	overflow:hidden;
	padding: 0 65px 10px 40px;
	margin:0;
}

div.hasNewsTeaser{
	width:424px;
	float:left;
	padding:0 25px 10px 40px !important;
}

div#newsTeaser{
	overflow:hidden;
	float:left;
	margin:0;
	padding:0 20px 0 0;
	width:180px;
}

div.newsTeaserItem{
	overflow:hidden;
	margin:0 0 20px 0;
	padding:5px 0;
	border-top:1px solid #023977;
	border-bottom:1px solid #023977;
	color:#023977;
}

div.newsTeaserItem span.newsDate{
	font-size:10px;
}

div.newsTeaserItem h2{
	font-weight:normal;
	color:#023977;
	font-size:14px;
	margin:0 0 3px 0;
}

div.newsTeaserItem a{
	float:left;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	color:#023977;
	font-size:12px;
}

h1.title{
	margin:0 0 5px 0;
}

div.editorContent{
	overflow:hidden;
	font-size:13px;
	margin:0 0 10px 0;
	padding:0;
}

div#newsOverviewWrapper, div#fachgebieteFaelle{
	overflow:hidden;
	padding:20px 0 0 0;
	margin:0 0 20px 0;
	border-top: 1px solid #E5E5E5;
}

div#fachgebieteFaelle{
	border-bottom: 1px solid #E5E5E5;
	padding:20px 0 20px 0;
}

ul.fachgebieteOverviewWrapper{
	overflow:hidden;
	margin:0 30px 0 0;
	padding:0;
	width:45%;
	float:left;
}

ul.fachgebieteOverviewWrapper li{
	margin:0 0 10px 0;
}

ul.fachgebieteOverviewWrapper li a{
	text-decoration:none;
	font-size: 14px;
}

ul.fachgebieteOverviewWrapper li a:hover{
	color:#ca2a1e;
}

div.newsItem, div.fallItem{
	border-bottom: 1px solid #E5E5E5;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 0 0 20px 0;
}

div.fallItem{
	border-bottom: none;
	border-top: 1px solid #E5E5E5;
	padding:20px 0 0 0; 
	clear:booth;
}

div#f_1{
	border-top:none;
	clear: both;
}

div.newsTruncateContent{
	overflow:hidden;
	margin:0 0 5px 0;
	padding:0;
}

span.newsDate, span.fallDate{
	font-size:11px;
}

span.itemLabel{
    display: inline-block;
    text-transform: uppercase;
}

div.newsItem h2, div.fallItem h2{
	margin:0 0 5px 0;
}

div.newsItemDetail{
	clear: both;
    overflow: hidden;
}

a.linkButton{
	background: url("../images/layout/navigationBg.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    overflow: hidden;
    padding: 1px 8px 0 4px;
    text-decoration: none;
    text-transform: uppercase;
}

a.linkButtonTop{
	margin:0 0 20px 0;
}

a#weisserRing{
	display:block;
	float:right;
	margin: 20px 28px 20px 0;
}

div#footer{
	background-color:#f6f6f6;
	overflow:hidden;
}

a#footerLogo{
	float:right;
}

div#footer span.footerText{
	display: block;
    float: left;
    margin: 0 0 0 130px;
    max-width: 615px;
    overflow: hidden;
    padding: 15px 0 0;
    font-size:12px;
    /*font-family:Verdana, Geneva, sans-serif;*/
}

div#mehrdafon {
    margin: 10px auto;
    overflow: hidden;
    width: 920px;
}

div#mehrdafon a {
    background-image: url("../images/layout/mehrdafon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    width: 69px;
}

div#mehrdafon a:hover {
    background-position: 0 -15px;
}

/* ===== Layout || ===== */


/* ===== Navigations ===== */

div#mainNavigation{
	overflow:hidden;
	margin:0;
	padding:0;
	width:260px;
	float:left;
}

div#mainNavigation ul{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

div#mainNavigation ul li{
	margin:0 0 19px 0;
	padding:1px 20px 0 130px;
}

div#mainNavigation ul li a{
	text-decoration:none;
	color:#989999;
	font-size:18px;
	font-weight:bold;
}

div#mainNavigation ul li.active{
	background:url('../images/layout/navigationBg.png') no-repeat -232px 3px transparent;
}

div#mainNavigation ul li.active a, div#mainNavigation ul li a:hover{
	color:#ca2a1e;
}

div#headerNavigation{
	color: #FFFFFF;
    margin: 15px 0 0 97px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 3;
    font-size: 12px;
}

div#headerNavigation a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}

/* ===== Navigations || ===== */


/* ===== Editmode ===== */

div.editModeInputBlock{
	overflow:hidden;
	margin:0 0 20px 0;
	padding:0;
}

span.editModeLabels{
	display:block;
	overflow:hidden;
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}

ul.editModeFachgebieteListe{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

ul.editModeFachgebieteListe li{
	padding:20px;
}

ul.editModeFachgebieteListe li.c_1{
	background-color:#f9f9f9;
}

ul.editModeFachgebieteListe li.c_0{
	background-color:#f1f1f1;
}

ul.editModeFachgebieteListe li div.fallItem{
	border:none;
}

/* ===== Editmode || ===== */

/* Cookie Consent */
.cc_banner-wrapper .cc_container {
  color: #fff;
  background: #868686;
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:hover,
.cc_banner-wrapper .cc_container .cc_btn:focus
{
  border-radius: 0;
  color: #000;
    background-color: #e9eaea;
	font-size: 16px;
}
.cc_banner-wrapper .cc_container .cc_message a {
  color: #fff;
  text-decoration: underline;
}
.cc_banner-wrapper .cc_container .cc_message{
	color: #fff;
	line-height: 1.5;
	font-size: 16px;
}
.cc_banner-wrapper .cc_container .cc_message a:hover,
.cc_banner-wrapper .cc_container .cc_message a:focus,
.cc_banner-wrapper .cc_container .cc_message a:visited {
  color: #fff;
}
.cc_banner-wrapper .cc_container .cc_logo {
  display: none;
}
/* Cookie Consent || */