html, body {
        height: 100%;
        text-decoration: none;
}

body {
        margin: 10px;
        padding: 00px;
        background: #FFF url(bilder/hint_4.jpg) repeat;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2,0em;
        color: #000000;
}


.clearfix {
        clear: both;
}

h1, h2, h3 {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-family: 'Arial', sans-serif;

}

#picture {
         float: right;
}


h2, h3 {
         color: #a12587;
         font-weight: 300;
}

h1 {
     color: #A7CA44;
     font-size: 18px;
     font-weight: normal;
}



h2 {
        padding: 0px 0px 30px 0px;
        font-size: 1.50em;
}

h4 {
         font-weight: bold;
}

p, ol, ul {
        margin-top: 0px;
        line-height: 140%;
        text-decoration: none;
}

a {
        color: #A7CA44;
}

a:hover {
        text-decoration: none;
}



img.alignleft {
        float: left;
}

img.alignright {
        float: right;
}

img.aligncenter {
        margin: 0px auto;
}

hr {
        display: none;
}

/** WRAPPER */

#wrapper {

}

.container {
        width: 1000px;
        height: 100%;
        margin: 0px auto;
        position: right;
        background: #ffffff;
}






/** HEADER */

#header {
        overflow: hidden;
        height: 327px;
        background: url(bilder/logo6.jpg) no-repeat top;
}


/** PAGE */

#page {
        padding: 00px 0px 00px 0px;
        height: 100%;
        background: #ffffff;
}

.clearfix {
        clear: both;
}

/** CONTENT */

#content {
        float: left;
        width: 540px;
        height: 100%;
        padding: 20px 10px 00px 10px;
        background: #FFFFFF;
        border-image: 15px;
}

img.border {
         border-image: 20px;
}

/** SIDEBAR 1 */

#sidebar1 {
        float: left;
        width: 200px;
        height: 100%;
        margin-right: 00px;
        background: #FFFFFF;
        padding: 20px 10px 00px 10px;
}

#iframe1 {
    margin: 0;
    padding: 0;
    border: none;
    width: value;
    height: 600px;
}

/** SIDEBAR 2 */

#sidebar2 {
        float: right;
        width: 200px;
        height: 100%;
        background: #FFFfff;
        padding: 10px 10px 10px 10px;
        margin-left: 00px;
        margin-top: 11px;
}


#iframe2 {
    margin: 0;
    padding: 0;
    height: 400px;
    border: none;
    width: value;
    background: #ffffff;
    position-top: 150px;
    position-right: 0px;
}

.iframe {
         overflow-y: hidden;
         overflow-x: visible;
         height: 100%;
         width: 200px;
}

/* List style 1 */

ul.style1 {
        margin: 20px;
        padding: 20px;
        list-style: none;
}

ul.style1 li {
        padding: 10px 0px 15px 0px;

}

ul.style1 .first {
        padding-top: 0px;
        border-top: none;
}

/* List style 2 */

ul.style2 {
        margin: 0px;
        padding: 0px;
        list-style: none;
}

ul.style2 li {
        padding: 25px 0px 15px 0px;
        border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
        padding-top: 0px;
        border-top: none;
}

ul.style2 h3 {
        padding: 0px 0px 10px 0px;
        font-size: 1.50em;
}

ul.style2 h3 a {
        color: #101010;
}

ul.style2 a {
        text-decoration: none;
}

ul.style2 a:hover {
        text-decoration: underline;
}


/* List style 3 */

ul.style3 {
        margin: 0px;
        padding: 0px;
        list-style: none;
}

ul.style3 li {
        padding: 20px 0px 20px 0px;
        border-top: 1px solid #E6E7DC;
}

ul.style3 p {
        margin: 0px;
        padding: 0px;
}

ul.style3 img {
        float: left;
        margin-top: 3px;
        margin-right: 20px;
}

ul.style3 .posted {
        padding: 10px 0px 10px 0px;
        font-size: 8pt;
        color: #A2A2A2;
}

ul.style3 .first {
        padding-top: 0px;
        border-top: none;
}

.link-style {
        display: inline-block;
        margin-top: 20px;
        padding: 7px 20px;
        background: #0C73D4;
        border-radius: 5px;
        text-decoration: none;
        text-transform: uppercase;
        color: #FFFFFF;
}