body {
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #777777;
}

a:link {
	color:#009ee1;
	text-decoration: none;
}

a:visited {
	color:#009ee1;
	text-decoration: none;
}

a:hover {
	color:#fff;
	background-color: #009ee1;
	text-decoration: none;
}

a:active {
	color:#009ee1;
	text-decoration: none;
}

#header {
    height: 600px;
    width: 948px;
    margin: 30px 0 0 0px;
    text-align:center;
}

#banner {
    float: left;
    height: 263px;
    width: 693px;
    z-index:1;
}

#logo {
    width: 255px; 
    height: 263px;
    float: left;
}

#navi {
    width: 100px;
    height: 30px;
    float: left;
    margin-top: 20px;
}
#content {
    width: 948px;
    min-height: 480px;
    margin: 0px 0 0 13px;
    text-align: center;
}
*html #content {
    width: 948px;
    height: 100%;
    margin: 20px 0 0 15px;
    text-align: center;
}
#inhalt {
    width: 600px;
    float: left;
    text-align: left;
    margin: 0 0 0 0;
}

ul {
    display: block;
    list-style-type: none;
    margin: 0px 0 10px 0;
    padding: 0px;
}

#leistungen ul {
    margin: 0px 0 0 16px;
    padding: 0px;
    list-style-type: square;
}

#sidebar {
    text-align: left;
    width: 220px;
    float: right;
    margin: 10px 0 0 10px;
    color: #5c0d0c;
}

#sidebar a {
    color: #5c0d0c;
}
#sidebar a:hover {
    color: #fff;
    background-color: #5c0d0c;
}
table {
    font-size: 12px;
}
