/************************************* NomosShop layout *****/
/********************** Copyright (c) 2008 Nomos Verlag *****/
/************************************************************/
/************************ content styles - registration *****/
/************************************************************/
/*************************** author virtual identity AG *****/
/****************************** last updated 2008-07-28 *****/


/************************************************************/
/*START: regsitration*/
div#registration-zone
{
	padding: 0 0 0 10px;
}

div.regsitration-form
{
	float: left;
	width: 300px;
	margin: 0 25px 0 0;
}

div.address-form
{
	float: left;
	width: 300px;
	margin: 0 25px 0 0;
}

div.payment-form
{
	float: left;
	width: 430px;
	margin: 0 25px 0 0;
}

div.payment-form-extended
{	
	line-height: 1px;
	padding: 2px 10px 3px 10px;
}

div.registration-form-extended
{
	width: 400px;
	padding: 0px 10px 10px 10px;
}

div.fields-of-interest
{
	float: left;
	width: 402px;
}

h1.headline-box
{
	font-size: 11px;
	line-height: 15px;
	display: block;
	padding: 2px 10px 3px 10px;
	font-weight: bold;
	background: #005198;
	color: #fff;
	margin: 0 0 15px 0;
}

h1.headline-kasse
{
	font-size: 11px;
	line-height: 15px;
	display: block;
	padding: 2px 10px 3px 10px;
	font-weight: bold;
	background: #999999;
	color: #fff;
	margin: 0 0 15px 0;
}

div.container
{
	padding: 0 10px;
}

div#areas-of-interest
{
	min-height: 70px;
	padding-bottom: 1px;
}

h1.next
{
	margin-top: 10px;
}

div.fields-of-interest h2
{
	margin-bottom: 10px;
}

div.columns
{
	background: url(img/bg-line.gif) repeat-y center top;
}

div.columns ul
{
	float: left;
	width: 50%;
}

ul.col-left li
{
	margin-right: 10px;
}

ul.col-right li
{
	margin-left: 11px;
}

div.footnotes-section
{
	margin: 16px 0 0 0;
}

dl.footnote
{
	font-size: 9px;
	line-height: 12px;
	margin: 10px 0 0 0;
}

dl.footnote dt
{
	clear: left;
	float: left;
}

dl.footnote dd
{
	margin: 0 0 0 20px;
}

/*START: Form*/
div.input-box
{
	margin: 10px 0;
	padding:2px 2px 2px 10px;
	background: #cfcfcf;
}

div.separator
{
	height: 19px;
}

div.input-box label
{
	float: left;
	font-size: 9px;
	line-height: 14px;
	padding: 1px 0 0;
}

div.input-box input.textfield
{
	font-size: 11px;
	width: 169px;
	background-color: #fff;
	float: right;
	border: none;
	border-bottom: 1px solid #fff;
}

div.input-box select
{
	font-size: 11px;
	width: 169px;
	background-color: #fff;
	float: right;
	border: none;
	border-bottom: 1px solid #fff;
}

.checkbox-list td
{
	padding-bottom: 3px;
}

.checkbox-list input
{	
	margin: 1px 5px 0 0;
}

span.power, dl.footnote dt 
{
	color: #fff;
	background-color: #005198;
	text-decoration: none;
	position: relative;
	top: -0.5em;
	font-size: xx-small;
	padding: 0 2px;
	margin: 2px 0;
}

/*END: Form*/

/*END: regsitration*/
/************************************************************/
