BODY {
        margin: 0px;
        padding: 0px;
        background: #E4E3E3;
}

#wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 916px;
        min-height: 600px;
        background: url(../images/pbk.jpg) repeat-y;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0px;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


#logo {
        float: left;
        position: relative;
        left: 8px;
        top: 0px;
        width: 900px;
        height: 80px;
        background: url(../images/plg.jpg) no-repeat;
}

form.search {
        float: right;
        position: relative;
        width: 180px;
        margin-right: 2px;
}

form.search input {
        margin: 0px 0px 0px 5px;
        vertical-align : middle;
}

input.search {
        border : 1px solid #cdcdcd;
        color: #333333;
        width: 118px;
        padding: 4px 5px 4px 5px;
        background: url(../images/pmt.gif) repeat-x;
        font-size: 10px;
}

#maintopic {
        position: relative;
        float: left;
        left: 8px;
        width: 900px;
        height: 30px;
        border-top: 1px solid #cdcdcd;
        background: url(../images/pmt.gif) repeat-x;
        overflow: hidden;
}

#plaintext {
        position: relative;
        float: right;
        padding: 10px 15px 0px 0px;
        width: 495px;
        text-align: right;
        z-index: 100;
}

#plaintext a {
        color: #888888;
        text-decoration: none;
}


#youarehere {
        display: block;
        float: left;
        position: relative;
        left: 8px;
        width: 900px;
        height: 30px;
        background-color: white;
}

#youarehere a {

        width: 900px;
        padding: 0px 0px 5px 10px;
        line-height: 25px;
        color: #888888;
        text-decoration: none;
        font-size: 11px;
}

#youarehere a:hover {
        color: #3366CC;
}


#maintopic a {
        display: block;
        float: left;
        height: 30px;
        padding: 0px 10px 0px 10px;
        line-height: 30px;
        color: #888888;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing : 2px;
        background : url(../images/pln.gif) no-repeat right;
}

#maintopic a:hover {
        background: url(../images/pmta.gif) repeat-x;
        color: #333333;
}

#maintopic a.active {
        background: url(../images/pmta.gif) repeat-x;
        color: #333333;
        font-weight: bold !important;
        font-size: 11px;
}


#topic {
        position: relative;
        float: left;
        left: 8px;
        width: 199px;
/*        background-color: #3366CC; */
}

#topic a {
        display: block;
        color: black;
        text-decoration: none;
        border-bottom: 1px solid #3366CC;
        padding: 0px;
        margin: 3px 20px 3px 20px;
        text-transform: uppercase;
        font-size: 10px;
}

#topic p {
        text-align: center;
}

#topic p a {
        border-bottom: none !important;
}

#topic a:hover, #topic a.active {
        color: #3366CC;
}

#topic h1, #undertopic h1 {
        padding: 9px 20px 9px 20px;
        background-color: #3366CC;
        font-size: 100%;
        font-weight: bold;
        color: #ffffff;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0px;
}


#eyecatcher1, #eyecatcher2, #eyecatcher3, #eyecatcher4, #eyecatcher5, #eyecatcher6, #eyecatcher7, #eyecatcher8, #eyecatcher9, #eyecatcher10,  #eyecatcher11, #eyecatcher12 {
        position: relative;
        float: right;
        right: 8px;
        width: 700px;
        height: 150px;
}


#eyecatcher1 {         background:                url(../images/peye1.jpg) no-repeat; }
#eyecatcher2 {         background:                url(../images/peye2.jpg) no-repeat; }
#eyecatcher3 {         background:                url(../images/peye3.jpg) no-repeat; }
#eyecatcher4 {         background:                url(../images/peye4.jpg) no-repeat; }
#eyecatcher5 {         background:                url(../images/peye5.jpg) no-repeat; }
#eyecatcher6 {         background:                url(../images/peye6.jpg) no-repeat; }
#eyecatcher7 {         background:                url(../images/peye7.jpg) no-repeat; }
#eyecatcher8 {         background:                url(../images/peye8.jpg) no-repeat; }
#eyecatcher9 {         background:                url(../images/peye9.jpg) no-repeat; }
#eyecatcher10 { background:                url(../images/peye10.jpg) no-repeat; }
#eyecatcher11 { background:                url(../images/peye11.jpg) no-repeat; }
#eyecatcher12 { background:                url(../images/peye12.jpg) no-repeat; }



#rechts {
        width: 688px;
        float: right;
}

#content {
        position: relative;
        float: left;
        width: 460px;
        padding: 0px;
        margin: 0px;
}

#sidebar {
        position: relative;
        float: right;
        right: 8px;
        width: 200px;
/*        background: url(../images/sidebar.jpg) no-repeat; */
/*        background-color: #3366CC; */
        color: black;
}

#footer {
        clear: both;
        text-align: center;
        padding: 12px 20px 6px 20px;
        width: 876px;
        height: 82px;
        color: black;
        text-decoration : none;
        font-size: 90%;
        background: url(../images/footer.jpg);
}


#footer a:link {
        color: black;
        text-decoration : none;
}

#footer a:visited {
        color: black;
        text-decoration : none;
}

#footer a:hover {
        color: #C0C0C0;
        text-decoration: underline;
}

#footer p {
        padding: 8px 0px 0px 0px;
        margin: 0px;
        color: black;
}


