﻿body {
	margin: 20px;
	background-color: rgb(240, 240, 240);
	font-size: 11pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	text-decoration: none;
}

ul {
    list-style-type: disc;
    margin: 5px 0px 5px 0px;
}

ol {
    margin: 5px 0px 5px 0px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

li {
    margin: 15px 0px 0px 0px;
}


img {
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.text {
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
}

.text_warning {
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
    background-color: lightcyan;
}

.title {
    font-size: 14pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.textklein {
    font-size: 13px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
}

.textklein_lnk {
    font-size: 13px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
    line-height: 22px;
}

.navibold {
    font-size: 13px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
}

.navibold2 {
    font-size: 13px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    text-decoration: none;
    line-height: 25px;
    margin-right: 15px;
}

.navi {
    font-size: 13px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
    line-height: 35px;
}

    .navi a {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

.navicount {
    margin-left: 80px;
}

.navicount2 {
    margin-left: 0px;
}

.tabpad3 {
	padding: 3px;
}

a {
    color: gray;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: none;
}

    a:hover {
        color: gray;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        text-decoration: underline;
    }

.textkleinb {
    color: black;
    font-size: 8pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

.textlnkbut {
    color: gray;
    font-size: 10pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

.text12b {
    color: black;
    font-size: 12pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

.texttitle {
    color: black;
    font-weight: bold;
    font-size: 16pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.textsubtitle {
    color: black;
    font-size: 12pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

.textbold {
    color: black;
    font-weight: bold;
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.textmsg {
    color: orange;
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

ib {
    color: maroon;
    font-size: 12pt;
    font-family: Arial, Helvetica, Geneva, Swiss;
    text-decoration: none;
}

h1 {
    color: black;
    font-size: 16px;
    font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    font-weight: bold;
    margin: 0.67em 0;
}

h2 {
    color: black;
    font-size: 14px;
    font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    font-weight: bold;
    margin: 10px 0px 0px;
}

.sitemap1 {
    color: black;
    font-size: 10pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

.sitemap2 {
    color: black;
    font-size: 10pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

.sitemap3 {
    color: black;
    font-size: 10pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

.sitemap {
    color: black;
    font-size: 10pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.newsitems {
    margin-bottom: 30px;
}

.linkbutton {
    background-color: lightgray;
    text-indent: 0;
    display: inline-block;
    color: black;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    height: 40px;
    line-height: 23px;
    width: 110px;
    text-decoration: none;
    text-align: center;
    border-radius: 7px;
    margin-top: 10px;
    margin-right: 10px;
}

    .linkbutton:hover {
        color: black;
        background-color: #ffffff;
        text-decoration: none;
    }

    .linkbutton:active {
        position: relative;
        top: 1px;
    }

.linkbutton2 {
    background-color: lightgray;
    text-indent: 0;
    display: inline-block;
    color: black;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    height: 40px;
    line-height: 23px;
    width: 150px;
    text-decoration: none;
    text-align: center;
}

    .linkbutton2:hover {
        color: black;
        background-color: #ffffff;
        text-decoration: none;
    }

    .linkbutton2:active {
        position: relative;
        top: 1px;
    }

.linkbutton3 {
    background-color: lightgray;
    display: inline-block;
    color: black;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.linkbutton2:hover {
    color: black;
    background-color: #ffffff;
    text-decoration: none;
}

.linkbutton2:active {
    position: relative;
    top: 1px;
}

.linkbutton_navi {
    background-color: lightgray;
    text-indent: 0;
    display: inline-block;
    color: black;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    height: 20px;
    line-height: 21px;
    width: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;
}

.linkbutton_navi_disabled {
    background-color: ghostwhite;
    text-indent: 0;
    display: inline-block;
    color: lightgray;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    height: 20px;
    line-height: 21px;
    width: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;
    pointer-events: none;
    cursor: default;
}

.linkbuttonsmall {
    background-color: white;
    text-indent: 0;
    display: inline-block;
    color: #AAAAAA;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    font-weight: 300;
    font-style: normal;
    height: 22px;
    line-height: 21px;
    width: 67px;
    text-decoration: none;
    text-align: center;
    border-color: #AAAAAA;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
}

    .linkbuttonsmall:hover {
        color: #AAAAAA;
        text-decoration: underline;
    }


.divButtons {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divSocialMedia {
    margin-top: 20px;
    margin-bottom: 10px;
}

.divSocialMediaLinks {
    margin-top: 7px;
    margin-bottom: 5px;
}

.divBase {
    clear: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.divBaseL {
    clear: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.divBase2 {
    clear: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divBase3 {
    clear: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

.divBase4 {
    clear: left;
    margin-top: 0px;
    margin-bottom: 5px;
}

.divBase5 {
    clear: left;
    margin-top: 0px;
    margin-bottom: 10px;
}

.divBase5_5 {
    clear: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.divBase6 {
    clear: left;
    margin-top: 20px;
    margin-bottom: 5px;
}

.divBase7 {
    clear: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.divBase0 {
    clear: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

.divOverviewImage {
    float: left;
    font-size: 9pt;
    width: 260px;
    height: 247px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    padding-top: 5px;
}

.divOverviewNavigation {
    clear: left;
    margin-top: 10px;
}

.divMsg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divMode {
    clear: left;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 30px;
}

.msg {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 600px;
}

.msg_ok {
    color: green;
}

.msg_warning {
    color: orange;
}

.msg_error {
    color: red;
}

.divImgAuto {
    width: 100%;
    overflow: auto;
}

.divSubTopic
{
    line-height: 25px;
}

.bwvariant
{
    margin-top: 15px;
}

.menu_footer
{
    float: left;
    background-color: gray;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}

.menu_footer a
{
    color: white;
}

.menu_footer ul
{

     list-style-type: none;
     margin-left: -20px;
}

.menu_footer_block
{
    float: left;
    width: 200px;
}

.icon_info {
    text-indent: 0;
    display: inline-block;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    background-color: darkgray;
}

.icon_pano {
    text-indent: 0;
    display: inline-block;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    background-color: dodgerblue;
}

.icon_app {
    text-indent: 0;
    display: inline-block;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    background-color: forestgreen;
}

.icon_habitat {
    text-indent: 0;
    display: inline-block;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    background-color: green;
}

.bold
{
    font-weight: 600;
}

.boldtop160 {
	font-weight: bold;
	vertical-align: top;
	width: 160px;
}

.top {
	vertical-align: top;
}

.w50{
	width: 50px;
}

.w60 {
	width: 60px;
}

@media only screen and (min-width: 600px) {

	.divBase {
		clear: left;
		margin-top: 20px;
		margin-bottom: 10px;
		width: 595px;
	}

	.divBase0 {
        clear: left;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 595px;
    }

    .divBaseL {
        clear: left;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 595px;
    }

    .divBase2 {
        clear: left;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 595px;
    }

    .divBase5_5 {
        clear: left;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 595px;
    }
}

@media only screen and (min-width: 800px) {
	.divBase {
		clear: left;
		margin-top: 20px;
		margin-bottom: 10px;
		width: 795px;
	}

	.divBase0 {
		clear: left;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 795px;
	}

    .divBaseL {
        clear: left;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 795px;
    }

    .divBase2 {
        clear: left;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 795px;
    }
}
