* {margin:0; padding:0; }
body {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	background-color: #FAFAD2;
	color: Black;
	margin: 0 0.2cm 0 0.2cm;
}
@media screen and (max-width: 600px) {
	body {
		font-size: 100%;
	}
}
@media screen and (max-device-width: 600px) {
	body {
		font-size: 100%;
	}
}
#nichtindruckansicht {
	visibility: visible;
}
#absatz { 
margin: 50px 0 0 0; 
padding: 0 0 0 0;
} 
p {
	text-align: justify;
	line-height: 130%;
}
p#abstract {
	font-style: oblique;
	font-weight: bold;
	margin-bottom: 1cm;
}
@media screen and (max-width: 600px) {
	p#abstract {
		font-size: 130%;
	}
}
@media screen and (max-device-width: 600px) {
	p#abstract {
		font-size: 130%;
	}
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	padding-left: 25px;
	padding-right: 25px;
	
	white-space: pre-wrap; 
	word-break: keep-all;
	text-align:left;
}
#codeline pre {
	white-space: pre-wrap; 
	word-break: keep-all;
	text-align:left;
	background-color: #F0E68C; 
}
#codeline pre code ol li {
	padding-left: 3px; 
	margin-bottom: -10px; 
	line-height: inherit;
}
#copyright {
	width: 99%;
	margin: 15px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
	font-family: Georgia, "Letter Gothic", serif;
	font-size: 70%;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	overflow-wrap: break-word;
	word-wrap: break-word; 
}
#bottom_left {
	float: left;
	overflow: auto;
	text-align: left;
	layout-flow: horizontal;
	vertical-align: top;
}
@media screen and (max-width: 600px) {
	#bottom_left {
		font-size: 130%;
		width: 100%;
		float: left;
	}
}
@media screen and (max-device-width: 600px) {
	#bottom_left {
		font-size: 130%;
		width: 100%;
		float: left;
	}
}
@media screen and (max-width: 750px) {
	#bottom_left {
		font-size: 130%;
		width: 100%;
		float: left;
	}
}
#bottom_right {
	float: right;
	text-align: right;
	line-height: 1.7; 
	overflow: visible;
	layout-flow: horizontal;
	vertical-align: top;
	margin-right: 5px;
}
@media screen and (max-width: 600px) {
	#bottom_right {
		font-size: 130%;
		width: 100%;
		float: left;
		text-align: left;
	}
}
@media screen and (max-device-width: 600px) {
	#bottom_right {
		font-size: 130%;
		width: 100%;
		float: left;
		text-align: left;
	}
}
@media screen and (max-width: 750px) {
	#bottom_right {
		font-size: 130%;
		width: 100%;
		float: left;
		text-align: left;
	}
}
h1,h2,h3,h4,h5,h6 {
	text-decoration: none;
	word-break: keep-all; 
	overflow-wrap: break-word;
	font-family: "Times New Roman", Tahoma, serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: #483D8B;
	text-align: left;	
}
h1 {
	border-bottom: thin dashed #483D8B;	
	margin-right: 20%; 
	margin-bottom: 20px;
	margin-top: 15px;
}
h2 {
	margin-bottom: 10px;
	margin-top: 15px;
}
h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}
h4 {
	margin-bottom: 5px;
	margin-top: 5px;
}
TABLE {
	border: 1px solid #D3D3D3;	
	margin-left: 0.2cm;
	margin-right: 0.2cm;
	margin-top: 0.2cm;
}
TH {
	background-color: #D3D3D3;
	font-weight: bold;
	margin-top: 0.3cm;
	margin-bottom: 0.3cm;
	padding-left: 0.2cm;
	padding-right: 0.2cm;	
	line-height: 1.8em;
}
TD {
	vertical-align: top;
	margin-left: 0.2cm;
	margin-right: 0.2cm;
	margin-top: 0.1cm;
	padding-left: 0.2cm;
	padding-right: 0.2cm;		
	line-height: 1.4em;
}
#counterinfo TABLE {
	border: 0;
}
#counterinfo TH {
	background-color: #FAFAD2;
}
div.mbutable { 
      display: table; 
      border-collapse:collapse; 
      padding-bottom: 5px;
}
div.mbutr { 
      display:table-row; 
}
div.mbutd { 
      display:table-cell; 
      border:none; 
      padding-left: 5px;  
      padding-right: 5px;        
}
	
A {
	-moz-outline-style: none; 
	outline-style: none;
	font-size:130%;
	line-height:130%;
}
A:link { color: #3300FF; cursor: pointer; text-decoration:none; }
A:visited { color : #0080C0; cursor: pointer; text-decoration:none; }
A:active {color: #0080C0; cursor: pointer; text-decoration:none; }
A:hover {color: #FF0000; text-decoration: underline; } 
@media screen and (max-width: 600px) {
	A {
		font-size: 130%;
		line-height: 130%;			
		padding-top: 5%;	
		padding-bottom: 5%;			
	}
}
@media screen and (max-device-width: 600px) {
	A {
		font-size: 130%;
		line-height: 130%;			
		padding-top: 5%;	
		padding-bottom: 5%;			
	}
}
#schriftzug {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B22222;
	word-spacing: 2px;
	vertical-align: middle;
	white-space: nowrap;
	float: right;
	margin-top: 15px;
	margin-right: 40px;
	text-align: center;
}
@media screen and (max-width: 700px) {
	#schriftzug {
		float: left;
		padding-left: 50px;
	}
}
#schriftzug_h1 {
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: larger;
	margin: 0 0;
	font-size: 140%;
	}	
#schriftzug_h2 {
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-size: smaller;
	text-align: center;
	margin: 0 0;
}	
	
#general_navi {
	padding-left: 2px;
	font-family: "Times New Roman", Tahoma, serif;
	text-align: left;
	padding-top: 10px;	
	margin-left: 0;
	float: left;
	white-space: nowrap;	
	overflow: hidden;
	width: auto;
	font-size: 0.8em;
}
@media screen and (max-width: 800px) {
	#general_navi {
		float: left;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
#general_navi ul {
	display: inline;
	float: left;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
}
@media screen and (max-width: 800px) {
	#general_navi ul {
		padding: 0 0 0 0;	
	}
}
	
#general_navi li {
	border-left: 1px solid #646365;
	float: left;
	line-height: 12px;
	padding-left: 3px;
	list-style: none;
	margin-left: 0;
}
@media screen and (max-width: 600px) {
	#general_navi li {
		border-left: none;
		padding-left: 3%;
		padding-bottom: 20px;
	}
	#general_navi ul {
		width: 100%
	} 
	#general_navi p {
		width: 100%
	}  
	#general_navi {
		width: 90%
	}
}
@media screen and (max-device-width: 600px) {
	#general_navi li {
		border-left: none;
		padding-left: 3%;
		padding-bottom: 20px;
	}
	#general_navi ul {
		width: 100%
	} 
	#general_navi p {
		width: 100%
	}  
	#general_navi {
		width: 90%
	}
}
#general_navi li#erstereintrag {
	border-left: none;
	visibility: visible;	
}
#general_navi li#nichtindruckansicht {
	visibility: visible;	
}
#general_navi a:link, #general_navi a:visited {
	float: left;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin-right: 4px;
	text-decoration: none;
	color: #3300FF;
	text-align: center;	
}
#general_navi a:visited {
	color: #0080C0;
}
#general_navi a:link.active, #general_navi a:visited.active {
	color: #0080C0;
}
#general_navi a:hover {
	color: #FF0000; 
	text-decoration: underline;  
}
#general_navi a {
        font-size:100%;
}
#navi_aktuelle_seite {
  	float: right;
	font-size: smaller;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	vertical-align: bottom;
	margin-top: 10px;
	margin-right: 0.4cm;
	margin-bottom: 0;
	width: 28%;
}
@media screen and (max-width: 600px) {
#navi_aktuelle_seite {
	display: none;		
}
}
@media screen and (max-device-width: 600px) {
#navi_aktuelle_seite {
	display: none;		
}
}
@media screen and (max-width: 800px) {
#navi_aktuelle_seite {
	display: none;		
}
}
#navi_aktuelle_seite p {
	text-align: right;
}	
#navi_aktuelle_seite a {
        font-size:100%;
}
	
#tab_navigation {
	float: left;
	padding-left: 25px;
	font-family: "Times New Roman", Tahoma, serif;
	font-size: 115%;	
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
	margin-right: 0px;
	width: 65%; 
}
@media screen and (max-width: 600px) {
	#tab_navigation {
		font-size: 130%; 		
		padding-right: 2%; 
		padding-bottom: 6%; 		
	}
}
@media screen and (max-device-width: 600px) {
	#tab_navigation {
		font-size: 130%; 		
		padding-right: 2%; 
		padding-bottom: 6%; 		
	}
}
#tab_navigation ul {
	padding: 0;
	margin: 0;
	transform:skew(-25deg);
}	
#tab_navigation li {
	margin: 0;
	padding-left: 0;
	display: inline-block;
	list-style-type: none;
}
@media screen and (max-width: 600px) {
	#tab_navigation li {
		display: inline-block;
		margin-right: 20px; 
		margin-bottom: 20px; 		
		padding-right: 20px; 
	}
	#tab_navigation ul {	
		width: 100%;
	}
	#tab_navigation p {	
		width: 100%;
	}
	#tab_navigation {	
		width: 90%;
	}
}
@media screen and (max-device-width: 600px) {
	#tab_navigation li {
		display: inline-block;
		margin-right: 20px; 
		margin-bottom: 20px; 		
		padding-right: 20px; 
	}
	#tab_navigation ul {	
		width: 100%;
	}
	#tab_navigation p {	
		width: 100%;
	}
	#tab_navigation {	
		width: 90%;
	}
}
#tab_navigation ul li {
  	width: 8.0em;
  	background-color: #F0E68C;
  	float:left;
  	border-right:1px solid #eee;
  	box-shadow:0 1px 1px rgba(0,0,0,0.1);
  	font-weight:bolder;
  	transition:all 0.3s linear;
  	text-align: center; 
  	margin: .1em .1em;
	border-color:grey;
	text-transform: uppercase;
        color: #3300FF;
}
&:first-child{
  border-radius:@radius 0 0 @radius;
}
  
&:last-child{
  border-right:none;
  border-radius:0 @radius @radius 0;
}
#tab_navigation a {
	display:block;
	color:inherit;
	text-decoration:none;
}
#tab_navigation a:visited {
	color: #0080C0;
}
#tab_navigation a:link.active, #tab_navigation a:visited.active {
	color: #0080C0;
}
#tab_navigation a:hover {
	color: #FF0000 !important; 
	text-decoration:none;  
}
#tab_navigation a#current {
	font-weight: bold; 
	background-color: #ffd700;
	}
#tab_navigation a#aktrubrik {
	font-weight: bold;  
	background-color: #ffd700;
	padding-top:0.2em;
	padding-bottom:0.2em;
	}
#tab_navigation a {
        font-size:100%;
}
@media screen and (min-width: 600px) {
	#mobilnavi {
		display:none;
	}
	#mobilnavi li {
		list-style-image: none;
	}
	#mobilnavi ul li {
		list-style-image: none;
	}
}	
@media screen and (min-device-width: 600px) {
	#mobilnavi {
		display:none;
	}
	#mobilnavi li {
		list-style-image: none;
	}
	#mobilnavi ul li {
		list-style-image: none;
	}
}	
@media screen and (max-width: 600px) {
	#mobilnavi {
		display: block;
	}
	#general_navi {
		display: none;
	}
	#tab_navigation {
		display: none;
	} 
}
@media screen and (max-device-width: 600px) {
	#mobilnavi {
		display: block;
	}
	#general_navi {
		display: none;
	}
	#tab_navigation {
		display: none;
	} 
}
.mobilmenu {width:270px; background:#000; height:100%; overflow:auto; position:fixed; right:-270px; z-index:500;
-webkit-transition:0.5s;
transition:0.5s;
}
.mobilmenu ul li { list-style-image: none; }
.mobilmenu ul li a {display:block; font:bold 12px/30px arial, sans-serif; color:#ddd; text-decoration:none; border-bottom:1px solid #666; text-align:left;}
.mobilmenu ul li a:hover {color:#fff; text-decoration:underline;}
.mobilmenu ul li label {display:block; font:bold 12px/30px arial, sans-serif; color:#ddd; cursor:pointer; background:#333; border-bottom:1px solid #666; text-transform:uppercase; text-align:left;
-webkit-transition:0.5s;
transition:0.5s;
}
.mobilmenu ul li label:after {content:""; display:block; width:6px; height:6px; border:3px solid #888; border-color:transparent transparent #888 #888; float:right; margin-top:9px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
-webkit-transition:0.5s;
transition:0.5s;
}
.mobilmenu ul li label:hover {color:#fff; background:#444;}
.mobilmenu input {position:absolute; left:-9999px; display:none;}
.mobilmenu ul > li > a {padding:0 10px;}
.mobilmenu ul ul > li > a {padding:0 10px 0 20px;}
.mobilmenu ul ul ul > li > a {padding:0 10px 0 30px;}
.mobilmenu ul ul ul ul > li > a {padding:0 10px 0 40px;}
.mobilmenu ul > li > label {padding:0 10px;}
.mobilmenu ul ul > li > label {padding:0 10px 0 20px;}
.mobilmenu ul ul ul > li > label {padding:0 10px 0 30px;}
.mobilmenu ul ul ul ul > li > label {padding:0 10px 0 40px;}
.mobilmenu ul {padding:0; margin:0; list-style:none;}
.mobilmenu ul ul {position:relative; max-height:0; overflow:hidden;
-webkit-transition:0.4s;
transition:0.4s;
}
.mobilmenu ul input:checked ~ ul {max-height:750px; 
transition:1s;
-webkit-transition:1s;
}
.mobilmenu ul input:checked + label {background:#555; padding-left:20px;}
.mobilmenu ul ul input:checked + label {background:#666; padding-left:30px;}
.mobilmenu ul ul ul input:checked + label {background:#777; padding-left:40px;}
.mobilmenu ul input:checked + label:after {border-color:transparent transparent #eee #eee;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}
.mobilmenu ul:after {content:""; display:block; width:1px; height:100%; background:#666; position:absolute; top:0; left:0;}
.mobilmenu ul ul:after {width:10px; background:#555; box-shadow:5px 0 5px -2px rgba(0,0,0,0.4);} 
.mobilmenu ul ul ul:after {width:20px; background:#666;}
.mobilmenu ul ul ul ul:after {width:30px; background:#777;}
#mobilopenclose {position:absolute; left:-9999px; display:none;}
.mobilopenclose span {position:absolute; left:-9999px;}
.mobilopenclose {display:block; width:30px; height:15px; border:5px solid #000; border-width:5px 0; position:fixed; right:10px; top:20px; cursor:pointer; z-index:500;
-webkit-transition:0.5s;
transition:0.5s;
}
.mobilopenclose:before,
.mobilopenclose:after {content:""; display:block; width:30px; height:5px; background:#000; position:absolute; left:0; top:5px;} 
#mobilopenclose:checked ~ .mobilmenu {right:0;}
#mobilopenclose:checked ~ .mobilopenclose {right:280px; border-color:transparent; background:#000; border-radius:30px;}
#mobilopenclose:checked ~ .mobilopenclose:before {background: white;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}
#mobilopenclose:checked ~ .mobilopenclose:after {background:white;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}
	
#sapidxsuche {
	float: left; 
	width: 80%; 
	text-align: center; 
	border-width: 2px; 
	border-color: black; 
	border-style: solid; 
	background-color: #F0E68C; 
	margin-right: 10%; 
	margin-left: 10%; 
	padding: 10px; 
	font-size: 1.1em; 
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	border-radius: 50px;
}
#sapidxschlagwort {
	float:left; 
	width: 40%; 
	text-align: left; 
	border-width: 2px; 
	border-color: black; 
	border-style: solid; 
	background-color: #F0E68C; 
	padding: 3px; 
	padding-left: 5px; 
	margin-left: 10px; 
	margin-right: 10px; 
	line-height:170%; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}
@media screen and (max-width: 700px) {
        #sapidxschlagwort {
                float: left;
                width: 90%;
        }
        #sapidxschlagwort a {
		line-height: 150%;
		white-space:nowrap;
        }
}
@media screen and (max-device-width: 700px) {
        #sapidxschlagwort {
                float: left;
                width: 90%;
        }
        #sapidxschlagwort a {
		line-height: 150%;
		white-space:nowrap;
        }
}
#sapidxrubrik {
	float:right; 
	width: 40%; 
	text-align: left; 
	border-width: 2px; 
	border-color: black; 
	border-style: solid; 
	background-color: #F0E68C; 
	padding: 3px; 
	padding-left: 5px; 
	margin-left: 10px;
	margin-right: 10px; 
	line-height:150%; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}
@media screen and (max-width: 700px) {
        #sapidxrubrik {
                float: left;
                width: 90%;
		margin-top: 1cm;
        }
}
@media screen and (max-device-width: 700px) {
        #sapidxrubrik {
                float: left;
                width: 90%;
		margin-top: 1cm;
        }
}
#sapeinrueck {
	margin-left: 1cm;
}
@media screen and (max-width: 640px) {
	#sapeinrueck {
		margin-left: 0.1cm;
	}
}
#sapeinruecklist {
	margin-left: 1cm; 
	margin-right: 1cm;
}
@media screen and (max-width: 640px) {
	#sapeinruecklist {
		margin-left: 0.1cm; 
		margin-right: 0.1cm;
	}
}
#saplinks_gerade {
	background-color: #F0E68C;
	vertical-align: middle;
	text-align: left;
	font-style: normal;	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
@media screen and (max-width: 640px) {
	#saplinks_gerade {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 130%;
	}
	#saplinks_gerade A {
		line-height: 200%;	
	}
}
#saplinks_ungerade {
	background-color: #FFF5EE;
	vertical-align: middle;
	text-align: left;
	font-style: normal;	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
@media screen and (max-width: 640px) {
	#saplinks_ungerade {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 130%;
	}
	#saplinks_ungerade A {
		line-height: 200%;	
	}
}
@media screen and (max-width: 640px) {
	#saplinks_liste li A {
		line-height: 200%;	
	}
}
.thumbnailora
{
	float: left;
	width: 300px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: left;
	background-color:#FFF5EE;
}
#absplanstereo {
	background-color:#FFF5EE;	
	padding: 10px;
}
#uebermich {
	border: 1px solid Black;
	margin: 0 0.4cm 0 0.3cm;
	float: right;
}
ul li {
	list-style-image: url(/grafik/punkt1.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1cm;
	text-align: left;
	line-height: 120%;
}
@media screen and (max-width: 600px) {
	ul li{
		margin-top: 20px;		
		margin-bottom: 20px;		
	}
}
@media screen and (max-device-width: 600px) {
	ul li{
		margin-top: 20px;		
		margin-bottom: 20px;		
	}
}
ul ul {
		margin-left: 20px; 
}
ol li {
	list-style: decimal outside none;
	margin-left: 1cm;
	text-align: left;
	margin-bottom: 10px;
	line-height: 120%;
}
#t1 li {
	list-style: disc outside none;
	margin-left: 1.5cm;
	text-align: left;
}
#weitereLinks li {
	list-style-image: url(/grafik/finger.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1.4cm;
	padding: 0 0 0.2cm 0.3cm;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	line-height: 1.5em;
}
@media screen and (max-width: 600px) {
	#weitereLinks li{
		margin-bottom: 7px;		
	}
}
@media screen and (max-device-width: 600px) {
	#weitereLinks li{
		margin-bottom: 7px;		
	}
}
	
#haupttext {
	border: 2px solid #FFD700;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	float: left;
	width: 97%;
	margin: 0px 5px 0px 5px;
	background: transparent;
}
@media screen and (max-width: 900px) {
	#haupttext {
		border-top: 2px solid #FFD700;
		border-bottom: 2px solid #FFD700;
		border-left: none;
		border-right: none;		
	}
}
@media screen and (min-width: 1024px) {
#code_std  {
	display: block;		
}
#code_mobil_alternative {
	display: none;		
}
}
@media screen and (min-device-width: 1024px) {
#code_std  {
	display: block;		
}
#code_mobil_alternative {
	display: none;		
}
}
@media screen and (max-width: 1024px) {
#code_std  {
	display: none;		
}
#code_mobil_alternative {
	display: block;		
}
}
@media screen and (max-device-width: 1024px) {
#code_std  {
	display: none;		
}
#code_mobil_alternative {
	display: block;		
}
}
#formrahmen {
	border: 1px outset Black; 
	float: left; 
	padding: 15px;
	margin-bottom: 40px;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -khtml-hyphens: auto;
  hyphens: auto;	
}
@media screen and (max-width: 800px) {
	#formrahmen {
		border-left: 0; 
		border-right: 0; 		
	}
}
input {
	padding-left: 5px;
}
@media screen and (max-width: 600px) {
	input {
		height: 110%;
		line-height: 130%;
		font-size: 100%;
	}
}
@media screen and (max-device-width: 600px) {
	input {
		height: 110%;
		line-height: 130%;
		font-size: 100%;
	}
}
@media screen and (max-width: 600px) {
	select {
		height: 110%;
		line-height: 130%;
		font-size: 100%;
	}
}
@media screen and (max-device-width: 600px) {
	select {
		height: 110%;
		line-height: 130%;
		font-size: 100%;
	}
}
@media screen and (max-width: 600px) {
	textarea {
		height: 130%;
		line-height: 130%;
		font-size: 120%;
	}
}
@media screen and (max-device-width: 600px) {
	textarea {
		height: 130%;
		line-height: 130%;
		font-size: 120%;
	}
}
fieldset {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px; 
	margin-right: 10px;	
	width:20em;
	background-color:#FFF5EE; 
	text-align: left;
	position: relative; 
}
fieldset legend {
	background-color:#FFF5EE; 
	border: thin solid #2F4F4F;
	padding: 5px;
	position: absolute;	
	top: -.7em;
	left: .2em; 
	margin-top: -20px;
}
fieldset.radio input {
	background-color:#FFF5EE; 
	margin-top: 5px;
	}
@media screen and (max-width: 600px) {
	fieldset.radio input {
		height: auto;
		font-size: 130%;
		margin-bottom: 20px;
	}
}
@media screen and (max-device-width: 600px) {
	fieldset.radio input {
		height: auto;	
		font-size: 130%;
		margin-bottom: 20px;
	}
}
input[type="radio"] {
		height: auto;
}        
input[type="radio"] {
	margin-bottom:10px;
}
	
#formabstand {
	margin-top: 27px;	
}
#fieldset_links {
	float:left; 
	margin-bottom: 15px; 
}
#fieldset_rechts {
	float:left; 
}
#fieldset_block {
	float:left; 
	width:40em;
}
@media screen and (max-width: 800px) {
	#fieldset_block {
		float:left; 
		width:80%;
		overflow-wrap: break-word;
		word-wrap: break-word; 
	}
}	
@media screen and (max-device-width: 800px) {
	#fieldset_block {
		float:left; 
		width:80%;
		overflow-wrap: break-word;
		word-wrap: break-word; 
	}
}	
#okbutton {
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;	
}
#okbutton IMG {
	text-decoration: none;
}
#clbutton {
	text-align: center;	
	margin-bottom: 10px;		
}
#FormErgebnis {
	background-color: #FFFAF0; 
	border: thin dotted #FF69B4;	
	padding-left: 5px;
}
@media screen and (max-width: 600px) {
	#FormErgebnis {
		width: 80%;
	}
}
@media screen and (max-device-width: 600px) {
	#FormErgebnis {
		width: 80%;
	}
}
select,
textarea,
input 
{
	background-color: #FFFAF0; 
	border: thin dotted #FF69B4;	
	padding-left: 5px;
}
@media screen and (max-width: 600px) {
        select, textarea, input {
                width: 80%;
        }
}
@media screen and (max-device-width: 600px) {
        select, textarea, input {
                width: 80%;
        }
}
#bildmitueberschrift {
	border: 1px dashed black; 
	text-align: center; 
	font-style: italic; 
	padding: 7px 7px 7px 7px;
}
#bildmitueberschrift #bildueberschrift {
	padding-bottom: 5px;
	font-size: smaller;
	font-weight: lighter;
	width: 10em;
}
#bildmitueberschrift IMG {
	border: 1px solid black;
	margin-left: 10px;
	margin-right: 10px;
}
	
#Counterframe {
	visibility: hidden;		
}
#fussnote {
	font-family: "Courier New", monospace;
	font-style: normal;
	margin-top: 1.0cm;
	margin-bottom: 0.8cm;
	font-size: smaller;
	border-left: thick solid Red;
	padding-left: 0.3cm;
	margin-left: 0.5cm;
	margin-right: 1cm;
	color: maroon;
	}
.fussnoteh1 {
	font-weight: bold;
	font-size: larger;
}
#bewaehrung {
	font-family: "Courier New", monospace;
	font-style: normal;
	margin-top: 1.0cm;
	margin-bottom: 0.8cm;
	font-size: smaller;
	border-left: thick solid #f4a460;
	padding-left: 0.3cm;
	margin-left: 0.5cm;
	margin-right: 1cm;
	color: #b22222;
	}
.bewaehrungh1 {
	font-weight: bold;
	font-variant: small-caps;
	font-size: larger;
}
.txtfett {
	font-weight: bold;
}
.txtkursiv {
	font-style: italic;
}
.txtcenter {
	text-align: center;
}
	
