* {
    padding: 0;
    margin: 0;
}

body {
    background: #036;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #333333;;
}

img {
    border: none;
}

a {
    color: #3E92EA;
}

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

#wrap {
    background: #036;
    padding: 40px 0px 0px 0px;
    margin: 0px auto 0px auto;
    width: 800px;
}

#sitebody{
    width: 780px;
/*    background: #fff;*/
    background: url(images/content1.jpg) repeat-y;
}

#header {
    height:110px;
}

.header_left {
    width: 650px;
    float: left;
}

.header_right {
    width: 150px;
    float: left;
}

#header h1 {
    font-size: 26px;
    font-weight: 100;
    letter-spacing: -3px;
    padding: 12px 0 5px 10px;
}

#header h1 a {
    color: #ddd;
    text-decoration: none;
    font-weight: bold;
}

#header h1 a:hover {
    color: #ddd;
    text-decoration: none;
    font-weight: bolder;
}

#header h2 {
    color: #ddd;
    font-size: 15px;
    font-weight: 100;
    padding: 0 0 0 11px;
    letter-spacing: -1px;
    line-height: 12px;
}

#menu {
/*    height: 300px;
    line-height: 30px;*/
    background: url(images/menu_blue.jpg) repeat-y;
}

#menu ul {
    padding-left: 10px;
    list-style-type: none;
}

#menu ul li {
    display: block;
    float: left;
    border-right: 1px solid #fff;
}

#menu ul li a {
    color: #eee;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 600;
}

#menu ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

#content {
    background: url(images/content1.jpg) repeat-y;
/*    text-align: left;*/
/*    padding: 10px 20px;*/
}

.right {
    width: 650px;
    float: left;
    text-align: justify;
}

.right h2 {
    color: #525252;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 100;
    padding : 10px 0 15px 0;
    text-align: left;
}

.right h3 {
    color: #525252;
    font-size: 16px;
    font-weight: 100;
    padding : 10px 0 0 30px;
    text-align: left;
}

.right h3 a {
    text-decoration: none;
    color: #525252;
}

.right h3 a:hover {
    color: red;
}

.right h4 {
    color: #525252;
    font-size: 16px;
    font-weight: bold;
    padding : 10px 0 0px 0;
    text-align: left;
}

.right ul {
    list-style-type: #8226;
    padding: 15px 10px 0px 30px;
    text-align: left;
}

.right li {
    padding-bottom: 10px;
    text-align: left;
}

.left {
    width: 130px;
    float: left;
    padding: 0px 0px 0px 10px;
    font-size: 13px;
    font-weight: bolder;
    color: #eee;
}

.left ul {
    list-style-type: none;
    padding: 15px 10px 0px 10px;
}

.left li {
    padding-bottom: 10px;
    text-align: left;
}

.left h2 {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.left a {
    text-decoration: none;
    color: #eee;
}

.left a:hover{
    color: #fff;
    padding-left: 10px;
}

#top {
    background: url(images/top.jpg) no-repeat;
    padding: 5px 0;
}

#bottom {
    background: #555 url(images/bottom2.jpg) no-repeat;
    padding: 5px 0;
}

#footer {
    text-align: center;
    color: #eee;
    font-size: 11px;
/*    padding: 0 0 10px 0;*/
}

.articles {
    text-align: justify;
    font-size: 11px;
    font-weight: normal;
}

.project {
    border-top: 1px solid #036;
}

.achtungtext {
    color: red;
    padding-right: 10px;
}

