* {
    margin: 0;
}

#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-nlf1.jpg") no-repeat;
    z-index:1;
}

.logo{
    float: left;
    display: block;
    width: 225px;
    height: 85px;
    margin: 50px 0 0 30px;
}

.headerimage{
    padding: 20px 0 0 1px;
}

#contentWrapper{
    float: left;
    height: auto !important;
    background: url("images/containerbg.jpg") repeat-y;
    min-height: 650px;
    height: 650px;
    width: 990px;
    padding-left:20px;
}

#content{
    float: left;
    width: 440px;
    padding: 30px;
}

#sidebar{
    float: left;
    width: 210px;
    padding-right: 20px;
    padding-top: 30px;
}

.sidebar{
    float: left;
    width: 190px;
    background: #cccccc;
    padding: 20px;
    color: #666666;
}

#footer{
    float: left;
    height: 90px;
    width:1010px;
    padding-top: 20px;
    background: url("images/footer.jpg") no-repeat;
    font-size: 0.9em;
}

* 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;
}
