c* {
    margin: 0;
}

body{
   margin: 8px;
}

#container{
    height: auto;
    width: 1010px;
    margin: 0 auto !important;
}

* html #container{
    width: 1010px;
    padding-right: 14px;
}

#header{
    float: left;
    height: 200px;
    width: 1010px;
    background: url("images/header.png") no-repeat;
    z-index:1;
}

.logo{
    float: left;
    display: block;
    width: 350px;
    height: 110px;
    margin: 50px 0 0 30px;
}

.headerimage{
    padding: 20px 0 0 1px;
}

#contentWrapper{
    float: left;
    height: auto !important;
    background: url("images/contentwrapper_background.png") repeat-y;
    min-height: 650px;
    height: 650px;
    width: 990px;
    padding-left:20px;
    position: relative;
    right: 1px;
}

#content{
    float: left;
    width: 440px;
    padding: 30px;
}

#sidebar{
    float: left;
    width: 220px;
    padding-right: 20px;
    padding-top: 30px;
}

.sidebar{
    float: left;
    width: 180px;
    background: #f0f0ed;
    padding: 20px;
    color: #666666;
}

#footer{
    float: left;
    height: 90px;
    width:1010px;
    padding-top: 20px;
    background: url("images/footer.png") no-repeat;
    font-size: 0.9em;
    position: relative;
    right: 1px;
}

* html #footer {
	padding-right: 14px;
}

#footertext{
    float: left;
    background: #eaeae6;
    color: #333333;
    margin-left: 50px;
    height: 23px;
    width:900px;
    padding: 7px 0 0 20px;
}

* html #footertext {
	margin-left: 25px;
}

.arbeiten{
    margin: 0 2px 2px 0;
    padding: 0 !important;
    border: 1px solid #cccccc !important;
}
