.i_a_inhalt i,.i_a_inhalt b {
color:var(--bunt);
font-size:12px;
font-family:var(--fsub);
letter-spacing: var(--lsub);
}

.i_a_ue {
font-family:var(--fhead);
color:var(--bunt);
text-transform:lowercase;
font-weight:100;
font-size:25px;
text-align:left;
margin-bottom:10px;
}

.i_a_ue a {
text-transform:lowercase;
}

.i_a_ue a:hover {
text-transform:lowercase;
color:var(--base);
}

.i_a_ut {
font-family:var(--fsub);
color:var(--bunt);
text-transform:var(--tsub);
font-weight:100;
font-size:12px;
letter-spacing: var(--lsub);
margin-top:10px;
}

.cgrau {
color:var(--base);
}

.info_a {
font-size:var(--sallg);
line-height:170%;
padding:10px;
}

.tabbed {
margin-left:10px;
width:918px;
}

.tabbed figure {
display:block;
margin-left:0;
clear:both;
font-family:var(--fallg);
font-size:10px;
text-align:justify;
}

.tabbed > input,.tabbed figure > div {
display:none;
}

.tabbed figure>div {
width:100%;
border:none;
background:var(--box);
line-height:1.5em;
letter-spacing:.3px;
color:var(--base);
height:600px;
overflow:auto;
padding:20px;
}

#tab_1:checked ~ figure .tab_1,#tab_2:checked ~ figure .tab_2,#tab_3:checked ~ figure .tab_3,#tab_4:checked ~ figure .tab_4,#tab_5:checked ~ figure .tab_5,#tab_6:checked ~ figure .tab_6,#tab_7:checked ~ figure .tab_7,#tab_8:checked ~ figure .tab_8,#tab_9:checked ~ figure .tab_9 {
	display: block;
}

nav label {
font-family:var(--fallg);
text-transform:var(--tsub);
font-size:12px;
letter-spacing:1px;
float:left;
border-right:1px solid var(--bunt);
background:var(--bunt);
color:var(--bunttext);
padding:15px;
	transition: 0.5s;
}

nav label:nth-child(1) {
border-left:1px solid var(--box);
}

nav label:hover {
background: var(--box);
	color: var(--bunt);
	transition: 0.5s;
}

nav label:active {
background:var(--bunttext);
}

#tab_1:checked ~ nav label[for="tab_1"],#tab_2:checked ~ nav label[for="tab_2"],#tab_3:checked ~ nav label[for="tab_3"],#tab_4:checked ~ nav label[for="tab_4"],#tab_5:checked ~ nav label[for="tab_5"],#tab_6:checked ~ nav label[for="tab_6"],#tab_7:checked ~ nav label[for="tab_7"],#tab_8:checked ~ nav label[for="tab_8"],#tab_9:checked ~ nav label[for="tab_9"] {
background:var(--box);
color:var(--base);
position:relative;
border-bottom:none;
}

#tab_1:checked ~ nav label[for="tab_1"]:after,#tab_2:checked ~ nav label[for="tab_2"]:after,#tab_3:checked ~ nav label[for="tab_3"]:after,#tab_4:checked ~ nav label[for="tab_4"]:after,#tab_5:checked ~ nav label[for="tab_5"]:after,#tab_6:checked ~ nav label[for="tab_6"]:after,#tab_7:checked ~ nav label[for="tab_7"]:after,#tab_8:checked ~ nav label[for="tab_8"]:after,#tab_9:checked ~ nav label[for="tab_9"]:after {
content:"";
display:block;
position:absolute;
height:2px;
width:100%;
background:var(--bunt);
left:0;
bottom:-1px;
}

