html {
    overflow-y: scroll;
}

body,
html {
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

h1 {
    font-size: 18px;
    margin: 0;
}

.pagewidth {
    margin-left: auto;
    margin-right: auto;
    width: 969px;
    position: relative;
    overflow: auto;
}

.header {
	background-color: #ffffff;
	height: 351px;
    margin-top: 70px;
}

.wrapper {
    margin-top: 29px;
    float: left;
}

a { 
	text-decoration: none;
}

.logo {
    width: 400px;
    position: absolute;
    top: 50px;
    right: 0;
    height: 37px;
}

.language {
    float: right;
    margin: 10px 40px 0 0;
}

.language a {
    color: #000000;
    text-decoration: none;
}

.language a:hover {
    text-decoration: underline;
}

.stickerUser {
    background-image: url(./img/kasten.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 393px;
    height: 211px;
    margin-left: 143px;
    float: left;
}

.stickerProvider {
    background-image: url(./img/kasten.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 393px;
    height: 211px;
    float: left;
    margin-left: 30px;
}

a.user {
    background-image: url(./img/arrow.gif);
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 100%;
    font-weight: bold;
    color: #d20a3d;
    padding-left: 18px;
}

a.user:hover {
    color: #000000;
    text-decoration: none;
}

a.provider {
    background-image: url(./img/arrow.gif);
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 100%;
    font-weight: bold;
    color: #007a7a;
    padding-left: 18px;
}

a.provider:hover {
    color: #000000;
    text-decoration: none;
}

.title {
    padding-top: 52px;
}

.imageUser {
    padding-top: 41px;
}

.imageProvider {
    padding-top: 31px;
}

.clear {
    clear: both;
}

* html .stickerUser {
    margin-left: 71px;
}

* html .logo {
    top: 48px;
}

* html .pagewidth {
    margin-top: 10px;
}

*+html .logo {
    top: 48px;
}

*+html .pagewidth {
    margin-top: 10px;
}
