.inputbox {
	font-size: 16px;
	color: #999999;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	width: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border: 1px solid #999999;
}

.inputbox:hover {
	font-size: 16px;
	color: #666666;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	width: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border: 1px solid #333333;
}

#schattenbox {
	height: auto;
	width: auto;
	-moz-box-shadow: 0 0 25px #8f8f91;
	-webkit-box-shadow: 0 0 25px #8f8f91;
}

.inputbutton {
	font-size: 16px;
	color: #999999;
	width: 100%;
}
.kleinebox {
	font-size: 12px;
	color: #333333;
	background-color: #F0F0F0;
	width: 100%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

label{
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
#theform   #pt1 label {
	position: relative;
	left: 20px;
}

#theform   #pt3 label {
	margin-bottom: 14px;
}

.sparpreis {
	color: #CC0000;
	text-decoration: line-through;
}



label:active, label:focus{
	color: #000000;
	outline: 0;
}
label:hover{
	color: #FFFFFF;
}

a.button {
 	-moz-border-radius: .9em .9em .9em .9em;
 	-webkit-border-top-left-radius: .9em;
 	-webkit-border-top-right-radius: .9em;
 	-webkit-border-bottom-left-radius: .9em;
 	-webkit-border-bottom-right-radius: .9em;
 	background-color: #D6D6D6;
 	padding: .25em 1.5em;
 	border: 1px solid #CCC;
 	text-decoration: none;
 	color: #000;
 	background-image: url(/images/template/bg_button.png);
 	background-repeat: repeat-x;
 	background-position: 0 0;
 	white-space: nowrap;
 	display: inline-block;
 	margin-bottom: .75em;
 }
 a.button:hover {
 	background-color: #C0C0C0;
 	border-color: #B4B4B4;
 }
 a.button:active {
 	background-color: #E3E3E3;
 	border-color: #B4B4B4;
 }


#anmeldebox {
	width: 100%;
	color: #8e8e90;
	font-size: 11px;
	line-height: 1.6em;
	font-weight: normal;
	text-transform: none;
	height: auto;
	border: 1px solid #CCCCCC;
	padding-top: 11px;
	text-align: left;
	margin: 0px 0px 24px;
	padding-right: 8px;
	padding-left: 8px;
}

#anmeldebox p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#anmeldebox .h2 {
	font-size: 18px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}

#anmeldebox a {
	text-decoration: underline;
	color: #666666;
}

#anmeldebox a:hover {
	text-decoration: none;
	color: #4c4c4c;
}
.rechtsb {
	text-align: right;
	font-style: italic;
}


#anmeldebox ul {
	text-align: left;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	list-style-type: disc;
	list-style-position: inside;
}

#anmeldebox * ul {
	text-align: left;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 16px;
}

.gruen {
	color: #00CC00;
	font-weight: bold;
}

.orange {
	font-weight: bold;
	color: #FF6600;
}
.rot {
	font-weight: bold;
	color: #CC0000;
}
.pfeil {
	position: absolute;
	left: 0px;
	top: 0px;
}


#jetztanmelden {
	height:100px;
	background-image:url(imgs/seminar-auswahl-norm.jpg);
	background-repeat: no-repeat;
	background-position: 0px -400px;
}

.anmelden {
	text-decoration:none;
	background-image: url(imgs/anmeldebutton.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	padding-left: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: -16px;	
}


