
#header { height: 108px !important; }

#registration-wrapper {

	margin: 10px 0px 10px 220px;
	font-size: 12px;
	color: #464646;
}
.registration-introduction {
	margin-bottom: 13px;
	width: 570px;
}
.registration-introduction h1 {
	display: block;
	text-indent: 0px;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 21px;
	font-weight: bold;
	color: #464646;
}

.registration-welcome {
	position: relative;
	line-height: 16px;
	height: 201px;
	width: 570px;
}
.registration-welcome h1 {
	display: block;
	text-indent: 0px;
	margin-bottom: 12px;
	padding-top: 12px;
	font-size: 21px;
	font-weight: bold;
	color: #464646;
}
.registration-welcome img {
	position: absolute;
	top: 0px;
	right: 0px;
}
.registration-welcome .list-green { margin: 12px 0px; }




.contentbox-big-registration {
	position: relative;
	width: 570px;
	margin-right: 13px;
	margin-bottom: 13px;
	float: left;
}
.contentbox-big-content-registration {
	width: 568px;
	border: 1px solid #747474;
}
.contentbox-big-header-registration {
	height: 30px;
	margin: 3px 3px 0px 3px;
}
.contentbox-big-regform {
	margin: 0px 3px;
	padding: 12px;
	width: 538px;

	line-height: 16px;
}

.contentbox-small-registration {
	position: relative;
	width: 278px;
	min-height: 165px;
	margin-right: 13px;
	margin-bottom: 13px;
	float: left;
}
.contentbox-small-content-registration {
	width: 276px;
	min-height: 163px;
	border: 1px solid #747474;
}
.contentbox-small-header-registration {
	height: 30px;
	margin: 3px 3px 0px 3px;
}
.contentbox-small-regform { padding: 10px; line-height: 16px;}
.contentbox-small-regform img {
	position: absolute;
	bottom: 32px;
	left: 10px;
}

.box-reg-overview {
	height: 230px;
}


/**************************************************************** FORMULAR */

#form-tomtom {
	font-size: 12px;
	color: #464646;
}
#form-tomtom .formsection {
	float: left;
	margin-bottom: 5px;
	width: 538px;
}
#form-tomtom label {
	display: block;
	float: left;
	width: 258px;
	height: 20px;
	text-align: right;
	margin-right: 10px;
	border: none;
}
#form-tomtom input[type=text] {
	display: block;
	float: left;
	width: 266px;
	height: 18px;
	border: 1px solid #999999;
}
#form-tomtom input[type=radio] {
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
	position: relative;
}
#form-tomtom input[type=checkbox] {
	display: block;
	position: relative;
	float: left;

	overflow: hidden;
	border: none !important;
}
#form-tomtom select {
	display: block;
	float: left;
	width: 87px;
	height: 22px;
	border: 1px solid #999999;
}

.registration-country-choice {
	margin: 7px 0px;
	width: 538px;
}
.registration-country-choice-left {
	width: 265px;
	float: left;
	margin-right: 5px;
}
.registration-country-choice-right { float: left; }
.registration-country-choice-right span { line-height: 16px; }
.registration-country-choice-right span img {
	margin-right: 3px;
}
.registration-country-choice p {
	float: none !important;
	margin: 0px !important;
	width: 265px !important;
}
#form-tomtom input.short { width: 87px; margin-right: 5px;}
#form-tomtom input.middle { width: 171px; }


#form-tomtom textarea {
	display: block;
	float: left;
	width: 516px;
	height: 140px;
	border: 1px solid #999999;

	padding: 10px;

	margin-bottom: 10px;

	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #464646;
}

/* nur für IE7 */
*+html #form-tomtom input[type=radio] { left: -3px; top: -3px; }
*+html #form-tomtom input[type=checkbox] { left: -3px; top: -3px;}
*+html #form-tomtom input.middle { width: 169px; }


label.error {
	/*width: 268px !important;*/
	width: auto !important;
	text-align: left !important;

	text-indent: 5px;

	height: 18px;
	line-height: 18px;
	/*margin-left: 268px;*/
	float: none;
	background-color: red;

	color: #FFF;
	vertical-align: top;
}
input[type=file] {
	display: block;
	float: left;
	width: 266px;
	border: 1px solid #999999;
}

