/*@charset "UTF-8";*/
#pane { display: none;}

#scroller {
	position: relative;
	top:0px;
	left:0px;
	overflow: hidden;
	width: 560px;
	border-top: 1px dotted #ccc;
	border-bottom: 0px dotted #ccc;
}

#panel-wrap {
	position: relative;
	top:0px;
	left:0px;
	width: 2640px;
	border: 0px solid #ccc;
	float: left;
	height: auto !important;
}

.step {
	width: 560px;
	margin-right: 100px;
	padding-top: 5px;
	background: #fff;
	float: left;
}

.step h2 {
	font-size: 16px;
}

.step p {
	font-size: 11px;
}
.statusbar{
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.statusbar p.active,
.statusbar p.inactive {
	float: left;
	display: block;
	width: 130px;
	margin: 0 10px 0px 0px;
	padding: 8px 0px 0px 0px;
	color: #999;
}

.statusbar p.active {
	color: #000;
	background: transparent url('/img/info/arrow_status.gif') top left no-repeat;
}

li.row_thema,
form {
	margin: 0px;
	padding: 0px;
}

div#themenliste:hover{
	margin-bottom: 0px;
}

ul#remote_themenliste,
#remote_lehrgangsliste_wrapper ul{
	margin: 0 0 10px 0; padding: 0;
}

li.row_thema{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

li.row_thema:hover{
	background: #fff;
}

li.row_thema a{
	padding: 5px 0px 6px 5px;
	margin: -1px 0px 0px 0px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

li.row_thema a:hover{
	padding: 5px 0px 6px 10px;
	background: #339933 url('/img/info/arrow_right.gif') top right no-repeat;
	color: #fff;
	border-bottom: 1px solid #fff;
}

div.group{
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 560px;
	background: transparent;
}

div.group div.row_lehrgang,
div.group div.row_lehrgang_checked{
	width: 547px !important;
	border-left: 0px dotted #ccc;
	border-right: 0px dotted #ccc;
}

div.group div.termin{
	width: 525px !important;
	border-left: 0px dotted #ccc;
	border-right: 0px dotted #ccc;
}

#lehrgangsliste h4{
	background: #339933;
	background-image: url('/img/info/icon_minus.gif');
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	padding: 5px 25px 6px 8px;
	line-height: 18px;
	margin: 0;
	margin-bottom: 1px;
	float: left;
	display: block;
	width: 527px;
	cursor: pointer;
}

div.row_lehrgang{
	float: left;
	display: block;
	width: 547px;
	background-color: #ffffff;
	cursor: help;
	padding: 8px 5px 5px 8px;
	margin: 0px 0px 1px 0px;
	border-top: 1px dotted #ccc;
	list-style-type: none;
	list-style-image: none;
}

div.row_lehrgang:hover{
	background-color: #DCF4DA;
	color: #000;
	border-top: 1px solid #ddd;
}

div.row_lehrgang_checked{
	float: left;
	display: block;
	width: 547px;
	background-color:#E8ECE2;
	padding: 8px 5px 5px 8px;
	margin: 0px 0px 1px 0px;
	border-top: 1px solid #ddd;
	list-style-type: none;
	list-style-image: none;
}

div.row_lehrgang_checked:hover{
	background-color: #DCF4DA;
	color: #000;
	border-top: 1px dotted #ccc;
}

div.row_lehrgang a:hover{
	text-decoration: none;
	color: #ff6600;
}

div.row_lehrgang  b,
div.row_lehrgang_checked b{
	margin-top: 2px;
	margin-left: 4px;
}

div.row_lehrgang  span,
div.row_lehrgang_checked span{
	padding: 0;
	margin: 0;
	margin-left: 4px;
	float: left;
	display: block;
	width: 523px !important;
}
span.knc {
	margin: 10px 0 0 22px !important;
	float: left;
	display: block;
	width: auto;
	color: #999;
}

a.infolink {font-weight: normal; color: #ff6600 !important; text-decoration: none; position: relative; left: 0px;}

div.termin{
	display:block;
	float: left;
	width: 525px;
	padding: 5px 5px 5px 30px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #fff;
	background: #f4f6f1;
}

div.termin h3{
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal !important;
	color: #333;
	display: block;
	width: 100%;
}
div.termin ul{
	margin: 0;
	padding:0;
	background: transparent;
	float: left;
	display: block;
	width: 96px;
	margin-bottom:10px;
	margin-right: 10px !important;
}

div.termin ul li{
	padding: 0px;
	margin: 0 0 3px 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	display: block;
}
div.termin ul li.title{
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	width: 100%;
}
div.termin label{
	width: 70px !important;
}

a.next,
a.prev {
	text-align: center;
	background: #eee;
	color: #555;
	border-bottom: 1px solid #666;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	width: auto;
	padding: 2px 10px 3px 10px;
	margin: 10px 0px 0px 10px;
	float: right;
	display: block;
	text-decoration: none;
}
a.next{
	background: #BDE9B9;
	color: #000;
}
a.next:hover,
a.prev :hover{
	text-decoration: none;
}

/* Form */
div#geschaeftlich{
	float: left;
	display: block;
	background:#E8ECE2;
	padding:15px;
	border-bottom: 1px solid #fff;
	width: 530px;
}

div#pg{
	float: left;
	display: block;
	padding-bottom: 10px;
	background:transparent;
	padding:15px;
}
div.anmeldung{
	padding: 0px;
	border: 0px dotted #ccc;
	float: left;
	display: block;
	width: 560px;
	background: #f4f6f1;
}

div.row_form{
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	display: block;
	width: 264px;
	background: transparent;
}

div.row_form_line{
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	display: block;
	width: 540px;
	background: transparent;
}

label {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
}

div.row_form label,
div.row_form_line label{
	display: block;
	width: 100%;
	float: left;
}

div#buchungsdaten {
	float:left;
	color: #333;
	border: 1px dotted #ccc;
	margin: 10px 0 10px 0;
	padding: 5px 10px 0px 10px;
	text-align: left;
	width: 560px;
}

div.step h3 {
	font-weight: bold;
	font-size: 11px;
	color: #333;
	width: 100%;
	display: block;
}

label.switch{
	float: left;
	display: block;
	width: 100px !important;
	margin-right: 10px;
	margin-bottom: 5px;
}

span.sum_label{
	display: block;
	width: 100px;
	float: left;
	padding: 2px 20px 2px 0;
	margin: 0;
	color: #666;
	text-align: left;
}

span.sum_value{
	display: block;
	width: 350px;
	float: left;
	padding: 2px 0 2px 0;
	margin: 0;
	font-weight: normal;
	color: #000;
}
p.sum_spacer{
	float: left;
	display: block;
	border-bottom: 1px dotted #eee;
	width: 100%;
	height: 1px;
	padding: 2px 0 2px 0;
	margin:0;
}

input.radio {
	margin: 0px 5px 0px 0px;
	padding: 2px 0 0 0;
	vertical-align: bottom;
	float: left;
	display: block;
}

input.checkbox {
	margin: 0px 5px 0 0px;
	padding: 0px 0 0 0;
	vertical-align: middle;
	float: left;
	display: block;
}

input.text,
input.text_plz,
input.text_ort {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #999;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #999;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin: 3px 0px 0px 0px;
	background: #fff;
	text-align: left;
	height: 14px;
	width: 220px;
	display: block;
	float: left;
}

input.text_plz {
	width: 50px;
}

input.text_ort {
	width: 154px;
	margin-left: 10px;
}

input.text:focus,
input.text_plz:focus,
input.text_ort:focus {
	border-bottom: 1px solid #ff9933;
	border-top: 2px solid #ff9933;
	border-left: 2px solid #ff9933;
	border-right: 1px solid #ff9933;
}

span.spacer {
	width: 11px;
	float: left;
	display: block;
}

/* IE < 8 */
* html .spacer,
*+html .spacer {
	width: 8px;
	float: left;
	display: block;
}

input.submit {
	text-align: center;
	background: #eee;
	color: #333;
	border-bottom: 1px solid #666;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	width: auto;
	padding: 2px 5px 3px 5px;
	margin: 10px 0px 0px 10px;
	float: right;
	display: block;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	/* text-shadow: 0 -1px 1px rgba(0,0,0,0.25); */
}

input.submit:focus {
	border-bottom: 1px solid #999;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #999;
	background: #e0e0e0;
}

.select {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	border-bottom: 1px solid #999;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #999;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 2px 0px;
	background: #fff;
	text-align: left;
	height: 20px;
	display: block;
	float: left;
	width: 226px;
}

.select option {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #333;
	border-bottom: 1px dotted #eee;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
div.basketitem {
	float: left;
	display: block;
	width: 547px;
	background-color:#E8ECE2;
	padding: 5px 5px 7px 10px;
	margin: 0px 0px 1px 0px;
	border-top: 1px solid #ddd;
	list-style-type: none;
	list-style-image: none;
}
div.itemNo{
	display: block;
	float: left;
	padding: 3px 6px 0px 0px;
	margin-top: 5px;
	margin-right: 10px;
	border: 0;
	background: transparent;
	color: #333;
	font-size:12px;
	font-weight: bold;
}

div.basketitem p{
	display: block;
	float: left;
	padding: 0;
	margin: 8px 0 0 0;
}
div.basketitem p.kTitel{
	display: block;
	float: left;
	border-bottom: 1px dotted #ccc;
	padding: 9px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	width: 510px;
}

span.ddatum{
	display: block;
	float: left;
	padding: 2px 0 2px 23px;
	margin: 0px 0px 0px 30px;
	background: transparent url("/img/info/icon_date.gif") top left no-repeat;
	color: #444;
	font-size: 11px;
	line-height: 18px;
}

span.dort{
	display: block;
	float: left;
	margin-left: 20px;
	padding: 2px 0 2px 23px;
	background: transparent url("/img/info/icon_ort.gif") top left no-repeat;
	color: #444;
	font-size: 11px;
}
span.kcode{
	display: block;
	float: left;
	margin-left: 20px;
	padding: 2px 0 2px 23px;
	background: transparent url("/img/info/icon_kcode.gif") top left no-repeat;
	color: #444;
	font-size: 11px;
}
