html {
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000;
	margin:0;
	height:100%;
}

:focus {
	outline:0;
	-moz-outline:0;
}

body {
	font-size:14px;
	margin:0;
	position:relative;
	min-height:100%;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

body#frontend {
	min-width:1060px;
	padding-bottom:164px;
}

a {
	color:#000;
	zoom:1;
}

img {
	vertical-align:top;
}

span, div {
	zoom:1;
}

a img {
	border-width:0;
}

form {
	margin:0;
	padding:0;
}

form p.hint {
	padding-left:12px;
	margin-top:.25em;
}

textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	letter-spacing:0;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0;
}

input[type=checkbox] {
	vertical-align:middle;
	margin:0 0 5px 0;
}

input[placeholder] {
	color:#000;
}

::-webkit-input-placeholder {
	color:#000;
}

:-moz-placeholder {
	color:#000;
	opacity:1;
}

::-moz-placeholder {
	color:#000;
	opacity:1;
}

:-ms-input-placeholder {
	color:#000;
}

:focus::-webkit-input-placeholder {
	color:transparent;
}

:focus:-moz-placeholder {
	color:transparent;
}

:focus::-moz-placeholder {
	color:transparent;
}

.button {
	background-color:#E5007D;
	color:#fff;
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
	border:none;
	cursor:pointer;
	padding:4px 12px 4px 12px;
	white-space:nowrap;

	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}

.button:hover, .med-button:hover, .big-button:hover {
	background-color:#000 !important;
	color:#fff !important;
}

a.button {
	padding-top:3px !important;
	padding-bottom:2px !important;
}

button.big-button {
	padding-top:5px !important;
	padding-bottom:3px !important;
}

::-moz-focus-inner {
	border:0;
}

.big-button.disabled,
.button.disabled {
	background-color:#a7a9ac;
}

.arrow-right, input.button.arrow-right {
	background-image:url(/img/arrow-right-space.png);
	padding-right:36px;
	background-position:right center;
	background-repeat:no-repeat;
}

.arrow-left, input.button.arrow-left {
	background-image:url(/img/arrow-left-space.png);
	padding-left:36px;
	background-position:left center;
	background-repeat:no-repeat;
}

.big-button {
	background-color:#E2258F;
	color:#fff;
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:18px;
	line-height:22px;
	text-decoration:none;
	border:none;
	cursor:pointer;
	padding:2px 28px 1px 28px;

	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;

}

.big-button.arrow-right {
	background-image:url(/img/arrow-right-big-space.png);
	padding-right:60px;
	background-position:right center;
	background-repeat:no-repeat;
}

.med-button {
	background-color:#E2258F;
	color:#fff;
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
	border:none;
	cursor:pointer;
	padding:2px 12px 3px 12px;

	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}

.med-button.arrow-right {
	background-image:url(/img/arrow-right-med-space.png);
	padding-right:47px;
	background-position:right center;
	background-repeat:no-repeat;
}

.arrow-right-only {
	background-image:url(/img/arrow-right-circle.png);
	padding:10px;
	background-position:right center;
	background-repeat:no-repeat;
	background-size:20px 20px;
	margin-left:20px;

}

.arrow-left-only {
	background-image:url(/img/arrow-left-circle.png);
	padding:10px;
	background-position:right center;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.round-corner {
	border:solid 2px black;
	padding:8px 10px 8px 10px;
	display:block;

	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
}

.content {
	width:824px;
	padding:0 88px 0 88px;
	margin:auto;
	position:relative;
}

.narrow-content {
	width:694px;
	margin:auto;
}

.iframe-content {
	width:694px;
	min-width:694px;
	min-height:0;
	padding-bottom:0;
}

.header-yellow #logo {
	position:absolute;
	left:81px;
	top:14px;
	z-index:99;
}

.header-yellow .main-text {
	position:absolute;
	left:240px;
	top:75px;
	color:#fff;
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-weight:normal;
	font-size:25px;
	line-height:29px;
}

.header-yellow #main-menu {
	position:absolute;
	right:81px;
	top:86px;
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:16px;
	white-space:nowrap;
}

.header-yellow #main-menu .menu-entry {
	position:relative;
}

.header-yellow {
	color:#fff;
	z-index:5;
	height:123px;
	width:100%;
	background-color:#222;
}

.header-yellow #main-menu .menu-entry .menu-link {
	position:relative;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:1px 4px 0 4px;
	margin:0 2px 0 2px;

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

.header-yellow #main-menu .menu-entry .text-pink {
	color:#E2258F;
}

.header-yellow #main-menu .menu-entry:hover .menu-link {
	background-color:#000;
	color:#fff;
}

.header-yellow #main-menu .menu-entry:hover .menu-link.has-dropdown {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;

	-moz-border-bottom-left-radius:0;
	-moz-border-bottom-right-radius:0;

	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;

	-khtml-border-bottom-left-radius:0;
	-khtml-border-bottom-right-radius:0;
}

.header-yellow #main-menu .menu-entry .dropdown {
	margin:0;
	position:absolute;
	top:22px;
	left:2px;
	background-color:#000;
	z-index:999;
	padding:0;
	display:none;
	overflow:hidden;

	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	box-shadow:2px 5px 5px rgba(0, 0, 0, 0.2);

	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-moz-box-shadow:2px 5px 5px rgba(0, 0, 0, 0.2);

	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-box-shadow:2px 5px 5px rgba(0, 0, 0, 0.2);

	-khtml-border-bottom-left-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	-khtml-border-top-right-radius:5px;
}

.header-yellow #main-menu .menu-entry:hover .dropdown {
	display:inline-block;
}

.header-yellow #main-menu .menu-entry .dropdown li {
	list-style-type:none;
	margin:0;
	padding:0;
}

.header-yellow #main-menu .menu-entry .dropdown a {
	display:block;
	color:#fff;
	text-decoration:none;
	min-width:141px;

	padding:7px 14px 7px 14px;
}

.header-yellow #main-menu .menu-entry .dropdown a:hover {
	background-color:#E2258F;
}

.header-yellow #user-data {
	position:absolute;
	right:88px;
	top:20px;
	text-align:right;
	color:#fff;
}

.header-yellow #user-data a {
	color:#fff;
}

.footer {
	position:absolute;
	bottom:0;
	left:0;
	height:124px;
	width:100%;
	background-color:#fff;
	background-image:url(/img/bg-footer-2015.png);
	background-position:center top;
	color:#fff;
	font-size:12px;
	line-height:14px;
}

.footer #footer-menu {
	position:absolute;
	left:88px;
	top:83px;
}

.footer #footer-menu a {
	color:#fff;
	text-decoration:none;
}

.footer #footer-menu a:hover {
	text-decoration:underline;
}

.footer #country-selection {
	position:absolute;
	right:88px;
	top:83px;
}

.content-wrap {
	width:824px;
	padding:0 88px 0 88px;
	margin:auto;
	position:relative;
}

.top-image {
	margin-left:-6px;
	margin-bottom:40px;
}

.main-content {
	padding:26px 0 20px 0;
}

.indent-content {
	margin-left:12px;
	width:680px;
}

h1,
.headline-yellow-bg {
	position:relative;
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:26px;
	line-height:33px;
	font-weight:normal;
	padding:4px 12px 4px 12px;
	margin-top:0;
	margin-bottom:15px;
}

.headline-yellow-bg .small-right {
	position:absolute;
	right:12px;
	bottom:5px;
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:14px;
	line-height:18px;
}

h2 {
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:22px;
	line-height:33px;
	font-weight:normal;
	margin:0;
	margin-bottom:20px;
}

h3 {
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:17px;
	line-height:20px;
	margin-top:20px;
	padding-bottom:1px;
}

h4 {
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-weight:normal;
	line-height:21px;
	margin-top:25px;
	margin-bottom:0;
}

.bold {
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:17px;
	line-height:25px;
}

.dot-limit {
	padding-bottom:1px;
	background-image:url(/img/purple-dots-horizontal.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.dot-limit-full-page {
	padding-bottom:1px;
	background-image:url(/img/purple-dots-horizontal.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	display:block;
	width:690px;
	padding-left:12px;
	margin-bottom:15px;
}

ul {
	padding-left:16px;
	margin:0;
}

ol {
	padding-left:18px;
	margin:0;
}

.anmerkung {
	font-size:12px;
}

th {
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	text-align:left;
	background-color:#000;
	color:#fff;
	border-right:7px solid #fff;
	padding:3px 0 2px 12px;
}

th:last-child {
	border-right:none;
}

.table-cell {
	border-bottom:1px solid #ccc;
	padding:5px 0 5px 12px;
}

.table-cell a {
	text-decoration:none;
}

.table-cell a:hover {
	text-decoration:underline;
}

.table-cell a.button:hover {
	text-decoration:none;
}

.mein-konto {
	padding-bottom:6px;
}

.pers-daten .table-cell.col-1 {
	width:170px;
	vertical-align:top;
	border:none;
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:17px;
	line-height:18px;
	padding-left:0;
}

.pers-daten .table-cell.col-2 {
	width:415px;
	vertical-align:top;
	line-height:20px;
	border:none;
}

.pers-daten .table-cell.col-3 {
	width:150px;
	border:none;
}

.mein-konto .table-cell.col-1 {
	width:365px;
}

.mein-konto .table-cell.col-2 {
	width:150px;
}

.mein-konto .table-cell.col-3 {
	width:150px;
}

.posteingang .table-cell.col-1 {
	width:415px;
}

.posteingang .table-cell.col-2 {
	width:130px;
}

.posteingang .table-cell.col-3 {
	width:120px;
}

.easypoints .table-cell.col-1 {
	width:160px;
}

.easypoints .table-cell.col-2 {
	width:170px;
}

.easypoints .table-cell.col-3 {
	width:160px;
}

.easypoints .table-cell.col-4 {
	width:162px;
}

.pruefungsergebnisse .table-cell.col-1 {
	width:110px;
	vertical-align:top;
}

.pruefungsergebnisse .table-cell.col-2 {
	width:130px;
	vertical-align:top;
}

.pruefungsergebnisse .table-cell.col-3 {
	width:120px;
	padding-right:10px;
}

.pruefungsergebnisse .table-cell.col-4 {
	width:108px;
	text-align:left;
	padding-right:20px;
}

.pruefungsergebnisse .table-cell.col-5 {
	width:140px;
	text-align:right;
	vertical-align:top;
}

.pruefungsprotokoll {
	background-color:red;
}

.pruefungsprotokoll .table-cell {
	background-color:#fff;
}

.pruefungsprotokoll .table-cell.col-1 {
	width:80px;
	border-right:1px solid #ccc;
	margin-right:20px;
}

.pruefungsprotokoll .table-cell.col-2 {
	width:80px;
	text-align:center;
	padding-right:12px;
	border-right:1px solid #ccc;
}

.pruefungsprotokoll .table-cell.col-3 {
	width:60px;
}

.pruefungsprotokoll .table-cell.col-4 {
	width:70px;
	text-align:center;
	padding-right:12px;
}

.pruefungsprotokoll .table-cell.col-5 {
	width:70px;
	text-align:center;
	padding-right:12px;
}

.pruefungsprotokoll .table-cell.col-6 {
	width:70px;
	text-align:center;
	padding-right:12px;
	border-right:1px solid #ccc;
}

.pruefungsprotokoll .table-cell.col-7 {
	width:60px;
}

.pruefungsprotokoll .table-cell.col-8 {
	width:80px;
	text-align:center;
	padding-right:12px;
}

.pruefungsprotokoll .table-cell.col-9 {
	width:80px;
	text-align:center;
	padding-right:12px;
	border-right:1px solid #ccc;
}

.pruefungsprotokoll .table-cell.col-10 {
	width:80px;
}

.pruefungsprotokoll tr:last-child .table-cell {
	border-bottom:none;
}

.pruefungsprotokoll th {
	padding:3px 13px 2px 10px;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	text-align:center;
}

.pruefungsprotokoll th.col-1 {
	border-left:none;
}

.pruefungsprotokoll th.col-1, .pruefungsprotokoll th.col-2, .pruefungsprotokoll th.col-6, .pruefungsprotokoll th.col-9 {
	border-right:none;
	background-image:url(/img/bg_th.gif);
	background-position:right top;
	background-repeat:repeat-y;
}

.pruefungsprotokoll th.col-3 {
	background-color:#fff;
	color:#000;
	padding:0;
	background-image:none
}

.pruefungsprotokoll th.col-7 {
	background-color:#fff;
	color:#000;
	padding:0;
}

.pruefungsprotokoll th.col-10 {
	border-right:none;
}

.pruefungsfragen .table-cell.col-1 {
	width:25px;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #ccc;
}

.pruefungsfragen .table-cell.col-2 {
	width:25px;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #ccc;
}

.pruefungsfragen .table-cell.col-3 {
	width:95px;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #ccc;
}

.pruefungsfragen .table-cell.col-4 {
	width:70px;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #ccc;
}

.pruefungsfragen .table-cell.col-5 {
	width:280px;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #ccc;
}

.pruefungsfragen .table-cell.col-6 {
	width:40px;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #ccc;
}

.pruefungsfragen .table-cell.col-7 {
	width:80px;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #ccc;
}

.pruefungsfragen .table-cell.col-8 {
	width:20px;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
}

.pruefungsfragen th {
	padding:3px 10px 2px 10px;
	border-left:3px solid #fff;
	text-align:center;
	border-right:none;
	background-image:url(/img/bg_th.gif);
	background-position:right top;
	background-repeat:repeat-y;
}

.pruefungsfragen th.col-1 {
	border-left:none;
}

.pruefungsfragen th.col-8 {
	background-color:#fff;
	padding:0;
	border-right:none;
	background-image:none;
}

.pruefungsfragen .table-cell.col-7 img {
	position:relative;
	top:3px;
	margin-right:5px;
}

.pruefungsfragen .table-cell.col-7 img:last-child {
	margin-right:0;
}

.pruefungsfragen .table-cell.col-8 .arrow-right-only {
	margin:0;
}

.pruefungsfragen .arrows {
	padding-right:6px;
}

.posteingang .sort-arrow {
	position:absolute;
	right:10px;
	top:5px;
}

.qr-app {
	float:right;
	padding-top:3px;
}

#info-bar td {
	border-top:1px solid black;
	padding-top:10px;
	padding-left:12px;
}

#info-bar .arrows {
	text-align:right;
}

.checkbox-auswahl {
	width:50%;
}

#themenauswahl .checkbox-auswahl {
	width:100%;
}

.checkbox-auswahl td {
	padding-top:3px;
}

.overlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background-color:rgba(0, 0, 0, 0.7);
	display:none;
}

.pop-up {
	background-color:#fff;
	width:410px;
	border:3px solid #000;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-225px;
	margin-top:-130px;
	padding:20px;
	z-index:1000;
	display:none;
	font-size:16px;
	line-height:20px;

	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
}

.pop-up.big {
	width:720px;
	margin-left:-380px;
	margin-top:-260px;
}

.pop-up.fragepopup {
	width:824px;
	margin-left:-434px;
	margin-top:-260px;
}

.pop-up h2 {
	margin-bottom:15px;
	font-size:19px;
	line-height:23px;
}

.hotshots-fragen h2, .fragentraining h2, .pruefungssimulation h2 {
	margin-bottom:10px;
}

.close-button {
	position:absolute;
	top:-30px;
	right:-30px;
}

.noborder {
	border:none;
}

.overview-item {
	position:relative;
	width:700px;
}

.overview-item .button {
	position:absolute;
	bottom:16px;
	right:0;
}

.overview-item h3,
#themenauswahl h3 {
	margin-bottom:2px;
}

.bar-graph {
	height:20px;
	background:#cccccc;
	width:590px;
	position:relative;
}

.hotshots .bar-graph {
	width:700px;
}

.frage .bar-graph {
	height:24px;
	background:#cccccc;
	width:690px;
}

.overview-item.hotshots .button {
	bottom:0;
}

.bar-graph div {
	float:left;
	height:20px;
}

.frage .bar-graph div {
	height:24px;
}

.bar-graph .new {
	background:#f9c600 !important;
}

.bar-graph .failed {
	background:#e3000f !important;
}

.bar-graph .right,
.bar-graph .correct {
	background:#8fb122 !important;
}

.bar-graph .locked {
	background:#00703b !important;
}

.bar-graph .free {
	background:#aaaaaa;
}

.bar-graph .beantwortet {
	background:#000;
}

.bar-graph .prozent-links {
	position:absolute;
	left:10px;
	top:2px;
	color:#fff;
}

.bar-graph .prozent-rechts {
	position:absolute;
	right:10px;
	top:2px;
	color:#fff;
}

.achtung {
	border:solid 1px black;
	padding:6px 50px 6px 11px;
	background-image:url(/img/achtung.png);
	background-position:right center;
	background-repeat:no-repeat;
	width:637px;
	margin-bottom:20px;
}

.legende td {
	padding-right:24px;
}

.legende td img {
	position:relative;
	top:3px;
}

.centered-content {
	width:700px;
	text-align:center;
}

.texteingabe {
	width:678px;
	border:solid 2px black;
	padding:8px 10px 8px 10px;
	display:block;

	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
}

.nein {
	background-image:url(/img/icon-nein.png);
	background-position:left center;
	padding-left:20px;
	background-repeat:no-repeat;
	width:100%;
}

.ja {
	background-image:url(/img/icon-ja.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	width:100%;
}

.smallheader {
	height:48px;
	background-color:#FED300;
	background-image:url(/img/bg-yellow.jpg);
}

.smallheader h1 {
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:24px;
	line-height:33px;
	font-weight:normal;
	margin:0;
	position:absolute;
	left:88px;
	top:10px;
}

.smallheader .beenden {
	position:absolute;
	right:88px;
	top:13px;
}

.smallheader .sprachauswahl {
	position:absolute;
	right:192px;
	top:15px;
}

.frage {
	padding-top:18px;
	position:relative;
}

.frage .easypoints {
	font-size:12px;
	position:absolute;
	top:18px;
	right:0;
}

.frage .frage-nummer {
	font-size:12px;
	margin-bottom:18px;
}

.frage .frage-text {
	float:left;
	width:380px;
	font-size:21px;
	line-height:28px;
	font-weight:bold;
}

.frage .frage-text .frage-info {
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	margin-bottom:25px;
}

.frage .frage-image {
	float:right;
	width:386px;
	cursor:zoom-in;
}

.data_Bild_large {
	cursor:zoom-out;
}

.frage .antworten {
	clear:both;
	padding-top:10px;
}

.frage .antworten .antwort {
	cursor:pointer;
}

.frage .antworten .col-1 {
	position:relative;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	width:30px;
}

.frage .antworten .antwort-num {
	border:solid 1px black;
	padding:6px;
	margin:4px;
	width:20px;
	text-align:center;
	font-size:16px;
	line-height:20px;

	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	-khtml-border-radius:18px;

}

.frage .antworten .correct .antwort-num {
	background-color:#8ab43f;
}

.frage .antworten .antwort-X {
	width:40px;
	height:40px;
	position:absolute;
	left:0;
	top:0;
	background-image:url(/img/frage-X.png);
	background-position:center center;
	background-repeat:no-repeat;
	display:none;
}

.frage .antworten .selected .antwort-X {
	display:block;
}

.frage .antworten .antwort-text {
	font-size:16px;
	line-height:20px;
}

.antworten select {
	border:none;
	background:#fff;
	padding:0;
	font-size:16px;
	line-height:20px;
	line-height:20px;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-bottom:dotted 2px #000;
	cursor:pointer;
}

.frage .antworten span.correct {
	color:#8ab43f;
	font-weight:bold;
}

.frage .antworten span.failed {
	color:#e7222f;
	font-weight:bold;
	text-decoration:line-through;
}

/* For IE10 */
.frage .antworten select::-ms-expand {
	display:none;
}

.frage .fortschritt {
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	margin-top:25px;
}

.frage .weiter {
	position:absolute;
	right:0;
	bottom:1px;
}

.frage .frageformular {
	margin-top:25px;
}

.frage .frageformular .frage-nr {
	display:inline;
	margin-bottom:0;
	padding:3px 10px 2px 10px;
}

.frage .frage-blaettern {
	position:absolute;
	right:0;
	bottom:1px;
}

.frage .richtig {
	position:absolute;
	right:120px;
	bottom:0;
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:19px;
	line-height:23px;
	color:#8ab43f;
	display:none;
}

.frage .falsch {
	position:absolute;
	right:120px;
	bottom:0;
	font-family:'Antenna Cond', 'Arial Black', sans-serif;
	font-size:19px;
	line-height:23px;
	color:#e7222f;
	display:none;
}

.frage .sprachauswahl {
	position:absolute;
	left:0;
	bottom:-40px;
}

.frage-ansehen {
	padding-top:30px;
}

.red {
	color:#e7222f;
}

.selection-box {
	width:250px;
}

.customSelect {
	background-color:#fff;
	background-image:url(/img/selection-box-button.png);
	background-position:right center;
	background-repeat:no-repeat;
	border-style:solid;
	border-width:2px;
	border-color:#000;
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:16px;
	padding:7px 15px 7px 15px;

	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;

}

.nobottommargin {
	margin-bottom:0;
}


#lekDisconnected {
	position:absolute;
	top:135px;
	left:350px;
	color:#f00;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}

#form-tabs {
	display:none;
}
