html {
    background: #FFFFFF url("/pics/back.gif") center center repeat;
}

body {
    font-family: verdana, sans-serif;
    margin-top: 0;
}

#seite {
    background: #153B63;
    left: 50%;
    margin-left: -370px;
    position: absolute;
    width: 740px;
}

#seite h1 {
    background: url("/pics/title_complete.jpg") center center no-repeat;
    height: 100px;
    margin: 0;
    width: 740px;
}

#seite h1 span {
    display: none;
}

#navigation {
    float: left;
    margin-top: 47px;
    width: 200px;
}

#navigation h3 {
    color: #FFFFFF;
    font-size: 0.6em;
    margin-bottom: 0;
    margin-left: 1em;
}

#navigation h3 a {
    color: #FFFFFF;
    text-decoration: none;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

#navigation li {
    background: url("/pics/arrow2.gif") center left no-repeat;
    line-height: 13px;
    padding-left: 10px;
}

#navigation li span, #navigation li strong, #navigation li a {
    color: #FFFFFF;
    font-size: 0.6em;
    text-decoration: none;
}

#navigation li a:hover {
    font-weight: bold;
}

#inhalt {
    background: #FFFFFF;
    float: left;
    min-height: 23em;
    width: 540px;
}

#inhalt h2 {
    background: #153B63 url("/pics/title_background.jpg") center center 
no-repeat;
    height: 47px;
    margin: 0 auto;
}

#inhalt h2 span {
    color: #FFFFFF;
    line-height: 47px;
    margin-left: 1em;
}

#inhalt h3 {
    background: url("/pics/title_background.jpg") center center no-repeat;
    bottom: 5px;
    font-size: 1.5em;
    height: 47px;
    margin: 0 auto;
    position: relative;
}

#inhalt h3 span {
    color: #FFFFFF;
    line-height: 47px;
    margin-left: 1em;
}


#inhalt ul {
    font-size: 0.8em;
    list-style-image: url("/pics/dot.gif");
}

#inhalt #news {
    font-size: 0.8em;
    left: 1em;
	margin-top:1em;
	margin-right:3em;
	margin-left:2em;	
    margin-bottom: 5em;
    position: relative;
    text-align: justify;
    top: 2em;
}

#copyright {
    background: transparent;
    clear: both;
    color: #C0C0C0;
    font-size: 0.6em;
    font-weight: bold;
    height: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

#copyright p {
    position: relative;
    top: 1em;
}