/* browser reset by Eric Meyer > meyerweb.com	*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}

/* typography */
@font-face {
    font-family: 'CantarellRegular';
    src: url('Cantarell-Regular-webfont.eot');
    src: url('Cantarell-Regular-webfont.eot?#iefix') format('eot'),
         url('Cantarell-Regular-webfont.woff') format('woff'),
         url('Cantarell-Regular-webfont.ttf') format('truetype'),
         url('Cantarell-Regular-webfont.svg#webfontABgg4EO0') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CantarellOblique';
    src: url('Cantarell-Oblique-webfont.eot');
    src: url('Cantarell-Oblique-webfont.eot?#iefix') format('eot'),
         url('Cantarell-Oblique-webfont.woff') format('woff'),
         url('Cantarell-Oblique-webfont.ttf') format('truetype'),
         url('Cantarell-Oblique-webfont.svg#webfont3PgZ7J9k') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CantarellBold';
    src: url('Cantarell-Bold-webfont.eot');
    src: url('Cantarell-Bold-webfont.eot?#iefix') format('eot'),
         url('Cantarell-Bold-webfont.woff') format('woff'),
         url('Cantarell-Bold-webfont.ttf') format('truetype'),
         url('Cantarell-Bold-webfont.svg#webfontrmxS4R7l') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CantarellBoldOblique';
    src: url('Cantarell-BoldOblique-webfont.eot');
    src: url('Cantarell-BoldOblique-webfont.eot?#iefix') format('eot'),
         url('Cantarell-BoldOblique-webfont.woff') format('woff'),
         url('Cantarell-BoldOblique-webfont.ttf') format('truetype'),
         url('Cantarell-BoldOblique-webfont.svg#webfontkS4olXm8') format('svg');
    font-weight: normal;
    font-style: normal;
}
html { font-size: 72%; font-family: CantarellRegular, Helvetica, Arial, sans-serif; }
body { color: #fff; background: #284F73 url(../images/bg_body.jpg) 0 0 repeat-x; }
#wrapper { font-size: 1.2em; line-height: 1.6em; }
p { margin-bottom: 1.6em; }
strong, th, thead td { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: Monaco, "Lucida Console", Courier, monospace; }
code, pre { color: #c33; }
pre { margin-bottom: 1.6em; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
address { margin-bottom: 1.6em; }

/* headings */
h1, h2, h3, h4 { font-family: CantarellRegular, Geneva, Tahoma, "Nimbus Sans L", sans-serif; font-weight: normal; line-height: 1.3em; color: #f7931e; }
h5, h6 { font-family: CantarellRegular, Tahoma, "Nimbus Sans L", sans-serif; font-weight: bold; color: #f7931e; }
h1 { font-size: 1.4em; margin: 1em 0 .8em;  }
h2 { font-size: 1.2em; margin: 1.07em 0 .835em; }
h3 { font-size: 1.1em; margin: 1.14em 0 .87em; }
h4 { font-size: 1em; margin: 1.23em 0 .815em; }
h5 { font-size: 1em; margin: 1.33em 0 .87em; }
h6 { font-size: 1em; margin: 1.6em 0 .9em; }

/* links */
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
a:link { text-decoration: none; color: #f7931e; }
a:visited { text-decoration: none; color: #f7931e; }
a:hover { text-decoration: none; color: #ffbe71; }
a:active, a:focus { text-decoration: none; color: #f2f2f2; }

/* additional text styling */
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.highlight {background:#ff0;}
.error, .info, .success {padding: 0.8em 0 0.8em 3em; margin-bottom:1.6em;border:2px solid #ddd;}
.error {background:#FBE3E4 url(../images/cross.gif) 8px 50% no-repeat;color:#8a1f11;border-color:#FBC2C4;}
.info {background:#FFF6BF url(../images/info.gif) 8px 50% no-repeat;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2 url(../images/tick.gif) 8px 50% no-repeat;color:#264409;border-color:#C6D880;}

/* quotes */
blockquote { font-family: CantarellOblique, Helvetica, Arial, sans-serif;border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; color: #f2f2f2; }
blockquote { padding: 0 1em; margin: 1.6em 0 1.6em 0;}
blockquote *:first-child { margin: .8em 0; }
blockquote *:first-child:before { content: "\201E "; }
blockquote *:first-child:after { content: " \201F"; }

/* forms */
form { margin-bottom: 1.6em; }
fieldset { margin: 0 0 1.5em 0; border: 1px solid #ccc; padding: 1em 1.6em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { font-weight: bold; font-size:1.2em; padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
label { font-weight: bold; clear: left; float: left; width: 180px; margin-top: 5px; }
textarea, input { padding: .3em .4em .15em .4em; margin-top: 5px; }
textarea, input[type='text'], input[type='password'], select { border: 2px solid #ccc; background: #f2f2f2; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #f7931e; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #f7931e; outline: none; }
input[type='submit'] {}
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }

/* lists */
ul li { margin-left: .85em; }
ul { list-style-type: disc; margin: 0 0 1.6em 1.5em; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; margin: 0 0 1.6em 2.35em; }
ol li { margin-bottom: 1em; }
ol ol, ul ol { margin-left: 2.5em; }
dl { margin-bottom: 1.6em; }
dt { font-weight: bold; margin-top: .8em; margin-bottom: .4em; }

/* tables */
#main table{width: 695px;border-collapse: collapse;text-align: left;margin: 0 0 1.6em 0;}
#main table th{font-size: 1.2em;font-weight: normal;padding: 10px 8px;border-bottom: 2px solid #285073;}
#main table td{border-bottom: 1px solid #285073;padding: 6px 8px;}
#main table tbody tr:hover td{color: #fff;}
#main table caption { padding-bottom: .8em; } /* padding instead of margin for IE */

/* buttons */
.button { display: inline-block; margin:0 0.583em 0.667em 0; padding:5px 10px 5px 7px; border:1px solid #dedede; border-top:1px solid #eee; border-left:1px solid #eee; background-color:#f5f5f5; font-size:100%; line-height:130%; text-decoration:none; font-weight:bold; color:#565656; cursor:pointer; }
fieldset .button { float: left; }
.reset { padding-left: 2.4em; background: #f5f5f5 url(../images/cross.gif) 8px 50% no-repeat; }
.submit { padding-left: 2.4em; background: #f5f5f5 url(../images/tick.gif) 8px 50% no-repeat; }
.button img{ margin:0 3px -3px 0 !important; padding:0; border:none; width:16px; height:16px; float:none; }
.button:hover{ background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; }
.button:active{ background-color:#6299c5; border:1px solid #6299c5; color:#fff; }

/* layout */
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none; margin-bottom: 1.6em; }
#header { background: url(../images/bg_header.jpg) center top no-repeat; }
#header h1 { float: right; margin: 0; padding-top: 22px; width: 240px; }
#header h1 span { display: none; }
#inset { margin-bottom: 10px; padding: 12px 0 0 0; border-bottom: 1px solid #1F3E59; background: #2C5880; }
#inset h1 { margin: .5em 0 .5em; color: #fff; }
#inset img, #main .ce_text img { border: 2px solid #1F3E59; }
#right .mod_navigation h1 { margin-bottom: .3em; }
.startseite #inset h1 { margin-top: 1.2em; }
#footer { margin-top: 20px; background: #2C5880; border-top: 1px solid #1F3E59; font-size: 0.9em; }
#footer p { padding-top: 28px; }
.ce_download img {border: none;}

/* inner margins */
.inside { margin: 0 20px 10px 20px; }
#header .inside { margin: 0 10px 0 20px; }
#right .inside { margin: 0 0 10px 0; }

/* navigation top */
#header .mod_navigation{clear: both; padding-top: 20px; width: 960px;}
#header .mod_navigation ul{list-style: none;margin: 0 20px 0 0;float: left;}
#header .mod_navigation li{float: left;width: auto; margin: 0; padding: 0 6px 0 6px;line-height:14px;border-right: 1px solid #2C5880;}
#header .mod_navigation li.last{border: 0;}
#header .mod_navigation a,#header .mod_navigation span{display:block;padding:7px 12px 8px 12px;text-decoration:none;font-size:14px;font-weight: bold;color:#f2f2f2;}
#header .mod_navigation span{cursor:default;}
#header .mod_navigation li:hover,#header .mod_navigation li.active,#header .mod_navigation li.trail{background:#f7931e;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
#header .mod_navigation li:hover a,#header .mod_navigation li.active span,#header .mod_navigation li.trail a{background:#f7931e;color:#fff;}
#header .mod_navigation ul.level_2{width:170px;left:-999em;position:absolute;margin: 0 0 0 -3px;padding-bottom:5px;background:#89b8df;z-index:1000;}
#header .mod_navigation ul.level_2 li{position:relative;float:none;padding:0 3px 1px;background-color:#89b8df;border: 0;}
#header .mod_navigation ul.level_2 a,#header .mod_navigation ul.level_2 span{padding:4px 9px 5px;font-size:12px;background:#89b8df;}
#header .mod_navigation ul.level_2 li:hover,#header .mod_navigation ul.level_2 li.active,#header .mod_navigation ul.level_2 li.trail{background-image:none;}
#header .mod_navigation ul.level_2 li:hover a,#header .mod_navigation ul.level_2 li.active a,#header .mod_navigation ul.level_2 li.trail a,#header .mod_navigation ul.level_2 li:hover span,#header .mod_navigation ul.level_2 li.active span,#header .mod_navigation ul.level_2 li.trail span{background:#3f9ed3;}
#header .mod_navigation ul.level_2 li.first{padding-top:6px;background:#89b8df;}
#header .mod_navigation li:hover ul.level_2{left:auto;}

/* navigation right */
#right .mod_navigation ul, #right .mod_newsmenu ul{margin:0;list-style: none;border-bottom: 1px solid #1F3E59;}
#right .mod_navigation ul li, #right .mod_newsmenu ul li{margin:0;}
#right .mod_navigation ul li a, #right .mod_newsmenu ul li a{display: block;color: #f2f2f2;text-decoration: none;border-bottom: 1px solid #285073;padding: 8px 0 8px 15px;background: #2C5880 url(../images/arrow_grey.gif) left center no-repeat;}
#right .mod_navigation ul li.last a, #right .mod_newsmenu ul li.last a{border-bottom: none;}
#right .mod_navigation ul li a:hover, #right .mod_newsmenu ul li a:hover{background: #04315A url(../images/arrow.gif) left center no-repeat;text-decoration: none;color: #ff8f44;}
#right .mod_navigation ul li span, #right .mod_newsmenu ul li span{display: block;color: #ff8f44;background: #04315A url(../images/arrow.gif) left center no-repeat;text-decoration: none;border-bottom: 1px solid #0073A9;padding: 8px 0 8px 15px;}

/* Contao specific */
.pdf_link{right:10px;position:absolute;margin-top:26px;}
.ce_hyperlink a {
  padding:2px 18px 2px 0;
  margin:-2px 0;
  background: url(../images/external_link.png) right center no-repeat;
}
.ce_accordion .toggler { margin: 0 0 .8em; line-height: 1.3em; color: #f2f2f2; background: #2C5880 url(../images/arrow.gif) left center no-repeat; padding:6px 0 6px 15px; border-top:1px solid #285073;border-bottom:1px solid #285073; cursor: pointer; }
.ce_accordion .toggler:hover {background: #04315A url(../images/arrow.gif) left center no-repeat; color: #ff8f44;}
div.accordion { padding-left: 15px; }
div.accordion h1, div.accordion h2 { margin-top: .5em; }
.subcolumns { margin-top: 20px; }
.subcolumns .block { margin-bottom: 20px; }
.mod_newsarchive p.info {
	background: none;
	border: none;
	font-size: 0.8em;
	color: #ccc;
	margin: 0;
	padding: 0;
}

@media print{
body{font-family:Tahoma,Arial,sans-serif;font-weight:normal;font-size:11pt;color:#000;line-height:1.5;}
h1{margin-bottom:0.5em;font-size:16pt;}
h2{margin-bottom:0.25em;font-size:14pt;}
h3,h4,h5,h6{margin-bottom:0;font-size:12pt;}
a{text-decoration:none;color:#e4790f;}
img{border:0px;}
ul,ol{page-break-before:avoid;}
li{page-break-inside:avoid;}
table{margin-bottom:0.5em;border-collapse:collapse;border-spacing:0;font-size:inherit;}
th{font-weight:bold;}
th,td{margin:0;padding:1px 2px;text-align:left;vertical-align:top;border:1px solid #999;}
#copyright{margin-top:1cm;padding-top:0.25cm;border-top:1px solid #999;font-size:8pt;color:#666;}
#topmenu,#search,#mainmenu,#submenu,#right,.pagination,div.ads,div.bc_bottom,a.anchor{display:none;}
.invisible,.subheader,.mod_breadcrumb,.mod_booknav,.pdf_link,#footer .mod_newslist,#footer .network,#footer .casestudy{display:none;}
form,fieldset,legend,label,input,select,textarea{display:none;}