@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px;
	paddding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 120%;	
}

#wrapper {
	width: 470px;
	padding: 0;
}

div#content {
	width: 450px;
	padding: 2em 20px 0 0;
	height: 500px;
	border-top: 1px dashed #dfdfdf;		
} 

div#content h1 {
	display: block;
	width: 420px;
	height: 25px;
	text-indent: -1000px;
}

div#content h2 {
	font-size: 14px;
	color: #76b701;	
	font-weight: normal;
	margin: 2em 0 1.5em 0;
}

div#content h1#h1_start { background: transparent url(images/h1_start.gif) no-repeat; }
div#content h1#h1_customerInfo { background: transparent url(images/h1_customerInfo.gif) no-repeat; }
div#content h1#h1_payment { background: transparent url(images/h1_payment.gif) no-repeat; }
div#content h1#h1_certificate { background: transparent url(images/h1_certificate.gif) no-repeat; }
div#content h1#h1_abstract { background: transparent url(images/h1_abstract.gif) no-repeat; }
div#content h1#h1_end { background: transparent url(images/h1_end.gif) no-repeat; }

.teaser {
	font-weight: bold;
}

strong {
	font-weight: normal;
	color: #76b701;	
}

.error {
	color: #b70101;
}

.requiredField {
	color: #76b701;
	font-weight: bold;
}

a {
	color: #76b701;
	border-bottom: 1px dotted #dfdfdf;	
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #dfdfdf;	
}

p {
	line-height: 150%;
}

/* bread-crumps-trail */

ul#bc_control {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
	display: block;
	width: 470px;
	height: 19px;
	background: #ebebeb;
}

ul#bc_control li {
	float: left;
	color: #999999;
	font-size: 12px;
	margin: 0;
	padding: 2px 15px 0 6px;
	height: 17px;
}

ul#bc_control li.toDo {
	background: #ebebeb url(images/bc_controll_bg.gif) no-repeat right;
}

ul#bc_control li.done {
	background: #76b701 url(images/bc_controll_done_bg.gif) no-repeat right;
	font-weight: normal;
	color: #c3e08e;
}

ul#bc_control li.active {
	background: #76b701 url(images/bc_controll_active_bg.gif) no-repeat right;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;	
}

/* form-elemente: allgemein */

div#wrapper form fieldset {
	padding: 10px;
	border: 1px dotted #dfdfdf;
	margin-bottom: 1em;	
	font-size: 12px;
}

div#wrapper form legend {
	margin-bottom: 10px;
	color: #999;
	background: #fff;
	padding: 0 10px;
}

div#wrapper form label {
	width: 150px;
	text-align: right;
	padding-top: 4px;
	margin-right: 20px;
	float: left;
}

div#wrapper form fieldset .l {
	width: 150px;
	text-align: right;
	padding-top: 4px;
	margin-right: 20px;
	float: left;
}

div#wrapper form fieldset p {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #999;
}

div#wrapper form span.formRequired {
	color: #333;
}

div#wrapper form input:disabled {
	background-color: #ebebeb;
	border: 1px solid #ffffff;
	padding: 1px 5px;
}

div#wrapper form textarea.textBox {
	width: 250px;
	height: 100px;
}

div#wrapper form textField {
	width: 250px;
}

/* form-elemente: spezielle */

input#pbNext2 {
	margin-left: 330px;
}

ul#serviceList {
	width: 430px;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

ul#serviceList li {
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
	border-bottom: 1px dotted #dfdfdf;
}

ul#serviceList li label {
	width: 200px;
	display: inline-block;
	float: left;
	text-align: left;
	padding: 4px 0 0 0;
	font-weight: bold;
}

ul#serviceList li input {
	float: left;
	width: 30px;
	padding: 0;
	margin: 0;
}

.display {
	padding: 4px 0 0 5px;
	display: inline-block;
	cursor: hand;	
	cursor: pointer;
	font-size: 11px;
	color: #666666;
}

.price {
	font-weight: normal;
	color: #76b701;	
	text-align: right;
	display: inline-block;
	width: 60px;
	margin-right: 10px;	
}

.details {
	display: block;
	width: 400px;
	margin: 0.5em 0 0 30px;
}

div#agbs label {
	width: 400px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}

#agbs {
	width: 450px;
	display: block;
	clear: both;
	margin-bottom: 2em;
}

div#agbs input {
	float: left;
	width: 30px;
	padding: 0;
	margin: 5px 0 0 0;
}

div#content dl {
	width: 100%;
	margin-bottom: 2em;
}

div#content dt {
	width: 30%;
	float: left;
	font-weight: bold;
	margin-bottom: 2em;		
}

div#content dd {
	width: 65%;
	margin: 0;
	padding: 0;
	margin-bottom: 2em;	
	float: left;
}
