
body {
        margin: 0;
        padding: 0;
        background: #FFFFFF url(images/img01.jpg) repeat-x;
        font-size: 14px;
        text-align: justify;
        color: #6B6854;
}

body, th, td, input, textarea, select, option {
        font-family:  Arial;
}

h1, h2, h3 {

        color: #6B6854;
}

h1, h2, h3 {
        font-family: Arial;
        color: #6B6854;
}

h1 {
        font-size: 25px;
        font-weight: bold;
}

h2 {
        font-size: 14px;
        font-weight: normal;
}

h3 {
        font-size: 20px;
}

p, ul, ol {
        margin: 0;
        padding: 0;

}

div.abstand {

margin-top:30px;
margin-left:30px;
margin-right:30px;

}

blockquote {
        padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
        line-height: normal;
        font-style: italic;
}

a {
        color: #5E8402;
        text-decoration: none;
}

a:hover {
        color: #5E8402;
        text-decoration: none;
}


#wrapper {
}


/* Header */

#header {
        width: 1217px;
        height: 18px;
        margin: 0 left;
        text-transform: uppercase;
        font-family: Arial;
}

#header h1, #header p {
        margin: 0;
}

#header h1 {
        font-size: 28px;
}

#header p {
        margin-top: -10px;
        font-size: 14px;
        font-weight: bold;
        color: #726503;
}

#header a {
        text-decoration: none;
        color: #F79F1A;
}

#wrapper {
        width: 1217px;
        margin-top: 0;
        padding: 0;
        background: url(images/img02.jpg) no-repeat left top;
}

/* Page */

#page {
        width: 1000px;
        margin: 0 left;
        padding: 0;
        height: 650px;
}

/* Content */

#content {
        float: right;
        width: 610px;
        margin: 0;
        padding: 170px 0 0 0;
}

.title {
        padding: 0 20px 0 0px;
        font-size: 24px;
}


.alignleft {
        float: left;
}

.alignright {
        float: right;
}


/* Sidebar */

#sidebar {
        float: left;
        width: 230px;
        margin-bottom: 10px;
        padding-left: 100px;
        position: fixed
}

#sidebar ul {
        margin: 200px 0 0 5px;
        padding: 0;
        list-style: none;
}

#sidebar li {
        margin: 0;
        padding: 0;
}

#sidebar li ul {
        padding: 0px 21px 16px 0px;
}

#sidebar li li {
        background: url(images/img04.gif) repeat-x left bottom;
        padding: 7px 0 7px 0px;
}

#sidebar h2 {
        margin: 0;
        width: 215px;
        height: 35px;
        padding: 5px 0px 10px 0px;
        font-family: Arial;
        font-size: 18px;
}

#sidebar a {
        padding-left: 10px;
        text-decoration: none;
        background: url(images/img05.jpg) no-repeat left 50%;
}

#sidebar a:hover {
        text-decoration: underline;
}


/* Footer */

#footer {
        background: url(images/img03.jpg) repeat-x left top;
        margin: 0;
        height: 60px;
        padding: 0 0 0 100px;
        font-family: Arial;
        font-size: 11px;
        color: #FFFFFF;
}


#footer p {
        padding: 20px 0 20px 0;


}

#footer p a {
        padding: 25px 0 20px 0;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
        color: #FFFFFF;
}





.highslide {
        cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
        visibility: hidden;
}
.highslide img {
        border: 2px solid gray;
}
.highslide:hover img {
        border: 2px solid white;
}

.highslide-wrapper {
        background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica, "Arial";
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
        color: black;
        font-size: 8pt;
        font-family: arial;
        font-weight: bold;
    text-decoration: none;
        padding: 2px;
        border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
        font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
        background: url(highslide/graphics/fullexpand.gif) no-repeat;
        display: block;
        margin: 0 10px 10px 0;
        width: 34px;
        height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
