@charset "iso-8859-2";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}
body {
	background-color: #f9f9f9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../bilder/hintergrund_haupt.jpg);
	background-repeat: repeat-x;
}
#inhalt td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #464646;
	line-height: 13pt;
	text-align: justify;
}
.v8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #002f6b;
}
.a8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #464646;
	text-decoration: none;
}
.a8link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #002f6b;
	text-decoration: none;
	border-bottom:#002f6b dotted 1px;
}

h2 {
	font-size: 14pt;
	color: #002f6b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
/*	border-bottom:1px dotted #002f6b;*/
	width:100%;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

#inhalt a:link, #inhalt a:visited, #inhalt a:active {
	color: #002f6b;
	text-decoration: none;
	background:url(bild/um_blau.gif) no-repeat scroll 0px 0px;
	padding-left: 16px;
	border-bottom:#002f6b dotted 1px;
}

#inhalt a:hover {
	color: #002f6b;
	font-weight: bold;
	text-decoration: none;
	background:url(bild/um_blau.gif) no-repeat scroll 0px 0px;
	padding-left: 16px;
	border-bottom:#002f6b dotted 1px;
}

.hinter_menu {
/*	background-image: url(../bilder/head_23.jpg);
	background-repeat: repeat-x;*/
	background-color: #f9f9f9;
}

 #footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;
      background: #303030;
      color: #fff;
    }
    
    #footer-cookie a {
      color: #fff;
    }

    #footer-cookie #description {
      float: left;
    }

    #footer-cookie #accept {
      float: right;
    }

    #footer-cookie #accept a {
      border: 1px solid #fff;
      padding: 5px 10px;
      text-decoration: none;
    }

    @media (max-width: 1200px) {
      #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
      }

      #footer-cookie #description {
        width: 100%;
      }

      #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
    }
