@charset "utf-8";
/* CSS Document */
/* EL 2017  */
/* --> mit '@import' im Haupt CSS 'style.css' eingebunden!   */

/*Tabreiter Interner Bereich */

.tabreiter
{
    width: 100%;
  	/*height: 100%; */
	min-height: 1300px;
	margin-left: auto;
	margin-right: auto;
    font-family: Arial, Sans-serif;
    font-size: 1em;
    font-weight: 400;
    /* color: #404040; */
	color:#696969;
}   
 

.tabreiter ul,
.tabreiter li
{
    content:normal;
	margin: 0px !important;
    padding-left: 0px !important;
    list-style: none;
}

.tabreiter ul
{ 
border-bottom: solid 1px #E0D6CC;
}

.tabreiter,
.tabreiter input[type="radio"]:checked + label
{
    position: relative;
}

 
.tabreiter li,
.tabreiter input[type="radio"] + label
{
    display: inline-block;
}
 
.tabreiter li > div,
.tabreiter input[type="radio"]
{
    position: absolute;
}
 
.tabreiter li > div,
.tabreiter input[type="radio"] + label
{
    border-top: solid 0px #E0D6CC;
	background:#F17072;
}
 

 
.tabreiter li
{
    vertical-align: top;
}

.tabreiter li:hover
{
	text-decoration:underline;
}

.tabreiter li:first-child
{
    margin-left: 0px;
}
 
.tabreiter li > div /* 'Seite im Reiter' */
{
    top: 33px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    overflow: auto;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
.tabreiter input[type="radio"] + label
{
    margin: 0 2px 0 0;
    padding: 0 18px;
    line-height: 26px;
    background: #E0D6CC;
    text-align: center;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.tabreiter input[type="radio"] + label:hover
{
	text-decoration:underline;
	/*background: #E0D6CC; */
	background-color:rgba(121,83,55,0.5);
	background: #E0D6CC;
	color:#696969;
	opacity: .9;
}
 
.tabreiter input[type="radio"]:checked + label
{
    z-index: 1;
    /*background: #E0D6CC; */
	background-color:rgba(121,83,55,0.5); 
	color:#FFF;
	/* color:#696969; */
    border-bottom-color: #fff;
    cursor: default;
	/*opacity: .5; */

}

 
.tabreiter input[type="radio"]
{
    opacity: 0;
}
 
.tabreiter input[type="radio"] ~ div
{
    display: none;
}
 
.tabreiter input[type="radio"]:checked:not(:disabled) ~ div
{
    display: block;
}


.tabreiter input[type="radio"]:disabled + label
{
    opacity: .5;
    cursor: no-drop;
}

/* Seite Download Dateien 3. Reiter im Internen Bereich*/



.dnld 
{ 
	font-family: Arial, Sans-serif;
	margin-top: 20px;
	margin-left: 50px; 
}


.dnld ul 
{
	list-style-image: url(images/OpenFolder-24.png);
}

.dnld ul li a 
{
	font-size: 20px;
	color: #696969;
	text-decoration: none;
	line-height: 170%;
}

.dnld ul li ul
{
	margin-left: 20px; 
	list-style-image:none; 
	margin-bottom: 15px;
	background-color: white;
	list-style-type:disc;
}

.dnld ul li ul li a {background-color: white; }

.dnld ul li a:hover{color: #9E7F60;}
.dnld ul li a:active{color: #9E7F60;}
.dnld ul li:hover ul {display: block;}
.dnld ul li:active ul {display: block;}


.dnld ul li ul li a 
{
	font-size: 14px;
	color: #696969;
	line-height: 24px;
	text-decoration: none;
}

.dnld ul li ul li a:hover
{
	color:#9E7F60;
	text-decoration: underline;
}


/*2 Variante für Reiter 3 (Dateien)*/

.dnld2 
{ 
	font-family: Arial, Sans-serif;
	margin-top: 20px;
	margin-left: 5px; 
}



.dnlp2titel
{
	font-size: 16px;
	color: #696969;
	text-decoration: none;
	line-height: 120%;
	background-color: #E0D6CC;
	padding-left:10px; 
	margin-right:30%; /*Setzt den 'Hintergrundbalken' auf max 70% Breite*/
}

.dnld2 ul
{
	margin-left: 35px; 
	list-style-image:none; 
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: white;
	list-style-type:disc;
}

.dnld2 ul li a:hover{color: #9E7F60;}
.dnld2 ul li a:active{color: #9E7F60;}
.dnld2 ul li:hover ul {display: block;}
.dnld2 ul li:active ul {display: block;}


.dnld2 ul li a 
{
	font-size: 14px;
	color: #696969;
	line-height: 24px;
	text-decoration: none;
}

.dnld2 ul li a:hover
{
	color:#9E7F60;
	text-decoration: underline;
}


/*#################################################################*/
/*3 Variante für Reiter 3 (Dateien) Testseite!*/

.div1 /*Haupt-DIV für den ganzen Block*/
{ 
	font-family: Arial, Sans-serif;
	margin-top: 20px;
	margin-left: 5px; 
}


.div1 h1 /* Formatierung des aufklapparen Titels */
{
	font-size: 16px;
	background-color:#E0D6CC;
	line-height: 160%;
	width: 75%;
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
}
.div1 h1:hover {text-decoration: underline;}

.div1 h1 label:first-child
{
	padding-left: 10px; 
	display: block; 
	cursor: pointer;
}

.div1 h1 .close
{
	position: absolute; 
	padding-right: 10px; 
	top: 0; 
	display: none; 
	width: 100%; 
	height: 100%; 
	text-align: right;
	box-sizing: border-box}

.div1 input, .div2 {display: none;} 
.div1 input:checked + h1 .close{display: block;}
.div1 input:checked + h1 + .div2{display: block;}

/*Formatierung der 'Aufzählung'*/

.div2 ul
{
	margin-left: 35px; 
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type:disc;
}


.div2 ul li a:hover{color: #9E7F60;}
.div2 ul li a:active{color: #9E7F60;}
.div2 ul li:hover ul {display: block;}
.div2 ul li:active ul {display: block;}


.div2 ul li,
.div2 ul li a 
{
	font-size: 13px;
	color: #696969;
	line-height: 24px;
	text-decoration: none;
}

.div2 ul li a:hover
{
	color:#9E7F60;
	text-decoration: underline;
}

