body {
	font-family: Verdana,Arial,Helvetical;
	font-size: 9pt;
	color:#333333;
    background:#f8f9fc;
    text-align: center;
}

hr {
    width:305px;
    float:left;
}

#wrapper {
    width: 670px;
    margin: 50px auto;
    background: url(/img/mainshadow.jpg) repeat-y center;
    text-align: center;
}

div.nlTop {
    display: block;
    clear: both;
    height: 20px;
    background: url(/img/nltop.png) no-repeat;
}

div.nlBottom {
    display: block;
    clear: both;
    height: 20px;
    background: url(/img/nlbottom.png) no-repeat;
}

div.inner-wrapper {
    width: 620px;
    margin: 0px auto;
    text-align: left;
}

div.header {
    border-bottom: 15px solid #E8EBF5;
}

div.content {
    padding: 20px 0px;
}

div.content div.formRow {
    margin-bottom: 3px;
    float: left;
    width: 98%;
}

#myuser,
#mypass,
#myname,
#mycustnr,
#mycontact{
    border: 1px solid #ccc;
    padding: 2px;
    width: 146px;
}

div.content div.formRow label {
    float:left;
    width:160px;

}

div.content p {
    margin: 10px 0px;
}

span.small {
    color:#999;
    font-size:0.8em;
}

.impressum {
    text-align: right;
}

.impressum a {
    color:#284d94;
    text-decoration:underline;
}