/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    background-color: #414649;
}

::-moz-selection {
    background: #81973b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #81973b;
    color: #fff;
    text-shadow: none;
}

a {
    color: #445314;
}

a:visited {
    color: #445314;
}

a:hover {
    color: #79912b;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

p {
    margin: none;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;

    font-family: 'Droid Sans', sans-serif;
    color: #222;
}

@media only screen and (min-width: 35em) {

}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/* *** General *** */
header {
    width: 100%;
    height: 122px;
    background: url(../img/general/header_bg.png);
    margin-bottom: 100px;
}

header .container {
    width: 1210px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

header .logo {
    background: url(../img/general/header_logo.png);
    width: 243px;
    height: 193px;
    margin-left: -3px;
}

header .logo_2 {
    background: url(../img/general/header_logo_2.png);
    width: 243px;
    height: 193px;
    position: absolute;
    right: -3px;
    top: 0;
}

header nav {
    position: absolute;
    margin-left: 260px;
    margin-top: -136px;
}

header nav #left {
    position: absolute;
    height: 34px;
    width: 3px;
    background: url(../img/general/header_navi_left.gif);
}

header nav #center {
    position: absolute;
    margin-left: 3px;
    float: left;
    height: 34px;
    width: 700px;
    background: url(../img/general/header_navi_center.gif);
}

header nav #right {
    position: absolute;
    margin-left: 703px;
    float: left;
    height: 34px;
    width: 3px;
    background: url(../img/general/header_navi_right.gif);
}

header nav .nav_item {
    width: 116px;
    height: 33px;
    float: left;
    text-align: center;
    padding-top: 6px;
}

header nav .nav_item.active {
    background: url(../img/general/header_active.png) 0px 0px no-repeat;
}

header nav .nav_item.active a:hover {
    color: #fff;
}

.nav_item a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;

    font-family: 'ExoBold', Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #222;
}

.nav_item a:hover {
    color: #77b506;
}

.box {
    -moz-box-shadow: 1px 5px 5px #222;
    -webkit-box-shadow: 1px 5px 5px #222;
    box-shadow: 1px 5px 5px #222;

    margin-bottom: 20px;
}

.box .head {
    width: 100%;
    height: 60px;
    background: url(../img/general/box_12_head.png) no-repeat;
}

.box .body {
    width: 100%;
    background: url(../img/general/box_12_body.png);
}

.body .content {
    padding: 0px 30px 40px 30px;
}

.spacer {
    width: 100%;
    height: 80px;
}

.box h2 {
    position: absolute;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    margin-left: 30px;
    margin-top: 5px;

    font-family: 'AllerBold', Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #222;
}

.box p {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.fancySwirl {
    width: 70px;
    height: 18px;
    background: url(../img/general/fancySwirl.png);

    margin: 10px auto 0px auto;
}

.logos .natura {
    margin-left: 40px;
    float: left;
    width: 234px;
    height: 184px;

    background: url(../img/startseite/natura2000.png);
}

.logos .natura:hover {
    background: url(../img/startseite/natura2000_hover.png);
}

.logos .wwf {
    float: left;
    width: 235px;
    height: 184px;

    background: url(../img/startseite/wwf.png?v=2015);
}

.logos .wwf:hover {
    background: url(../img/startseite/wwf_hover.png?v=2015);
}

.logos .noe {
    float: left;
    width: 215px;
    height: 184px;

    background: url(../img/startseite/noe.png);
}

.logos .noe:hover {
    background: url(../img/startseite/noe_hover.png);
}

.logos .landesfischereiverband {
    float: left;
    width: 144px;
    height: 184px;

    background: url(../img/startseite/landesfischereiverband.png);
}

.logos .landesfischereiverband:hover {
    background: url(../img/startseite/landesfischereiverband_hover.png);
}

.logos .viadonau {
    float: left;
    width: 438px;
    height: 158px;
    margin-left: -50px;

    background: url(../img/startseite/viadonau.png?v=2);
}

.logos .viadonau:hover {
    background: url(../img/startseite/viadonau_hover.png?v=2);
}

.logos .lebensministerium {
    float: left;
    width: 296px;
    height: 158px;

    margin-left: -50px;

    background: url(../img/startseite/lebensministerium.png?v=1);
}

.logos .lebensministerium:hover {
    background: url(../img/startseite/lebensministerium_hover.png?v=1);
}

.logos .eulife {
    float: left;
    width: 192px;
    height: 137px;
    margin-left: 25px;

    background: url(../img/startseite/eulife.png);
}

.logos .eulife:hover {
    background: url(../img/startseite/eulife_hover.png);
}

.logos {
    height: 340px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text_center {
    text-align: center;
}

footer {
    margin-top: -75px;
    background: url(../img/general/footer_bg.png);
    height: 75px;
    width: 100%;

    bottom: 0px;
}

footer .copyright {
    position: absolute;
    margin-top: 35px;
}

footer nav {
    position: absolute;
    margin-left: 310px;
    margin-top: 35px;
}

footer p {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}

.footer {
    width: 940px;
    margin: 0px auto 0px auto;
}

footer .liechtenecker {
    position: absolute;
    width: 142px;
    height: 44px;
    background: url(../img/general/footer_liechtenecker.png);
    position: absolute;
    margin: 15px 0px 0px 800px;
}

footer .liechtenecker:hover {
    background: url(../img/general/footer_liechtenecker_hover.png);
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #eee;
    text-decoration: underline;
}

footer a:visited {
    color: #fff;
}

.download {
    float: right;
    margin-right: -40px;
    width: 479px;
    height: 40px;
    background: url(../img/general/download_bg.png);
    text-shadow: 1px 1px 2px #222;
}

.no-style {
    text-decoration: none;
}

.download.small {
    width: 180px
}

.download:hover {
    background: url(../img/general/download_bg_hover.png);
}

.bold {
    font-weight: 700 !important;
}

.download p {
    float: right;
    color: #fff;
    font-size: 13px;
    font-family: 'Droid Sans', sans-serif;
    margin-right: 20px;
    margin-top: 10px;
}

.content h3 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #222;
    margin-bottom: 10px;
}

.content h3.content {

    font-size: 22px;
    padding-left: 0;
    padding-bottom: 20px;
}

.image_shadow {
    -moz-box-shadow: 1px 5px 5px #a89d81;
    -webkit-box-shadow: 1px 5px 5px #a89d81;
    box-shadow: 1px 5px 5px #a89d81;
}

/** News **/
.jahr_selector {

    width: 100%;
    height: 60px;
    margin-top: 10px;

}

.jahr {
    float: left;
    width: 110px;
    height: 60px;
    background: url(../img/news/jahr.png);
    text-align: center;
    text-decoration: none;
}

.jahr.active {
    background: url(../img/news/jahr_active.png) !important;
}

.jahr p {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #e6d7c6;
    margin-top: 13px;
    text-shadow: 1px 1px 2px #222;
}

.jahr.active p {
    color: #fff;
}

.news_jahr {
    height: 150px;
}

.date_tag {
    position: absolute;
    width: 220px;
    height: 40px;
    background: url(../img/news/date_tag.png);
    margin-left: 729px;
    margin-top: 3px;
    text-align: center;
}

.date_tag p {
    margin-top: 10px;
    margin-left: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #222;
    text-shadow: 1px 0px 2px #fff;
}

/** Contact **/
.partner {
    height: 200px;
    text-align: center;
}

.contactbox_container {
    width: 100%;
    height: 250px;

}

.contactbox {
    width: 300px;
    float: left;
    margin-left: 100px;
    margin-top: 20px;
}

.contactbox h3 {
    font-size: 21px;
    color: #222;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    margin-bottom: -5px;
}

.contactbox p {
    font-size: 13px;
    color: #222;
    font-family: 'Droid Sans', sans-serif;
    margin-bottom: 10px;
}

.logo_bg {
    width: 365px;
    height: 209px;
    background: url(../img/partner/logo_bg.png);
    margin-left: auto !important;
    margin-right: auto !important;
}

.claim {
    width: 370px;
    height: 200px;
    margin-left: 50px;
    margin-right: 40px;
    padding: 30px 20px 0px 0px;
    display: none;
}

.claim .exclamation_top {
    position: absolute;
    margin-left: -50px;
    margin-top: -30px;
    width: 46px;
    height: 38px;
    background: url(../img/partner/exclamation_top.png);
}

.claim .exclamation_bottom {
    position: absolute;
    margin-left: 360px;
    margin-top: 150px;
    width: 46px;
    height: 37px;
    background: url(../img/partner/exclamation_bottom.png);
}

.partner_contact {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

/* ***Fakten*** */
.karte_overlay {
    position: absolute;
    height: 30px;
    margin-top: 270px;
    text-align: center;
    margin-left: 75px;

}

.karte_overlay p {
    color: #222;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.ueberblick {
    height: 415px;
}

.ueberblick h3 {
    margin-bottom: 0px;
}

.ueberblick p {
    margin-bottom: 10px;
}

.aktivitaten_container {
    width: 900px;
    height: 350px;

}

.aktivitaten {
    width: 420px;
    margin-right: 25px;
    text-align: left;
}

.aktivitaten h3 {
    margin-bottom: 0px;
}

.aktivitaten li {
    margin-bottom: 10px;
}

.ergebnisse_container {
    width: 900px;
    height: 430px;
}

.ueberviadonau {
    height: 170px;
}

.ueberviadonau_text {
    width: 550px;
    height: 100px;
}

.umwelterklarung {
    height: 220px;
}

.box h3 {

    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;

}

.box h4 {

    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;

    margin-top: 20px;

}

.box li {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.rueckfragen {

    font-family: 'Droid Sans', sans-serif;
    font-weight: 700 !important;
    font-size: 11px !important;

    margin-top: 20px;
}

.pressemitteilung_about {
    ont-family: 'Droid Sans', sans-serif;
    font-weight: 400 !important;
    font-size: 9px !important;

    margin-top: 20px;
    margin-bottom: 10px;
}

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

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

* {
    margin: 0;
    padding: 0;
}

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

/*originally called wrap */

#main {
    /* overflow:auto; */ /* ffox fix */
    overflow-x: hidden; /* ffox fix */
    overflow-y: auto; /* ffox fix */
    padding-bottom: 42px;
}

/* must be same height as the footer */

footer {
    position: relative;
    clear: both;
}

/*Opera Fix*/
body:before { /* thanks to Maleika (Kohoutec)*/
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px; /* thank you Erik J - negate effect of float*/
}

/* IE8 hack to get it to apply margin auto centering to element inside this one */
#wrap {
    width: 100%
}

/* Header */
#header-wrap {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px 0 10px
}

/* Content Area */
#main {
    width: 980px;
    margin: 0 auto;
    clear: both;
    padding-right: 10px;
    padding-left: 10px
}

/* Footer */
#footer-wrap {
    width: 980px;
    margin: 0 auto;
    background: url('images/duct-tape.jpg') no-repeat;
    height: 140px;
    line-height: 1.1em;
    padding: 0 10px 0 10px
}

.image-wrapper {
    width: 45%;
    float: left;
    margin: 20px 1.25%;
}

table {
    margin-top: 1em;
}

table tr {
    background: #D6E3BC;
}

table tr th {
    text-align: left;
    background: #9bbb59;
}

table tr th, table tr td {
    padding: 0.5em;
    font-size: 0.8em;
}

table tr:nth-child(even) {
    background: #FFFFFF;
}







