body {
    background-color: #444444;
}
* {
    margin: 0;
    padding: 0;
}
#page_margins {
    background-color: #FF9900;
    margin: auto;
    position: relative;
    width: 1000px;
}
.head {
    background: url("images/websitehead.jpg") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #AAAAAA;
    height: 100px;
}
.head h1, .head h2 {
    font-size: 0;
}
.schatten2 {
    background-color: #CCCCCC;
    height: 3px;
    margin-top: 5px;
    width: 280px;
}
.navi {
    background-color: #CCCCCC;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    width: 170px;
}
a {
    color: #990000;
    font-size: 16px;
    text-decoration: none;
}
a:hover {
    color: #CC0000;
}
.navi li {
    border-bottom: 1px solid red;
    border-right: 1px solid blue;
    list-style: none outside none;
    margin: 4px;
    padding: 3px;
}
.navi li ul li {
    background-color: #EEEEEE;
}
.navi3 {
    background-color: #CCCCCC;
    border-bottom: 1px solid red;
    border-right: 1px solid blue;
}
.inhalt1 {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0.5em 0.5em 0.5em 1.5em;
    text-align: left;
    width: 350px;
}
.inhalt2 {
    margin-left: 400px;
    margin-top: 5px;
    padding: 0.5em 0.5em 0.5em 1.5em;
    text-align: left;
    width: 350px;
}
.inhalt3 {
    background-color: #FFFFFF;
    margin-left: 180px;
    margin-top: 5px;
    padding: 5px;
    position: relative;
    text-align: left;
    width: 805px;
}
.text2 {
    font-style: italic;
    margin-right: 10px;
    text-align: right;
}
h3 {
    margin: 0.5em 0;
}
h4 {
    margin: 0.5em 0 0;
}
h2 {
    margin: 0.5em 0;
}
table {
    background-color: #CCCCCC;
}
td {
    border-color: #FFFFCC;
    width: 115px;
}
.color1 {
    background-color: #FFFFCC;
    border-bottom: 1px solid red;
    border-right: 2px solid blue;
}
.color2 {
    background-color: #FFCC99;
    border-bottom: 1px solid red;
    border-right: 2px solid blue;
}
.color3 {
    background-color: #FFCC99;
    border-bottom: 1px solid red;
    border-right: 2px solid blue;
}
.color4 {
    background-color: #FFCCCC;
    border-bottom: 1px solid red;
    border-right: 2px solid blue;
}
.color5 {
    background-color: #FF9933;
    border-bottom: 1px solid red;
    border-right: 2px solid blue;
}
.color6 {
    background-color: #CCCC66;
    border-bottom: 1px solid red;
    border-right: 2px solid blue;
}
.color7 {
    background-color: #FFCC66;
    border-bottom: 1px solid red;
    border-right: 2px solid blue;
}
.clear {
	clear: both;
	text-align: right;
	margin-bottom: 5px;
}
.inhalt1, .inhalt2 {
	margin-bottom: 10px;
}
#footer {
    background-color: #321910;
    clear: both;
    color: #CFBB91;
    font-family: Trebuchet MS,Arial,sans-serif;
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}
#footer a {
    color: #CFBB91;
    font-family: Trebuchet MS,Arial,sans-serif;
    font-size: 11px;
    margin-left: 20px;
}

