/* --- CUSTOM --- */
.text-error,
.text-error a {
	color: #F00 !important;

}
/* --- CUSTOM --- */


* {
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 100%;
}
table, div {
	line-height: 1em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p, label, legend, td, li, h6 {
	font-size: 0.75em; /* 16x0.75=12px */
}

		
li label {
	font-size:1em;
}
h1, h2, h3, h4 {
	font-size: 1.1875em; /* 16x1.1875=19px */
	color:#EBC102;
	margin-bottom:1em;
}
h3, h4 {
	font-size: 1em;
	color:#000000;
	font-weight: normal;
}
.split h4 {
	font-size: 1.1875em;
	color:#EBC102;
	margin-bottom:1em;
  font-weight: bold;
}
.imprint h4 {
	font-size: 0.75em;
	color:#000000;
  margin: 0 0 16px 0;
}
span.mark {
	font-size:0.625em;
	vertical-align:top;
	line-height:0.625em;
}
table tr td, table tr th {
	padding:0.5em;
}
table tr td span {
	color:#666666;
	font-size: 0.9166em; /* 16x0.9166em=11px */
}
table th {
	text-align:left;
	font-size: 0.75em
}
table tr.alternating {
	background-color:#D9D9D9;
}
.clearer {
	clear:both;
}
.yellowbox {
	background-color:#F5E0A3;
	padding: 0.5em;
}
/*Layout*/

#BaseContent {
	position: relative;
	min-height: 100%;
}
#header {
	height: 4.375em;
	width: 62.25em;
	background-image:url(../images/MASTER/top.jpg);
	background-repeat:no-repeat;
}
#header a {
	margin-right:0.1875em;
}
#topmenu {
	height: 1.125em;
  position: absolute;
  top: 85px;
	width: 62.25em;
}
#content {
	width: 62.25em;
	height:1%;
	clear:both;
}
#content.wide {
/* Deactivated
	background-image:url(../images/MASTER/startpanel.jpg); 
	background-repeat:no-repeat;
	background-position: 0 1em; 
	height:672px;
*Jochen Burkhard */ 
}
#maincontent p, #maincontent ul, #maincontent table, #margincol p, #margincol ul, #margincol ul {
	margin-bottom:1.375em;
}
#leftcol {
	width: 10.875em;
	float:left;
  position: relative;
  top: 32px;
}
#maincontent {
	overflow:hidden;
	width: 36.8125em;
	padding:3.3em 0 8em 1em;
	min-height:500px;
}
#maincontent.wide {
	width:49.3125em;
}
#margincol {
	padding-top: 1em;
	width: 11.875em;
	margin-right:0.6875em;
	float:right;
	padding-bottom:8em;
	overflow: hidden;
}
#maincontent ul li, #margincol ul li {
	list-style-image: url(../images/MASTER/listpoint.gif);
	list-style-position: outside;
	margin:0 0 1.375em 1.25em;
	font-size: 0.75em;
}
#maincontent ol li {
	/* list-style-type: upper-roman; */
	margin:0 0 1.375em 2.25em;
	font-size: 0.75em;
}
#maincontent ul ul li, #margincol ul ul li {
	font-size: 1em;
	margin:1em 0 1em 1.25em;
}
#maincontent a, #margincol a {
	color:#B31A40;
}
#footer {
	position:absolute;
	z-index: -1;
	bottom:0;
	clear:both;
}
#footer img {
	width: 62.25em;
}
/* content split */

div.split {
	overflow:hidden;
	height:1%;
}
div.left1 {
	float:left;
	width:48%;
	overflow:hidden;
}
div.left2 {
	width:48%;
	overflow:hidden;
	padding-left:3%;
}
/*language */

#maincontent a.lang {
	display:block;
	height: 120px;
	width: 650px;
	position:absolute;
}
#maincontent a.lang.de {
	top:430px;
	left:340px;
}
#maincontent a.lang.fr {
	top:550px;
	left:220px;
}
/*Supportnavi*/

#supportnavi {
	color: #999;
	height: 1em;
	position: relative;
  float: right;
	right: 135px;
	top: 62px;
	z-index: 2;
}

#supportnavi ul {
	margin-top: .2em;
}
#supportnavi li {
	float: left;
	list-style: none;
}
#supportnavi li a {
	color: #5a5a5a;
	line-height: 1.8em;
}
#supportnavi li a, #supportnavi span {
	display: inline;
	float: left;
	font-size: 0.825em;
	margin: 0;
	padding: 0;
}
#supportnavi li a:hover {
	color: #3c3c3c;
	text-decoration: none;
}
/*topmenu*/

div#innertopmenu {
	height: 1.125em;
}
#topmenu a {
	display: block;
	line-height: 1.5em;
}
#topmenu a:hover {
	text-decoration: none;
}
#topmenu a.firstlayer {
	border: solid #fff;
	border-width: 0 .0833em 0 0;
	padding: 0 1em 0 1em;
}
#topmenu li {
	float: left;
}
#topmenu li ul {
	left: -999em;
	position: absolute;
	width: 12em;
	z-index: 1000;
}
#topmenu li ul li {
	background-color: #fff;
	font-size:1em;
}
#topmenu li ul li a {
	border-bottom: solid .0833em #666;
	line-height: 1.2em;
	padding: .0833em 1em .1875em 1.25em;
}
#topmenu li ul li a:hover {
	background-image:url(../images/MASTER/pfeil.gif);
	background-repeat:no-repeat;
	background-position: 0.4em 0.4em;
}
#topmenu li:hover ul {
	left: auto;
}
#topmenu li.sfhover ul {
	left: auto;
}
#topmenu li.pulldown_1 a {
	border-right: 0;
	width: 11.65em;
}
#topmenu li.pulldown_1 a.firstlayer {
	padding-left: 1.5em;
}
#topmenu ul li.hidden {
	width:14.2em;
	line-height:1.5em;
}
#topmenu li.pulldown_1, #topmenu ul li.hidden {
	border-right: solid .0625em #fff;
}
#topmenu li.pulldown_2 ul li a, #topmenu li.pulldown_3 ul li a, #topmenu li.pulldown_4 ul li a, #topmenu li.pulldown_5 ul li a, #topmenu li ul li a {
	width: 14.2em;
}
#topmenu a.firstlayer:hover {
	border-color: #FFF;
}
#topmenu li.pulldown_last a {
	border-right: 0;
	cursor: default;
	width: 42em;
}
#topmenu li.pulldown_last a span {
	visibility: hidden;
}
/*topmenu colors*/

#topmenu {
	background-color: #666666;
}
#topmenu a.firstlayer {
	background-color: #666666;
	color: #fff;
}
#topmenu a.firstlayer.selected, #topmenu a.firstlayer.selected:hover {
	background-color: #B31A40;
	color:#FFFFFF;
}
#topmenu a.firstlayer:hover {
	background-color: #E3E3E3;
	color:#000000;
}
#topmenu ul li.hidden {
	background-color: #666666;
}
#topmenu li ul li a {
	background-color:#E3E3E3;
	color:#000000;
}
#topmenu li ul li a:hover {
	color:#000000;
}
/* new lefthand */

#lefthandmenu {
	overflow: hidden;
	z-index: 0;
}
#lefthandmenu a, #lefthandmenu h6 {
	color:#666666;
	background-color:#FFFFFF;
	text-decoration:none;
	line-height: 1.2em;
	font-weight:normal;
	width: 12.78em;
	display: block;
	padding: .1em 0 .1875em 1.4em;
}
#lefthandmenu ul.leftnav a, #lefthandmenu ul.leftnav li ul a.last {
	border-bottom: solid .084em #666;
}
#lefthandmenu ul.leftnav a.last {
	border:none;
}
#lefthandmenu ul.leftnav a:hover {
	background-image:url(../images/MASTER/pfeil.gif);
	background-repeat:no-repeat;
	background-position: 0.4em 0.4em;
}
/* 1st level */
#lefthandmenu ul.leftnav li a {
	background-color:#FFFFFF;
}
#lefthandmenu ul.leftnav li a:hover, #lefthandmenu ul.leftnav li a.selected {
	background-color:#EBC102;
}
/* 2nd level */
#lefthandmenu ul.leftnav li ul li {
	font-size:1em;
}
#lefthandmenu ul.leftnav li ul li a {
	padding-left: 2.5em;
	width: 11.68em;
	font-size:1em;
}
#lefthandmenu ul.leftnav li ul li a:hover, #lefthandmenu ul.leftnav li ul li a.selected {
	background-color:#F5E0A3;
}
/* lefthandmenu weblinks */

#lefthandmenu h6.weblinks {
	color: #FFFFFF;
	background-color: #999999;
	margin-top:1.4em;
}
/* lefthandmenu legal */

#lefthandmenu div.legal {
	border-top:1px solid #666666;
	margin-top:0.3em;
	padding-top:0.5em;
	width: 10.6em;
}
#lefthandmenu div.legal a {
	font-size: 0.825em;
}
/*** TOOLS & FORMS ***/


fieldset {
	border:none;
}
fieldset legend {
	display:none;
}
fieldset.bestellformular {
	margin-top: 1.25em;
}
fieldset.register label, fieldset.bestellformular label {
	width:14em;
	float: left;
}
fieldset.register input, fieldset.bestellformular input {
	clear:right;
	width: 14em;
}
fieldset.bestellformular select {
	clear:right;
	width: 9em;
}
input.submit {
	width:7em;
	border: 1px solid #999999;
}
input.submit:hover {
	cursor: pointer;
	border: 1px solid #000000;
}
fieldset.login {
	background-color:#F5E0A3;
	padding:1em 0.5em;
}
fieldset.login input {
	margin-bottom: 1.25em;
}
fieldset #submit-login {
	margin:0;
}
fieldset #submit-register, fieldset #submit-bestellformular {
	width:7em;
	margin:1.25em 0 0 20.25em;
}
fieldset .container.checkbox input {
	width: 0.848em;
}
fieldset .container {
	margin-bottom: .5em;
}
fieldset.tools.freetesto {
	display:block;
	float:left;
	width:38%;
}
fieldset.tools.freetesto.result {
	clear:right;
	margin-left:5%;
}
fieldset.tools.freetesto div {
	margin:0 0 1em 0;
}
fieldset.tools.freetesto label {
	display:block;
	width: 100%;
}
fieldset.tools.freetesto select, fieldset.tools.freetesto input {
	width:45%;
}
fieldset.tools.freetesto.result input {
	width:100%;
}
fieldset.tools.freetesto input.submit {
	margin-top:1em;
}
div.testocheck #detail table tr td, div.testocheck #detail table tr th {
	padding:0;
}
div.testocheck .result {
	background-color:#D9D9D9;
	padding:1em;
	margin:1em 0;
}
/* fragebogen */

table.fragebogen tr td, table.fragebogen tr th {
	padding: 0.5em 0.5em 0.5em 0;
}
table tr.legende th {
	color:#666666;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}
table tr.legende th.first {
	text-align:left;
	font-weight: bold;
}
table.fragen input.punkte {
	width:6em;
}
table.fragen tr {
	font-weight: bold;
}
table.fragen tr td span {
	font-weight:normal;
}

