* {
    margin: 0;
    padding: 0;
}

html { overflow-y: scroll; }

body {
    text-align: center;
    background: #eee url(../_gfx/body_bg.gif) left top repeat-x;
}
#container {
	margin: 0 auto;
	width: 770px;
    text-align: left;
    background: #eee url(../_gfx/container_bg.gif) left top repeat-y;
	border-top: none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

#header {
	background: transparent url(../_gfx/header_bg.png) left top no-repeat;
    height: 151px;
}
#topNav {
    padding: 127px 0 0 460px;
}
#topNav ul {
    margin: 0;
    list-style-type: none;
}
#topNav ul li {
    display: block;
    float: left;
}
#topNav ul li a, #topNav ul li a:link, #topNav ul li a:active, #topNav ul li a:focus {
    display: block;
    border-right: 1px solid #9D0704;
    border-left: 1px solid #EA6462;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 100px;
}
#topNav ul li a:hover {
    text-decoration: underline;
}
#leftCol {
	float: left;
	width: 190px;
}
#leftCol ul {
    margin: 0 11px 0 11px;
    list-style: none;
    background-color: #eee;
}
#leftCol ul a, #leftCol ul a:link, #leftCol ul a:visited, #leftCol ul a:active, #leftCol ul a:focus {
    display: block;
    padding: 5px 0 5px 25px;
    color: #fff;
    text-decoration: none;
    background: #DD0A06 url(../_gfx/menu_a_bg.gif) 10px 12px no-repeat;
    border-top: 1px solid #EA6462;
    border-right: none;
    border-bottom: 1px solid #9D0704;
    border-left: none;
    width: 168px; /* IE 5.x */

    voice-family: "\"}\"";
    voice-family:inherit;
    width: 143px;
    voice-family: "\"}\"";
}
#leftCol ul a:hover {
    text-decoration: underline;
}
#leftCol h2 { /* Menü-Überschriften */
    margin: 0 11px 0 11px;
    padding: 5px 0 5px 25px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    color: #006296;
    background-color: #fff;
}
#rightCol {
    padding: 15px;
	float: right;
	background-color: #ccc;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
	width: 150px; /* IE 5.x */

    voice-family: "\"}\"";
    voice-family:inherit;
    width: 120px;
    voice-family: "\"}\"";
}
#content2col {
	  margin-left: 190px;
    padding: 20px;
}
#content3col {
	  margin: 0 150px 0 190px;
    padding: 20px;
}
#footer {
	clear: both;
	background: #DD0A06 url(../_gfx/footer_bg.png) left bottom no-repeat;
    height: 19px;
}
#footer .p1 {
    margin: 0;
    padding: 0 0 0 330px;
    float: left;
    font-size: 90%;
    color: #fff;
}
#footer .p2 {
    margin: 0;
    padding: 0 5px 0 0;
    float: right;
    font-size: 90%;
    color: #fff;
}
#footer .p2 a {
    color: #fff;
