@font-face {
	font-family: 'arrows';
	src:url('../fonts/arrows/arrows.eot');
	src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arrows/arrows.woff') format('woff'),
		url('../fonts/arrows/arrows.ttf') format('truetype'),
		url('../fonts/arrows/arrows.svg#arrows') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    margin:0;
	
	background-color:#00497B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00497B;
	overflow:scroll;
	overflow: -moz-scrollbars-vertical;
}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


h1 {
	font-size:20px;	
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2 {
	font-size:14px;	
	font-weight: normal;
	margin: 0;
}

h2.bold {
	font-size:14px;	
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size:15px;	
	font-weight: normal;
	margin: 0;
}

h3.bold {
	font-size:15px;	
	font-weight: bold;
	margin: 0;
}

h4.bold {
	font-size:12px;	
	font-weight: bold;
	margin: 0;
}

hr {
	border: none;
	border-top: dotted 2px #00497B;
}

hr.gross {
	border: none;
	border-top: dotted 4px #00497B;
}

hr.linie {
	border: none;
	border-top: dotted 1px #00497B;
   margin: 0;
   padding: 0;
}

input 
{
	border: solid 1px #00497B;
	color : #00497B;
}

textarea {
            padding: 4px 6px;
            background: #fff;
            border: 1px solid #00497B;
          
}

.gross
{
	color: #000;
	width: 100%;
	padding-left: 5px;
}

.klein
{
	color: #000;
	width: 180px;
	padding-left: 5px;
}

.mini
{
	color: #000;
	width: 50px;
	padding-left: 5px;
}

input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:25px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:12px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}
label.css-label {
	background-image:url(../images/checkbox_blau.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; 
}

input[type=radio].css-checkbox + label.css-label-radio {
	padding-left:25px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:12px;
	vertical-align:middle;
	cursor:pointer;
    
}

input[type=radio].css-checkbox:checked + label.css-label-radio {
	background-position: 0 -15px;
}
label.css-label-radio {
	background-image:url(../images/checkbox_blau.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    
}

input.submit
{
	border: none;
	background-color:White;
	color: #00497B;
	cursor: pointer;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

input.submit_gross
{
	border: none;
	background-color:White;
	color: #00497B;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border: none;
	border-bottom: dotted 2px #00497B;
	margin: 0;
	padding: 0;
}

input.submit_mittel
{
	border: none;
	background-color:White;
	color: #00497B;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: none;
	/*border-bottom: dotted 2px #00497B;*/
	margin: 0;
	padding: 0;
}

input.submit_mittel_unterstrichen
{
	border: none;
	background:none!important;
	color: #00497B;
	cursor: pointer;
	text-decoration: none;
	border: none;
	border-bottom: dotted 2px #00497B;
	padding:0!important;
    font: inherit;
}

input.submit_mittel_unterstrichen:hover
{
	border: none;
	background:none!important;
	color: #722;
	cursor: pointer;
	text-decoration: none;
	border: none;
	border-bottom: solid 2px #722;
	padding:0!important;
    font: inherit;
}

label.submit_gross
{
	color: #00497B;
	font-size: 14px;
	font-weight: bold;
}

input.submit_gross:hover
{
	border: none;
	background-color:White;
	color: #722;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border: none;
	border-bottom: solid 2px #722;
	margin: 0;
	padding: 0;
}


.clearfix {
	clear:both;	
}

#container {
	width:976px;
	margin:0 auto; 
}

.Hintergrund
{
	background-image: url(/de/Layout/images/Hintergrund/Hintergrundbild_725_319.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-bottom: 25px;
	padding-left: 25px;
	width: 725px;
	height: 319px;
  
}


.Hintergrund_Blog
{
	background-image: url(/de/Layout/images/Hintergrund/Hintergrundbild_Blog_976_319.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-bottom: 25px;
	padding-left: 25px;
	width: 976px;
	height: 319px;
  
}


.row {
    display: table-row;
    border: none;
}

.col {
     display: table-cell;
     border: none;
}

.one_white {
    background:#ffffff;
    width: 725px;
    padding: 25px 25px;
    vertical-align:top;
    border: none;
}

.one_white_976 {
    background:#ffffff;
    width: 976px;
    padding: 25px 25px;
    vertical-align:top;
    border: none;
}

.one_grey {
    background:#D1D4D3;
    width: 725px;
    padding: 25px 25px;
    vertical-align:top;
    border: none;
}

.one_grey_976 {
    background:#D1D4D3;
    width: 976px;
    padding: 25px 25px;
    vertical-align:top;
    border: none;
}

.two_white {
    background:#ffffff;
    width: 251px;
    padding: 25px 15px;
    vertical-align:top;
   border: none;
}



.two_white_top {
    background:#ffffff;
    width: 251px;
    padding: 0 15px;
    vertical-align:top;
    border: none;
}

.two_grey {
    background:#D1D4D3;
    width: 251px;
    padding: 25px 15px;
    vertical-align:top;
    
}

div.table { 
    display: table; 
    border-collapse:collapse; 
    border-spacing: 0px;
}
div.tr { 
    display:table-row; 
}
div.td { 
    display:table-cell; 
    border:thin solid red; 
    padding:5px; 
}

a {
	text-decoration: none;
	color: #00497B;
}

a:hover {
	color:#722;
}

a.blog:hover {
	color:#2aa5de;
}


a.unterstrichen
{
	text-decoration: none;
	color: #00497B;
	border: none;
	border-bottom: dotted 2px #00497B;
}

a.unterstrichen:hover {
	color:#722;
	text-decoration: none;
	border: none;
	border-bottom: solid 2px #722;
}


a.unterstrichen_bold
{
	text-decoration: none;
	color: #00497B;
	border: none;
	border-bottom: dotted 2px #00497B;
	font-weight: bold;
}

a.unterstrichen_bold:hover {
	color:#722;
	text-decoration: none;
	border: none;
	border-bottom: solid 2px #722;
	font-weight: bold;
}

a.unterstrichen_italic
{
	text-decoration: none;
	color: #00497B;
	border: none;
	border-bottom: dotted 2px #00497B;
	font-style: italic;
}

a.unterstrichen_italic:hover {
	color:#722;
	text-decoration: none;
	border: none;
	border-bottom: solid 2px #722;
	font-style: italic;
}

a.nicht_unterstrichen, a.nicht_unterstrichen:hover
{
	text-decoration: none;
	color: #00497B;
	border: none;
	
}

    
.not-active {
   pointer-events: none;
   cursor: default;
}

.not-active_bold {
   pointer-events: none;
   cursor: default;
   font-weight: bold;
}

img {
	border:0;
}

p.Schrift10
{
	font-size : 10px;
	margin: 5px 0 10px 0;
    font-style:normal;
}

ul , ul#navi li {
 margin:0;
 padding:0;
 list-style:none;
}

ul#navi , ul#navi ul {
 width:13.875em;  /* entspricht einer Breite von 150px (150 / 16 )*/
 float:left;
 background:#D1D4D3;
}

ul#navi  li  {
 position:relative;
}

ul#navi a {
 display:block;
 padding:5px 0;
 color:#00497B;
 
}

ul#navi ul  ,                   /* 1. Ebene verschieben */
ul#navi  li:hover ul ul ,       /* 2. Ebene verschieben */
ul#navi  li:hover  ul ul ul  {  /* 3. Ebene verschieben */
 position:absolute;
 left:-9999px;
 top:0;
 background:#b5b6b6;
	 
}

ul#navi li:hover ul ,
ul#navi ul  li:hover  ul , 
ul#navi ul  ul li:hover  ul  {
 left:13em; /* entspricht 150px */
 }
 
ul#navi li:hover > a , 
ul#navi  ul li:hover  > a, 
ul#navi ul  ul  li:hover  > a, 
ul#navi ul  ul ul  li:hover  > a  {
 background:#9a9c9b;
  color:#722;
  
}


ul , ul#navi2 li {
 margin:0;
 padding:0;
 list-style:none;
}

ul#navi2 , ul#navi2 ul {
 width:100%;  
 float:left;
 background:#fff;
}

ul#navi2 ul {
    border: 2px solid;
  }

ul#navi2  li  {
 position:relative;
 
}

ul#navi2 a {
 display:block;
 color:#00497B;
 
}

ul#navi2 ul  ,                   /* 1. Ebene verschieben */
ul#navi2  li:hover ul ul ,       /* 2. Ebene verschieben */
ul#navi2  li:hover  ul ul ul  {  /* 3. Ebene verschieben */
 position:absolute;
 left:-9999px;
 top:0;
 background:#fff;
 
}

ul#navi2 li:hover ul ,
ul#navi2 ul  li:hover  ul , 
ul#navi2 ul  ul li:hover  ul  {
 left:100%;
 }
 
ul#navi2 li:hover > a , 
ul#navi2  ul li:hover  > a, 
ul#navi2 ul  ul  li:hover  > a, 
ul#navi2 ul  ul ul  li:hover  > a  {
 background:#fff;
  color:#722;
 
}

 ul#navi2 ul li:hover > a {
     border-bottom: dotted 2px #00497B;
}

div.Absatz
{
	padding: 20px 0 10px 0;
}

div.Absatz h1
{
	font-size: 20px;
}

div.Absatz h3
{
	font-size: 15px;
}

div.Absatz h3.bold
{
   font-weight: bold;
}

div.Absatz h4
{
	margin: 0 0 20px 0;
	font-size: 15px;
	font-weight: bold;
}

div.Absatz h5
{
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

div.Absatz h6 {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
   margin: 0 0 10px 0;
}

div.Absatz a
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none; 
	border-bottom:#00497B 2px dotted;
}

div.Absatz a:hover {
	text-decoration: none; 
	border-bottom:#722 2px solid;
}

div.Absatz a.ohne
{
    border: none;
}

div.Absatz a.ohne:hover {
	
    border: none;
}

div.Absatz a.s15{
    font-size: 15px;
}

div.Absatz div.fontsize10 {
    font-size: 10px;
   
}


div [menuepunkt = "klein"]
{
	float: left; 
	height: 30px; 
	padding-top: 8px; 
	
}



div [menuepunkt = "klein"] a
{
	text-decoration: none;
	border: none;
	border-bottom: dotted 2px #00497B;
	padding-bottom:3px;
}

div [menuepunkt = "klein"] a:hover
{
	text-decoration: none;
	border: none;
	border-bottom: solid 2px #722;
	padding-bottom:3px;
}



div [menuepunkt = "klein"] a.nicht_unterstrichen_submenu
{
	text-decoration: none;
	border: none;
	padding-bottom:3px;
    font-size: 11px;
}

div [menuepunkt = "klein"] a.nicht_unterstrichen_submenu:hover
{
	color:#722;
    text-decoration: underline;
}


div [menuepunkt = "Schraegstrich_klein"]
{
	float: left; 
	height: 25px; 
	padding-top: 8px; 
	margin: 0 10px;

}
div [menuepunkt = "gross"]
{
	float: left; 
	font-size: 20px; 
	height: 30px;  
	
	padding-top: 1px;
}

div [menuepunkt = "gross"] a
{
    /*
	text-decoration: none;
	border: none;
	border-bottom: dotted 2px #00497B;
	padding-bottom:1px;
	pointer-events: none;
	cursor: default;
	color: #00497B;
    */
    text-decoration: none;
	border: none;
	border-bottom: dotted 2px #00497B;
	padding-bottom:1px;
}

div [menuepunkt = "gross"] a:hover
{
    /*
	text-decoration: none;
	border: none;
	border-bottom: dotted 2px #00497B;
	padding-bottom:1px;
	pointer-events: none;
	cursor: default;
	color: #00497B;
    */
    text-decoration: none;
	border: none;
	border-bottom: solid 2px #722;
	padding-bottom:1px;
}


div [menuepunkt = "Schraegstrich_gross"]
{
	float: left; 
	font-size: 20px; 
	height: 25px; 
	margin: 0 10px;

}

ul.Liste
{
	list-style-type: disc;
	list-style-position:inside;
	
}

ul.Liste li
{
	margin-bottom: 5px;
}

ul.Liste_outside
{
	list-style-type: disc;
	list-style-position:outside;
	
}

ul.Liste_outside li
{
    margin: 0 0 5px 15px;
}

ul.Liste_ohne
{
	list-style-type: none;
}

ul.Liste_ohne li
{
	margin-bottom: 5px;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #00497B;
    width: 180px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../images/arrowdown_black.gif) no-repeat 95% 50%;
    font-family: Verdana;
    font-size: 12px;
    
}

.select-style select {
    padding: 0px 1px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select::-ms-expand { /* for IE 11 */
    display: none;
}

.select-style select:focus {
    outline: none;
}


.select-style-blue {
    padding: 0;
    margin: 0;
    border: 1px solid #00497B;
    width: 180px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../images/arrowdown_blue.gif) no-repeat 95% 50%;
    font-family: Verdana;
    font-size: 12px;
 
}

.select-style-blue select {
    padding: 0px 1px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color:#00497B;
     
}

.select-style-blue select::-ms-expand { /* for IE 11 */
    display: none;
}

.select-style-blue select:focus {
    outline: none;
}


.select-style-blue_100 {
    padding: 0;
    margin: 0;
    border: 1px solid #00497B;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../images/arrowdown_blue.gif) no-repeat 95% 50%;
    font-family: Verdana;
    font-size: 12px;
 
}

.select-style-blue_100 select {
    padding: 0px 1px;
    width: 110%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color:#00497B;
     
}

.select-style-blue_100 select::-ms-expand { /* for IE 11 */
    display: none;
}

.select-style-blue_100 select:focus {
    outline: none;
}




.select-style-blue_300px {
    padding: 0;
    margin: 0;
    border: 1px solid #00497B;
    width: 300px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../images/arrowdown_blue.gif) no-repeat 95% 50%;
    font-family: Verdana;
    font-size: 12px;
 
}

.select-style-blue_300px select {
    padding: 0px 1px;
    width: 276px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color:#00497B;
     
}

.select-style-blue_300px select::-ms-expand { /* for IE 11 */
    display: none;
}

.select-style-blue_300px select:focus {
    outline: none;
}




.select-style-blue_75px {
    padding: 0;
    margin: 0;
    border: 1px solid #00497B;
    width: 75px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../images/arrowdown_blue.gif) no-repeat 95% 50%;
    font-family: Verdana;
    font-size: 12px;
 
}

.select-style-blue_75px select {
    padding: 0px 1px;
    width: 100px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color:#00497B;
     
}

.select-style-blue_75px select::-ms-expand { /* for IE 11 */
    display: none;
}

.select-style-blue_75px select:focus {
    outline: none;
}


.select-style-blue_170px {
    padding: 0;
    margin: 0;
    border: 1px solid #00497B;
    width: 170px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../images/arrowdown_blue.gif) no-repeat 95% 50%;
    font-family: Verdana;
    font-size: 12px;
 
}

.select-style-blue_170px select {
    padding: 0px 1px;
    width: 170px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color:#00497B;
     
}

.select-style-blue_170px select::-ms-expand { /* for IE 11 */
    display: none;
}

.select-style-blue_170px select:focus {
    outline: none;
}




.hintergrund_oval {
	/*background:#fff url(../images/h300.png) repeat-x;*/
    background:#D1D4D3;
	border:1px solid #ccc;
	position:relative;	
	height:250px;
	
	width:550px;
	float:left;	
	
			
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    /*
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
	box-shadow:0 0 25px #666;
    */	
    box-shadow:5px 5px 5px #9C9E9D;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}


.btn-blue {
	color: white;
	background-color: #00497B;
	border-color: #005091;
	border-radius: 50rem !important;
	padding: 0.375rem 2rem;
	cursor: pointer;
}
