body {
    background-color: #eeeeee;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}
p {
    width: 365px;
    margin: 0 0 1em 0;
    padding: 0;
    text-align: justify;
}
a {
    color: #000000;
}
img {
    border: none;
}
sub, sup {
    position: relative;
    height: 0;      
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;      
}
sub { 
    top: .5ex; 
}
sup {
    bottom: 1ex;      
}
.images {
    clear: both;
    float: right;
    width: 232px;
    margin-left: 20px;
}
.images img {
    display: block;
    margin-bottom: 18px;
}
.images p {
	width: 100%;
}
.yellow {
    color: #FFC600;
}
.orange {
    color: #FF8E00;
}
.red {
    color: #FF0000;
}
.green {
    color: #528828;
}
.purple {
    color: rgb(153, 36, 143);
}
.blue {
    color: rgb(0, 115, 189);
}
.bgyellow {
    background-color: #ffc90a;
}
.bgorange {
    background-color: #f58221;
}
.bgred {
    background-color: #ed1c24;
}
.bgpurple {
    background-color: rgb(153, 36, 143);
}
.bgblue {
    background-color: rgb(0, 115, 189);
}
#navigation {
    position: absolute;
    top: 10px;
    left: 0;
    width: 200px;  
    margin: 0;  
    padding: 0 0 0 10px;
    font-size: 12px;
    list-style-type: none;
    list-style-position: outside;
}
#navigation a {
    color: #000000;
    text-decoration: none;
}
#navigation a:hover {
    text-decoration: underline;
}
#navigation li.active a {
    text-decoration: underline;
}
#navigation ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}
#navigation li {
    margin: 15px 0 0 0;
}
#navigation #nav-logo {
    margin: 0;
}
#navigation #nav-100jahre {
    text-align: center;
}
#navigation ul {    
    height: 75px;
    padding: 5px 0;    
}
#navigation ul li {
    margin: 0 0 0 5px;
}
#navigation ul li.nav-header {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}
#content {
    position: absolute;
    top: 10px;
    left: 230px;
    width: 620px; 
    padding: 75px 1em 1em 1em;
}
#content ul { 
    width: 365px;
    margin: 0 0 1em 0;
    padding: 0;
    list-style-type: none; 
}
#content li {
    line-height: 130%;
    text-align: justify;
    padding-left: 20px;
    background: url(../images/square_orange.gif) no-repeat left 2px;
}

