body {
        background: #FFF459 ;
        margin: 0px;
        color: #000000;
}

#wrap {
        width: 1280px;
        margin: 0 auto;
}

#logocontainer h1 {
        display: block;
        width: 960px;
        position: absolute;
        color: #ffffff;
        font-size: 60px;
        letter-spacing: -2px;
        text-shadow: #333333 3px 3px 3px;
        font-weight: normal;
        top: 260px;
        margin: 0;
        padding: 0 0 0 50px;
        visibility: hidden;
        z-index: 20;
}

#logocontainer h2 {
        display: block;
        width: 760px;
        position: absolute;
        color: #ffffff;
        font-size: 30px;
        letter-spacing: -2px;
        text-shadow: #000000 3px 3px 3px;
        font-weight: normal;
        top: 340px;
        margin: 0;
        padding: 0;
        visibility: hidden;
        z-index: 20;
}

img#logo {
        position: absolute;
        z-index: -2;
        visibility: hidden;
}

#header {
        margin: 0 auto;
        width: 960px;
        padding: 7px 0;
        text-align: right;
        color: #444444;
        position: relative;
}

#searchcontainer {
        position: relative;
        width: 298px;
        height: 50px;
        left: 50%;
        padding: 0 10px 10px 10px;
        background: url(../assets/pbacks.png) no-repeat;
        z-index: 30;
}

#searchbox {
        width: 298px;
        height: 34px;
        background-color: #f7f7f7;
        border: 1px solid #ffffff;
        position: relative;
}

#searchcriteria {
        border: 0;
        outline: 0;
        background-color: #f7f7f7;
        color: #444444;
        position: absolute;
        top: 8px;
        left: 10px;
        width: 240px;
}

#searchbox .searchhome {
        position: absolute;
        top: 8px;
        left: 234px;
}

#searchbox .searchprint {
        position: absolute;
        top: 8px;
        left: 264px;
}


#searchsubmit {
        position: absolute;
        top: 8px;
        left: 200px;
}


#header a {
        text-decoration: none;
        color: #444444;
}

#header a:hover {
        text-decoration: none;
        color: #3BB41C;
}

#maincol {
        width: 960px;
        margin: 0 auto;
        padding: 0px 0;
}

#content {
        width: 660px;
	min-height: 750px;
	padding-left: 10px;
	padding-right: 10px; 
	border: 1px solid #3BB41C;
        float: right;
	background-color: #FFF459;
}

#sidebarcontainer {
        width: 277px;
min-height: 780px;
        float: left;
}

#sidebar {
        width: 250px;
min-height: 740px;
        background-color: #FFF459;
        border: 1px solid #3BB41C;
        padding: 0 10px 10px 10px;
        margin: 0 0px 0px 0;
}

.clearer {
        clear: both;
}

#trustedshops {
        margin: 20px 0;
}

#trustedshops input {
        display: block;
        width: 50px;
        height: 50px;
        float: left;
        padding: 0;
        margin: 0;
}

#trustedshops a {
        padding: 0;
        margin: 0;
        display: block;
        width: 190px;
        float: right;
        font-weight: normal !important;
        color: #444444  !important;
}

#eyecatcher {
        height: 400px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
}

#eyecatcher div {
        width: 20px;
        display: none;
        height: 400px;
        position: absolute;
        z-index: 2;
}

#eyecatcher img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
}

#firmenlogo {
        width: 150px;
        height: 86px;
        left: 50%;
        top: 275px;
        margin-left: 330px;
        overflow: hidden;
        position: absolute;
        z-index: 30;
}


#footer {
        width: 100%;
        clear: both;
        height: 45px;
        padding: 10px 0 10px 0;
        color: #444444;
}

#footer a {
        text-decoration: none;
        color: #444444;
}

#footer a:hover {
        text-decoration: none;
        color: #3BB41C;
}

#footer .footerline {

        text-align: center;
        padding-top: 10px !important;
	margin-bottom: 100px;

}

#footer .footertext{
        padding-top: 3px !important;
	font-size: 14px;
        text-align: center;
}