body {
    margin: 0px;
    padding: 0px;
    background-color: #243E93;
}

* {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #585B64;
}

h1 {
    font-size: 16px;
    color: #233D91;
    margin: 0 0 21px 0;
}

h2 {
    font-size: 14px;
    color: #233D91;
    margin: 12px 0 12px 0;
}

p {
    margin: 0px;
    line-height: 21px;
}

a:hover {
    color: #233D91;
}

#main {
    width: 100%;
    background-color: #FFF;
    border-top: 4px solid #1B2457;
    padding: 20px 0 0 0;
}

.min_width {
    width: 1000px;
    margin: 0px auto 0px auto;
}

#logo {
    text-align: left;
    margin-left: 70px;
}

.main_img {
    margin-top:44px;
}

#topnav {
    text-align: center;
    height: 26px;
    padding-top: 11px; 
    width: 962px;
    text-align: center;
    background-image:url(../img/background_nav.gif);
    margin: 16px auto 20px auto;
}

#topnav a {
    text-decoration: none;
    font-weight: bold;
    margin: 0px 20px;
}

#topnav a:hover {
    color: #233D91;
}

#topnav a.active {
    color: #233D91;
}

#topnav span {
    text-decoration: none;
    font-weight: bold;
    margin: 0px 30px 0 30px;
	color: #C0C0C0;
}

#top_bar {
    height: 35px;
    background-image: url(../img/balken_small.gif);
    margin-bottom: 32px;
    text-align: center;
    padding: 15px 0 0 0;
}

.ticker_text {
    color: #fff;
}

/* left_nav */
#left_nav {
	width: 200px;
	vertical-align: middle;
    float: left;
    margin: 0 0 0 0;
}
#left_nav ul {
	margin:  0 0 20px 25px;
	padding-top:0px;
    padding-left:0px;
	padding-right:0px;
	padding-bottom:100px;
	list-style-type: none;
}
#left_nav ul li {
	list-style: none;
	font-weight: bold;
	color: #000;
	float: left;
    margin: 0 0 10px 0;
}

#left_nav li {
    background-image: url(../img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    width: 150px;
    margin: 0 0 6px 0;
    padding: 0 0 0 21px;
}

#left_nav span {
    display: block;
    margin: 3px 0 0 0;
}

#left_nav a:link, #left_nav a:visited, #left_nav a:hover, #left_nav a:active {
	text-decoration: none;
    display: block;
    margin: 2px 0 0 0;
}
#left_nav a:hover {
	color: #233D91;
}
#left_nav a.active {
    color: #233D91;
}
/* left_nav */

#content {
    float: left;
    width: 548px;
    padding: 0 25px 0 25px;
    border-left: 1px dashed #C2C3C6;
    border-right: 1px dashed #C2C3C6;
}

#right {
    float:left;
    margin-left: 25px;
}

#right img {
    margin: 5px 0 5px 0;
    border: 0px;
}

.right_spacer {
    height: 30px;
}

.top_spacer {
    margin-top: 50px;
}

.download_link {
    float: left;
    width: 261px;
    border-top: 1px dashed #C2C3C6;
    border-bottom: 1px dashed #C2C3C6;
    height: 25px;
    margin-top: 50px;
}
.download_link_right {
    margin-left: 26px;
}
.download_link a {
    background-image: url(../img/btn_download.gif);
    background-repeat: no-repeat;
    background-position: 182px 5px;
    height: 23px;
    text-decoration: none;
    display: block;
    padding: 0 0 0 10px;
}
.download_link a:hover {
    background-image: url(../img/btn_download_active.gif);
    text-decoration: none;
}
.download_link span {
    position: relative;
    top: 0px;
}
.download_link img {
    border: 0px;
    margin-left: 7px;
    position: relative;
    top: 4px;
}


.contact_box {
    float: left;
    width: 261px;
    border-top: 1px dashed #C2C3C6;
    border-bottom: 1px dashed #C2C3C6;
    padding: 6px 0 6px 0;
}
.contact_box img {
    float: left;
    margin: 0 25px 0 0;
}
.contact_box p {
    float: left;
    line-height: 16px;
}
.contact {
    float: left;
    line-height: 16px;
}

.basic_table {
    width: 100%;
}
.basic_table th {
    font-size: 13px;
    color: #233D91;
    text-align: left;
    border-bottom: 1px dashed #C2C3C6;
    border-right: 25px solid #FFF;
    padding: 3px 0 5px 0;
}
.basic_table th.top_margin, .basic_table td.top_margin {
    padding-top: 30px;
}
.basic_table td {
    padding: 5px 0 5px 0;
    border-bottom: 1px dashed #C2C3C6;
    border-right: 25px solid #FFF;
}
.basic_table td.col3, .basic_table th.col3 {
    border-right: 0px;
}

.basic_table td.center, .basic_table th.center {
    text-align: center;
}

#referenz_table td.col2{
    border-right: 0px;
}
#referenz_table td.col1, #referenz_table td.col2 {
    width: 50%;
}


#bottom_bar {
    height: 197px;
    padding-top: 14px;
    background-image: url(../img/balken_big.gif);
    color: #FFF;
    text-align: center;
    margin-top: 50px;
}

#bottom_bar a, #bottom_bar span {
    color: #FFF;
    text-decoration: none;
    margin: 0 9px 0 9px;
}

#bottom_bar a:hover {
    text-decoration: underline;
}

.logo_left {
	
	margin-top:100px;
	margin-left:26px;
	margin-right:24px;
}

*html .logo_left {
	
	margin-top:162px;
	margin-left:26px;
	margin-right:24px;
}

*+html .logo_left {
	
	margin-top:162px;
	margin-left:26px;
	margin-right:24px;
}

.logo_left img {
	
	border:0px;
	
	}

#left_nav .logo_left a {
	margin-bottom:10px;
}

#left_nav .logo_left a:hover {
	margin-bottom:10px;
}

*+html #left_nav .logo_left a {
	margin-bottom:8px;
}

*+html #left_nav .logo_left a:hover {
	margin-bottom:8px;
}

img.zentriert {
display: block;
margin: 0px auto;
}


