body {
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
}

input, select{
	margin: 10px 0}

.header {
    width: 100%;
    height: 100px;
    background: #0084B6;
    margin-bottom:35px;
}

.wave {
    height: 200px;
    background: transparent url(/SkosServices/static/images/welle2.png) repeat-x scroll left;
    text-align:center;
}

.wave .logo {
    margin: 10px;
    border: 0;
}

#pbContainer .yui-pb-bar {
    background-image: none;
    background-color: #0084B6 !important;
}

#pbContainer .yui-pb {
    height: 15px;
    width: 350px;
    background-image: none;
}

.main {
    text-align:center;
    margin:auto;
}

a {
    font-weight: bold;
    color: #0084B6;
    padding: 2px;
}

.formular{
margin:0 auto;
width:525px;}

.label{
	width:125px;
	float:left;
	text-align:right;
	margin:10px 5px 10px 0;
	clear:both;}

.feld{
	float:left;
	text-align:left;
	}

small{
display:inline-block;
width:235px;
margin: 5px 0 0 5px;}

ul#services{
	padding:0;}

ul#services li{
	display:inline;
	list-style:none;}

ul#services li a {
background:transparent url(/SkosServices/static/images/convert-icon.png) no-repeat scroll center top;
display:inline-block;
height:65px;
padding-top:70px;
text-decoration:none;
width:130px;}

ul#services li.check a {
background:transparent url(/SkosServices/static/images/check-icon.png) no-repeat scroll center top;}

ul#services li a:hover{
	text-decoration:underline;}

#statusArea {
    width: auto;
}

#statusArea img {
    vertical-align: middle;
}

#about a {
    float: right;
    color: #FFF;
}

.info {
    margin: 50px;
    border: 1px dashed #0084B6;
    padding: 10px;
    background-color: #D1DCFF;
    float:right;
}
