* {
    margin: 0;
}

#container{
    float: left;
    background: url("images/containerbg.png") repeat-y;
    margin-top: 20px;
    height: auto;
    width:1010px;
}

* html #container{
    width: 1010px;
    padding-right: 14px;
}

#header{
    float: left;
    height: 140px;
    width: 1010px;
    background: url("images/header.jpg") no-repeat;
    z-index:1;
}

#header ul{
    margin:0;
    padding:0; 
}

#header ul  li{
    float: left;
    list-style: none;
}

#headernavi{
    z-index:10;
}

.logo{
    float: left;
    display: block;
    width: 215px;
    height: 85px;
    margin: 20px 0 0 50px;
}

.smaller{
    float:left;
    display: block;
    width: 10px;
    height: 10px;
    margin: 80px 0 0 495px;
}

.normal{
    float:left;
    display: block;
    width: 10px;
    height: 10px;
    margin: 80px 0 0 2px;
}

.bigger{
    float:left;
    display: block;
    width: 10px;
    height: 10px;
    margin: 80px 0 0 7px;
}

.contact{
    float:left;
    display: block;
    width: 45px;
    height: 12px;
    margin: 80px 0 0 20px;
}

.sitemap{
    float:left;
    display: block;
    width: 45px;
    height: 12px;
    margin: 80px 0 0 20px;
}

.german{
    float:left; 
    display: block;
    width: 15px;
    height: 12px;
    margin: 80px 0 0 16px;
}

.english{
    float:left;
    display: block;
    width: 15px;
    height: 12px;
    margin: 80px 0 0 20px;
}

.homelink{
    float:left;
    display: block;
    width: 30px;
    height: 12px;
    margin: 80px 0 0 15px;
}

#contentWrapper{
    float: left;
    height: auto !important;
    min-height: 650px;
    height: 650px;
    width: 990px;
    padding-left:20px;
}

#random_image {
	width: 965px;
	height: 265px;
	float: left;
	margin: 0 0 0 10px;
}

* html #random_image {
	margin: 0 0 0 2px;
}

#searchbox{
    float: left;
    height: 25px;
    width: 178px;
    padding: 20px 15px;
    background: #f0f0ed;
}

.searchfield{
    height: 14px;
    width: 166px;
    background: url("images/searchbg.jpg");
    border: 0;
    font-size: 0.75em;
    color: #666666;
    padding: 6px;
}

#content{
    float: left;
    width: 440px;
    padding: 30px;
}

#sidebar{
    float: left;
    width: 220px;
    padding-right: 20px;
    padding-top: 30px;
}

* #sidebar {
	padding-right: 0;
}

.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.jpg") no-repeat;
    font-size: 0.9em;
}

* html #footer {
	padding-right: 14px;
}

#footertext{    
    float: left;
    background: #eaeae6;
    color: #333333;
    margin-left: 30px;
    height: 32px;
    width:945px;  
    text-transform: uppercase;  
    padding: 0px 0 0 20px;
    background: url("images/footer_bg.jpg") no-repeat;
    
}

* html #footertext {
	margin-left: 25px;
}

.arbeiten{
    margin: 0 2px 2px 0;
    padding: 0 !important;
    border: 1px solid #cccccc !important;
}

.rssLinkIcon {

}

table#news td {
	vertical-align: top; 
}