body {
                background-color: #232222;
                color: #eeeeee;
                font-family: Tahoma,Verdana,Arial;
}
#seite {
                border-color: #313435;
                border-width: 2px;
                border-style: solid;
                padding: 5px;
		min-height: 700px;
		overflow-y: auto;
		overflow-x: hidden;
}
#header {
                text-align: center;
}
a:link {
                color: #448adc;
                text-decoration:none;
                font-weight:bold;
}
a:visited {
                color: #869AA0;
                text-decoration:none;
                font-weight:bold;
}
a:hover {
                color: #FFFFFF;
                text-decoration:none;
                font-weight:bold;
}
#links {
                float: left;
                width: 160px;
}
#mitte {
                float: left;
                font-size: 0.9em;
                background-color: #3F3F3F;
                margin-left: 20px;
                width: 600px;
                border-color: #313435;
                border-width: 2px;
                border-style: solid;
                padding: 2px;
}
#rechts {
                margin-left: 800px;
                width: 180px;
}
.logo h1 {
                font-size: 1.8em;
                margin-right: 70px;
}
.linie {
                float: left;
                width: 160px;
                margin-top: 2px;
                border-top-width: 1px;
                border-top-style: solid;
                border-top-color: #313435;
                font-size: 12px;
}
.linie2 {
                float: left;
                width: 540px;
                margin-top: 2px;
                border-top-width: 1px;
                border-top-style: solid;
                border-top-color: #4F4F4F;
                font-size: 12px;
}
.menuitem {
                display: inline;
                font-size: 0.95em;
                color: #5db7fa;
                border-top: 2px solid #3B7BBF;
                border-bottom: 2px solid #3B7BBF;
                padding: 5px;
                margin-top: 10px;
}
#langswitch {
                float: right;
}
#lang {
                border: 1px solid #869AA0;
}
#lang:hover {
                border: 1px solid #FFFFFF;
}
#footer {
                font-size: 0.75em;
}