@import url(content.css);
@import url(form.css);

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 140%;
    text-align: center;
    background-color: #fff;
}

hr {
    display: none;
}

a:link { color: #cc0000; }
a:visited { color: #6e6e6e; }
a:hover { color: #cc0000; } 
a:active { color: #6e6e6e; } 

#wrapper {
    width: 800px;
    margin: 10px auto 0px auto;
    text-align: left;
    border: 1px #8d8d8d solid;
    background: url(../img/g_back.gif) left top repeat-y #F0F0F0;
}

#header {
    text-align: center;
    padding: 15px 0px 15px 200px;
    position: relative;
    background: url(../img/h_back.gif) left top repeat-y #FFF;
}

#header #lang {
	position: absolute;
	top: 5px;
	left: 10px;
}

#header a {
    color: #074272;
    font-size: 44px;
    font-weight: bold;
    font-style: oblique;
    text-decoration: none;
}

#bar {
    color: #fff;
    text-align: center;
    padding: 5px 5px 5px 200px;
    background-color: #cc0000;
}

#sidebar {
    float: left;
    padding-top: 30px;
    width: 200px;
}

#sidebar ul {
    list-style-type: none;
    margin: 10px 0px 5px 0px;
}

#sidebar ul li {
    margin: 10px 0px 10px 0px;
}

#sidebar ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-left: 25px;
}

#sidebar ul li a:hover {

    background: url(../img/dreieck.gif) 10px 0.2em no-repeat;
}

#sidebar ul li a.active {
    font-weight: bold;
    background: url(../img/dreieck.gif) 10px 0.2em no-repeat;
}

#sidebar ul ul li {
    padding: 0px 5px 0px 10px;
}

#footer {
    clear: both;
    color: #cc0000;
    background: url(../img/h_back.gif) left top repeat-y #FFF;
}

#footer .sidebar {
    float: left;
    width: 200px;
    padding: 2px 0px 2px 0px;
    text-align: center;
    font-size: 0.7em;
}

#footer .sidebar a {
    color: #cc0000;
    text-decoration: none;
}

#footer .sidebar a:hover {
    color: #cc0000;
    text-decoration: none;
}

#footer .content {
    text-align: center;
    font-size: 0.9em;
    margin: 0px 0px 0px 220px;
    padding: 2px 0px 2px 0px;
}
