body {
    font-family: 'Open Sans', Arial, sans-serif;    /*lukas*/
    color: #666666;
    font-size: 12px;
}
#main {
    width: 782px;
    margin: 0 auto;
}
#header {
    width: 782px;
	height: 119px;
	color: #36717b; /* lukas */
}
.logo {
    /*width: 264px;
    height: 119px;*/
    float: left;
    margin-top: 38px;   /*lukas*/
}
.slogan {
	font-size: 26px;
    width: 150px;
    float: left;
	padding: 48px 0 0 27px;
}
.steps {
    width: 200px;
    float: right;
	padding-top: 48px;
	text-align: right;
	font-size: 18px;
}
.steps strong {
	font-size: 26px;
}
#content {
	background: #f3f3f3; /* lukas */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 19px;
	width: 744px;
	float: left;
	border-bottom: 1px solid #bebebe;
}
.navigation {
	height: 81px;
	width: 744px;
	display: block;
	padding-bottom: 33px;
}
.navigation ul {
	list-style: none;
}
.navigation ul li {
	float: left;
	padding-right: 20px;
}
.navigation span.a {
	background: url('img/navigation-a.png') left top no-repeat;
	height: 63px;
	width: 100px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	padding-top: 18px;
	color: #157c8f;
}
.navigation span {
	font-size: 28px;
	color: #157c8f;
	font-weight: bold;
	height: 40px;
	display: inline-block;
}
.navigation ul li.active span.a {
	background: url('img/navigation-active.png') left top no-repeat;
	color: white;
}
.navigation ul li.active span {
	color: #fff;
}

.half-text {
    margin-bottom: 20px;
}
.form {
	font-size: 18px;
	color: #333;
}
.form h2 {
	font-size: 26px;
	text-shadow: 0 1px 0 #FEFFFF;
	color: #36717b;
	font-weight: normal;
	padding-bottom: 16px;
}
.form p {
	line-height: 125%;
	padding-bottom: 20px;
}
.form form {
	font-size: 13px;
}
.form-half {
	width: 210px;
}
.form label {
	margin: 0 0 4px 2px;
	float: left;
}
.form-space {
	margin-bottom: 15px;
	float: left;
} 
.form-text {
	/*background: url('img/form-text.png') left top no-repeat; */ /*lukas*/
    background-color: white;
	width: 400px;
	padding: 8px 9px 8px 9px;
	font-style: normal;
	color: #555;
	border: 1px solid gray; /*lukas*/
}
.form-select {
	width: 210px;
	-webkit-border-radius: 0px; /*lukas*/
	-moz-border-radius: 0px;  /*lukas*/
	border-radius: 0px;
	padding: 5px 9px 5px 9px;
	float: left;
	font-size: 13px;
	font-style: italic;
	color: #555;
	border: 1px solid gray;  /*lukas*/
}
.form-radio {
	float: left;
	margin: 0 5px 0 0;
}
.form-radio-label {
	margin: 0 20px 0 0 !important;
	float: left;
}
.form-cancel {
	background: url('img/form-cancel.png') left top no-repeat;
	height: 37px;
	width: 80px;
	padding-top: 4px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border: 0;
	margin: 0 10px 0 0;
	text-shadow: 0 -1px 0 #558893;
	cursor: pointer;
}
.form-submit {
	background: url('img/form-submit.png') left top no-repeat;
	height: 37px;
	width: 101px;
	padding-top: 4px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border: 0;
	margin: 0 10px 0 0;
	text-shadow: 0 -1px 0 #36520D;
	cursor: pointer;
}
html>/**/body .form-submit, x:-moz-any-link, x:default, html>/**/body .form-cancel, x:-moz-any-link, x:default {
	  padding-top: 0 !important;
}
.alert {
	background: url('img/alert.png') left top repeat-y;
	width: 673px;
	padding: 15px 35px 15px 55px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 120%;
	margin: 10px 0 30px 0;
	position: relative;
	left: -20px;
}
.info {
	background: url('img/info.png') 1px top no-repeat;
	float: left;
	width: 410px;
	padding: 0 30px 0 35px;
	font-size: 13px;
	line-height: 120%;
}
.back, .next {
	float: left;
	width: 121px;
	padding-top: 13px;
	height: 37px;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}

.back {
	background: url('img/back.png') left top no-repeat;
	text-shadow: 0 -1px 0 #875904;
	margin-right: 19px;
}

.next {
	background: url('img/next.png') left top no-repeat;
	text-shadow: 0 -1px 0 #3E6800;
	margin-right: 0;
}

.next[disabled=disabled], .back[disabled=disabled]
{
	background: url('img/button-disabled.png') left top no-repeat;
	text-shadow: 0 -1px 0 #aaa;
    cursor: default;
}

.question {
	background: url('img/question.png') 21px top no-repeat;
	float: left;
	width: 400px;
	padding: 4px 0 4px 55px;
	margin-top: 22px;
}
.question a {
	color: #105E6D;
}
.version {
	float: right;
	padding: 26px 21px 0 0;
	width: 100px;
	text-align: right;
}
* {
	line-height: 110%;
	margin: 0;
	padding: 0;
}

.test-success
{
    color: green;
}

.test-failed
{
    color: red;
    font-weight: bold;
}

.normal
{
	font-size: 13px;
	line-height: 120%;
}

dl
{
    margin-top: 20px;
    margin-bottom: 20px;
}

dt
{
    font-weight: bold;
    margin-top: 5px;
}

dd
{
    margin-left: 35px;
    margin-top: 3px;
}

.hidden
{
    visibility: hidden;
}

table td.label
{
    padding-right: 10px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 8px;
}

table td.label.right
{
    text-align: right;
}

table td.label.left
{
    text-align: left;
    padding-left: 28px;
}

table td.radio
{
    padding-left: 10px;
    padding-top: 10px;
}

.infoAndButtons
{
    margin-top: 30px;
}

.form-text[disabled="disabled"]
{
    background-color: #ddd;
}

.input-file
{
    background-color: white;
    padding: 8px 9px 8px 9px;
    font-size: 13px;
    font-style: normal;
    color: #555;
    border: 1px solid #3A9EB1;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.finish-table td
{
    padding: 5px;
}
