@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
    overflow: auto;
    overflow: -moz-scrollbars-vertical;
    background: url(../img/page_background_start.gif) repeat-x #FFFFFF;
	font-size: 12px;
}

.clear {
	clear: both;
}

a {
	color: #f2680c;
}

a img {
    border: none;
    text-decoration: none;
}

textarea {
    font-size:12px;
}

span.red {
    color: #800000;
}

span.green {
	color: #5FA400;
}

span.orange {
	color: #F2680C;
}

input.submit,
a.submit {
    background-color:               #f7f7f7;
    background-image:               url(../img/bullet_submit.gif);
    background-repeat:              no-repeat;
    background-position:            center right;
    border:                         1px solid #6e6e6e;
    color:                          #888;
    cursor:                         pointer;
    font-size:                      11px;
    font-weight:                    bold;
    margin:                         5px;
    padding:                        2px 35px;
    text-decoration:                none;
    text-transform:                 uppercase;
}

p.system {
    color: #800000;
    padding-bottom: 0 !important;
    font-weight: bold;
    text-align: left;
}

div.page_container {
    width: 1000px;
    margin: auto;
}

div.page {
	width: 1000px;
	margin: auto;
	position: relative;
    zoom: 1;
}

div.column_left {
    float:left;
    width:260px;
    margin-left:20px;
}

* html div.column_left {
    margin-left: 10px;
}

div.main {
    float:left;
}

div.column_right{
    float:right;
    width:260px;
    margin-right:20px;
}

* html div.column-right {
	margin-right: 10px;
}

div.header{
	background-color: #fff7e5;

    margin-bottom:25px;
	zoom: 1;
}

div.powered_by{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
	background-image: url(../img/powered_by.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.header div.contact {
	float: right;
	font-size: 14px;
    line-height: 26px;
	margin: 25px 0px 0px 0px;
    padding: 12px 0px 14px 20px;
	color: #f2680c;
    width: 260px;
    height:160px;
    background-image: url(../img/contact_box_bg.gif);
    background-repeat: no-repeat;
}

div.header div.contact h3{
	font-size: 18px;
	color: #000;
    margin-bottom:6px;
}

div.header div.contact a{
    color:#f2680c;
}

div.logo a {
    background-image: url(../img/logo.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	display: block;
	height: 100px;
	position: relative;
}

div.navigation {
	height: 35px;
	background: url(../img/navigation_background_center.jpg) repeat-x;
	overflow: hidden;
}

div.navigation div.navigation_left {
	float: left;
	width: 10px;
	height: 35px;
	background: url(../img/navigation_background_left.jpg) no-repeat;
}

div.navigation div.navigation_right {
    float: right;
    width: 10px;
    height: 35px;
    background: url(../img/navigation_background_right.jpg) no-repeat;
}

div.navigation div.jqueryslidemenu {
    width: 910px;
    float: left;
}

ul.navigation {
	list-style: none;
	font-size: 14px;
	position: absolute;
	z-index: 1000;
}

ul.navigation li {
    color: #a69775;
	float: left;
	margin-right: 5px;
	position: relative;
}

ul.navigation li.last {
}

ul.navigation li a {
	display: block;
	line-height: 40px;
	color: #A69775;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	padding: 0 15px 0 5px;
	margin-left: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    margin-bottom: -5px;
}

ul.navigation li.trail a {
	color: #FFFFFF;
}

ul.navigation li.trail li a, ul.navigation li.active li a {
	color: #a69775;
}

ul.navigation li.hasSubmenu a {
    background-image: url(../img/nav_arrow_down.gif);
}


ul.navigation li li a:hover {
    color: #F2680C;
}

ul.navigation li.active, ul.navigation li.trail {
	background: url(../img/navigation_active_center.gif) repeat-x;
}

ul.navigation li.rk {
	background: url(../img/navigation_active_center_rk.gif) repeat-x !important;
}

ul.navigation li.tk {
	background: url(../img/navigation_active_center_tk.gif) repeat-x !important;
}

ul.navigation li.trail li {
	background: none;
}

ul.navigation li.trail li.trail a {
	color: #F2680C;
}

ul.navigation li.trail li.trail li a {
    color: #A69775;
}

ul.navigation li.active a, ul.navigation li.trail a {
	color: #FFFFFF;
	padding-right: 25px;
    background: url(../img/nav_arrow_down_active.gif) no-repeat;
	background-position: right center;
}

ul.navigation li.rk a{
	background: url(../img/nav_arrow_down_active_rk.gif) no-repeat;
    background-position: right center;
}

ul.navigation li.tk a{
	background: url(../img/nav_arrow_down_active_tk.gif) no-repeat;
    background-position: right center;
}

ul.navigation li span.left, ul.navigation li span.right {
    overflow: hidden;
    position: absolute;
    display: block;
    top: 0;
    width: 5px;
    height: 35px;
}

ul.navigation li.active span.left, ul.navigation li.trail span.left {
    left: 0;
}

ul.navigation li.active span.right, ul.navigation li.trail span.right {
    right: 0;
}

div.navigation ul ul {
    border-left: 1px solid #A69775;
    border-right: 1px solid #A69775;
    border-bottom: 1px solid #A69775;
	margin-right: 5px;
	padding: 0 !important;
	background: url(../img/submenu_background.gif) repeat-x #fff7e5;
}

ul.navigation li  ul li span.left, ul.navigation li  ul li span.right{
    display:none;
}

div.navigation li li {
    float: none;
    display: block;
	/* background: #F2DFB8; */
	padding: 2px 5px;
	margin: 0 !important;
}

div.navigation li a {
    border-bottom: none;
}

div.navigation li li a {
	line-height: 20px;
    border-bottom: 1px solid #DFD1B2;
	padding: 3px 20px 3px 10px;
    font-size: 13px;
    font-style: normal;
	background-image: none;
    color:#A69775;
}
}

div.navigation li li.last a {
	border-bottom: none;
}

div.navigation li.last li a {
    border-bottom: 1px solid #DFD1B2;
}

div.navigation li li li.last a {
    border-bottom: none;
}

div.navigation li.hasSubmenu li a {
    background-image: none;
}

div.navigation li li.hasSubmenu a {
	background-image: url(../img/nav_arrow_right.gif);
	background-repeat: no-repeat;
}

div.navigation li li.hasSubmenu li a {
	background-image: none;
}

div.navigation ul ul ul {
    border-top: 1px solid #A69775;
	margin-left: 2px;
}

ul.navigation li.active span.left, ul.navigation li.trail span.left {
    background: url(../img/navigation_active_left.gif) no-repeat;
}

ul.navigation li.rk span.left{
    background: url(../img/navigation_active_left_rk.gif) no-repeat !important;
}

ul.navigation li.tk span.left {
    background: url(../img/navigation_active_left_tk.gif) no-repeat !important;
}

ul.navigation li.active span.right, ul.navigation li.trail span.right  {
    background: url(../img/navigation_active_right.gif) no-repeat;
	background-position: right;
}

ul.navigation li.rk span.right  {
    background: url(../img/navigation_active_right_rk.gif) no-repeat !important;
	background-position: right;
}

ul.navigation li.tk span.right  {
    background: url(../img/navigation_active_right_tk.gif) no-repeat !important;
	background-position: right;
}

ul.navigation li.trail li span.left, ul.navigation li.trail li span.right {
    background: none;
    display: none;
}

div.navigation div.font_scaler {
	width: 70px;
	height: 35px;
	float: right;
	overflow: hidden;
}

div.navigation div.font_scaler a {
	font-weight: bold;
	color: #A69775;
	line-height: 35px;
    text-transform: lowercase;
    text-decoration: none;
}

div.navigation div.font_scaler a {
    color: #F2680C;
}


div.navigation div.font_scaler a#fs_normal {
	font-size: 12px;
}

div.navigation div.font_scaler a#fs_medium {
    font-size: 14px;
}

div.navigation div.font_scaler a#fs_large {
    font-size: 16px;
}

div.navigation div.font_scaler a#fs_decrease {
    font-size: 13px;
    margin-right:10px;
}

div.navigation div.font_scaler a#fs_increase {
    font-size: 16px;
}

ul.subnavigation {
	padding-left: 20px;
}


/*

div.container_top_nav{
    background-image: url('../img/navigation_top_bg_2.gif');
    height:5px;
}

div.container_top_nav .corner_left{
    float:left;
    width:6px;
    height:5px;
    background-image: url('../img/navigation_topleft_bg.gif');
    background-repeat:no-repeat;
}

div.container_top_nav .corner_right{
    float:right;
    width:6px;
    height:5px;
    background-image: url('../img/navigation_topright_bg.gif');
    background-repeat:no-repeat;
}

div.font_scaler{
    float:right;
    padding-right:20px;
    font-style:normal;
}

ul.navigation {
	background: #f2ddb5;
	background-image: url(../img/navigation_top_bg.gif);
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	list-style: none;
	height: 31px;
}

ul.navigation li {
	position: relative;
	float: left;
	padding: 0px;
	line-height: 31px;
}

ul.navigation li a, div#font_scaler a {
	text-decoration: none;
	color: #a69775 ;
	letter-spacing: 1px;
}

ul.navigation li.active {
	background-image: url(../img/navigation_top_bg_active.gif);
}

ul.navigation li.active .corner_left{
    background-image: url(../img/nav_active_left_bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

ul.navigation li.active .corner_right{
    background-image: url(../img/nav_active_right_bg.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

ul.navigation li a {
    display:block;
    padding: 0 20px;
}

ul.navigation li a.arrow_down {
    background-image: url(../img/nav_arrow_down.gif);
    background-repeat: no-repeat;
    background-position: center right;
    margin-right:20px;
}

ul.navigation li.active a {
	color: #fff;
}

ul.navigation li.active a.arrow_down {
	background-image: url(../img/nav_arrow_down_active.gif);
    background-repeat: no-repeat;
    background-position: center right;
    margin-right:20px;
}

ul.navigation li.hover a {
	color: #FFFFFF !important;
}
*/

div.login div.contact li.phone {
	background: url(../img/icon-phone.gif) no-repeat;
}

div.login div.contact li.fax {
	background: url(../img/icon-fax.gif) no-repeat;
}

div.login div.contact li.email {
	background: url(../img/icon-email.gif) no-repeat;
}

div.footer{
	background-color: #b63800;
	margin:0px;
	color: #f2680c;
	font-size:12px;
    width:100%;
}

div.footer  p.border{
	padding:3px;
	background-color: #f2680c;
	color:#ffffff;
}

div.footer p.border a{
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
    text-decoration:none;
}

div.footer p#copyright{
    border-top: 1px solid #9e3100;
    margin-top: 10px;
    padding: 8px 15px;
}

div.footer p#copyright a{
    color:#ffffff;
    text-decoration:none;
}

div.footer div.footer_content{
	width:1000px;
	margin: auto;
	margin-top: 25px;
	padding-bottom: 35px;
}

div.footer div.footer_content hr {
    margin-top:10px;
    margin-bottom:8px;
    border: none;
    background-color: #9e3100;
    color: #9e3100;
    height:1px;
}

div.footer div.socialbookmarks a {
	padding: 1px;
	border: 1px solid #F2680C;
	background: #D74A0C;
	line-height: 24px;
	margin-right: 5px;
}

div.footer div.socialbookmarks a img {
    vertical-align: middle;
}

div.footer_menu {
	line-height: 14px;
	font-size: 11px;
	float: left;
	width: 120px;
	margin: 0 10px 20px 0;
}

div.footer_menu a {
    text-decoration: none;
}

div.footer_menu ul.footer_dictionary{
    float:left;
}
div.footer a {
	color: #f2680c;
}

div.footer_box {
	float:left;
	margin-right:20px;
}

div.footer_box h2 {
    color:#ffffff;
    font-size:14px;
    margin-bottom:5px;
}

div.footer ul {
	list-style: none;
}

div.footer li {
	margin-right: 10px;
}

div.footer li.last {
	padding-right: 0;
}

div.footer form.nl_form {
	margin: 10px 0;
}

div.footer form.nl_form div.input {
	float: left;
	padding: 1px;
    background: #E3E3E3;
    border: 1px solid #A43200;
	margin-right: 5px;
}

div.footer form.nl_form input.text {
	color: #9C9E9F;
	width: 160px;
	height: 12px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 5px 6px 5px;
}



div.footer form.nl_form input.image {
	float: left;
	width: 81px;
	height: 24px;
}

div.subnavigation {
    height: 35px;
    padding: 0px;
    /*background: url(../img/subnavigation_top_bg.gif) repeat-x #Ef660E;*/
}

div.subnav_background {
    background: url(../img/subnav-background.jpg) no-repeat;
	background-position: top right;
}

div.subnav_background_rk{
    background: url(../img/subnav-background_rk.jpg) no-repeat;
	background-position: top right;
}

div.subnav_background_tk{
    background: url(../img/subnav-background_tk.jpg) no-repeat;
	background-position: top right;
}

div.subnav_content {
	float: left;
	line-height: 35px;
	padding-left: 20px;
	color: #B63800;
	font-size: 15px;
	width: 660px;
	overflow: hidden;
}

* html div.subnav_content{
	width: 700px;
}

*+html div.subnav_content{
    width: 700px;
}

/*
div.subnavigation div.corner_left{
    height:59px;
    background-image: url(../img/navigation_bottomleft_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

div.subnavigation div.corner_right{
    height:59px;
    background-image: url(../img/navigation_bottomright_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}
*/

ul.subnavigation, .no_navitems {
    height: 59px;
	font-size: 13px;
	margin: 0px;
}

ul.subnavigation li {
    list-style-type: none;
	float:left;
}

ul.subnavigation li a {
	color: #ffffff;
	text-decoration: none;
}

ul.subnavigation li.active a {
	font-weight:bold;
}

ul.subnavigation li.trail li.trail li.active a {
	color: #F2680C;
}

ul.subnavigation li li.active li a {
	color: #A69775 !important;
}

ul.subnavigation li {
	padding-left: 8px;
    padding-right: 17px;
	background: url(../img/text-subnavigation-background.gif) no-repeat;
	background-position: 0px 6px;
}

div.subnavigation_right{
    float: right;
    width: 92px;
    text-align:right;
    padding-right: 10px;
    margin-top: 8px;
    background-image: url(../img/bullets_2px.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.subnavigation_right a{
    color:#fff;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    padding-right: 10px;
    background-image: url(../img/link_arrow.gif);
    background-repeat: no-repeat;
    background-position: right;
}

div.textcontent {
	width: 390px;
	font-size: 13px;
	color: #444444;
	padding: 0 20px;
	line-height: 20px;
}

div.textcontent h1, div.narrowcolumn h1 {
	font-size: 22px;
    line-height: 26px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
    margin-bottom: 10px;
    padding-left: 15px;
    background-image: url(../img/bullet_h1.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

p.h1_subheader{
    font-size:11px;
    font-weight:bold;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

div.firstpost_footer{
    height: 27px;
    vertical-align:center;
    font-weight: bold;
    font-size:11px;
    color: #a69775;
    background-color: #fff7e5;
    border-top: 2px solid #d9c18c;
    margin: 25px 0px;
    padding: 8px 0px 0px 10px;
}

div.textcontent h2 {
	font-size: 20px;
	color: #f2680c;
	font-weight: bold;
	font-style: normal;
	line-height: 24px;
    margin-top:20px;
}

div.textcontent h2 a{
    text-decoration:none;
}

div.textcontent h3 {
    line-height: auto;
    color: #f2680c;
}

div.textcontent h3.post {
    font-size:12px;
}

div.textcontent h3.post a{
    text-decoration:none;
}

div.textcontent li {
    margin-left: 15px;
}

.post_date{
    color:#000000;
    padding:2px;
    background-color: #ffeb1e;
}

div.wp_post_excerpt{
    margin-top:20px;
}

div.textcontent p {
	padding: 0 0 10px 0;
}

div.textcontent p img {
	float: left;
	margin-right: 20px;
}


/**
*   Von Worpress übernommene Styles, zur Anzeige der Artikel
*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
    font-style: italic;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

div#column_left h2, div#column_right h2, #sidebar h2 {
	font-size: 24px;
	text-transform: uppercase;
	background: url(../img/bullet_h2.gif) no-repeat;
	background-position: 0 10px;
	padding-left: 17px;
}

.post h2{
   color: #f2680c;
}

div.zinsradar {
	font-size: 12px;
	color: #58585A;
	position: relative;
}

div.zinsradar div.icon {
	background: url(../img/icon_zinsradar.png) no-repeat;
	position: absolute;
	top: -15px;
	right: 0;
	width: 48px;
	height: 48px;
}

* html div.zinsradar div.icon {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='./img/icon_zinsradar.png');
}

div.zinsradar h2 {
	text-transform: uppercase;
	font-size: 18px;
}

div.zinsradar p.h1_subheader {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

div.zinsradar span.rss {
	color: #F2680C;
	background: url(../img/icon_rss_tiny.gif) no-repeat;
	background-position: 1px 1px;
	padding-left: 20px;
	text-transform: uppercase;
}

div.zinsradar a {

}

div.zinsradar h3 {
	color: #F2680C;
	font-size: 14px;
	line-height: 18px;
	margin: 30px 0 8px 0;
}

div.zinsradar p {
	margin: 8px 0;
}

/* Zinsbox allgemein */

div.zinsbox div.zinsbox-top {
	height: 34px;
	overflow: hidden;
}

div.zinsbox div.zinsbox-bottom {
	height: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

div.zinsbox h2 {
	color: #FFFFFF;
	font-size: 18px !important;
	text-transform: none !important;
	font-weight: normal;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	padding-left: 36px !important;
}

div.zinsbox div.zinsbox-main {
	padding: 0 15px 10px 15px;
}

div.zinsbox ul.tabs {
	list-style: none;
	padding: 0 2px;
	margin: 0 -15px;
}

div.zinsbox ul.tabs li {
	width: 82px;
	height: 22px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	text-align: center;
    line-height: 22px;
}

div.zinsbox ul.tabs li a {
	color: #FFFFFF;
	display: block;

}

div.zinsbox ul.tabs li.tabs-selected {
	width: 92px;
	margin-right: -1px;
	margin-left: 0 !important;
}

div.zinsbox ul.tabs li.first {
	margin-left: 1px;
}

div.zinsbox ul.tabs li.last {
	margin-right: 0;
}

div.zinsbox div.tabcontent {
	background: #FFFDFA;
}

div.zinsbox div.zinsbox-zinsen {
	float: left;
	font-size: 10px;
	line-height: 12px;
	color: #3E3D40;
}

div.zinsbox div.zinsbox-grafik {
	float: right;
	width: 153px;
	overflow: hidden;
	margin: 10px -7px 0 -10px;

}

div.zinsbox div.zinsbox-zinsen p {
	margin-top: 5px;
}

div.zinsbox div.zinsbox-zinsen p.date {
	margin-top: 20px;
	text-transform: uppercase;
	color: #A69775;
	border-bottom: 1px solid #E8DBBD;
	line-height: 20px;
}

div.zinsbox div.zinsbox-quicklinks {
}

div.zinsbox div.zinsbox-quicklinks h3 {
	margin: 5px 0 10px 0;
	text-transform: uppercase;
	color: #A69775;
	font-size: 14px;
	border-bottom: 1px solid #E8DBBD;
}

div.zinsbox div.zinsbox-quicklinks a.more {
	background: url(../img/zinsbox_quicklinks_more.gif) no-repeat;
	float: right;
	width: 84px;
	height: 46px;
	line-height: 44px;
	color: #100F0D;
	text-align: center;
	font-size: 12px;
}

div.zinsbox div.zinsbox-quicklinks a {
	color: #F2680C;
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

div.zinsbox div.tabs-hide {
	display: none;
}

div.zinsbox div.zinsbox-aktuell div {
    font-size:                      11px;
    line-height:                    13px;
    margin:                         10px 0;
}

div.zinsbox div.zinsbox-aktuell div * {
    font-size:                      11px;
    line-height:                    13px;
}

div.zinsbox div.zinsbox-aktuell div h3 {
    margin-bottom:                  4px;
}

div.zinsbox div.zinsbox-info div {
    margin:                         10px 0;
}

div.zinsbox div.zinsbox-info div * {
    font-size:                      11px;
    line-height:                    13px;
}

div.zinsbox div.zinsbox-info div h3 {
    color:                          #f2680c;
    margin-bottom:                  4px;
}

/* Zinsbox Orange */

div.zinsbox-orange div.zinsbox-top {
	background: url(../img/zinsbox_orange_top.gif) no-repeat;
}

div.zinsbox-orange div.zinsbox-bottom {
	background: url(../img/zinsbox_orange_bottom.gif) no-repeat;
}

div.zinsbox-orange h2 {
	background: url(../img/zinsbox_orange_bullet_h2.gif) no-repeat !important;
	background-position: 7px 7px !important;
}

div.zinsbox-orange div.zinsbox-main {
	background: url(../img/zinsbox_orange_background.gif) repeat-y;
}

div.zinsbox-orange ul.tabs li {
	background: url(../img/zinsbox_orange_tab.gif) no-repeat;
}

div.zinsbox-orange ul.tabs li.tabs-selected {
	background: url(../img/zinsbox_orange_tab_active.gif) no-repeat;
}

div.zinsbox-orange ul.tabs li.tabs-selected a {
	color: #F2680C;
}

/* Zinsbox Rot */
div.zinsbox-red div.zinsbox-top {
	background: url(../img/zinsbox_red_top.gif) no-repeat;
}

div.zinsbox-red div.zinsbox-bottom {
	background: url(../img/zinsbox_red_bottom.gif) no-repeat;
}

div.zinsbox-red h2 {
	background: url(../img/zinsbox_red_bullet_h2.gif) no-repeat !important;
	background-position: 7px 7px !important;
}

div.zinsbox-red div.zinsbox-main {
	background: url(../img/zinsbox_red_background.gif) repeat-y;
}

div.zinsbox-red ul.tabs li {
	background: url(../img/zinsbox_red_tab.gif) no-repeat;
}

div.zinsbox-red ul.tabs li.tabs-selected {
	background: url(../img/zinsbox_red_tab_active.gif) no-repeat;
}

div.zinsbox-red ul.tabs li.tabs-selected a {
	color: #F2680C;
}

/* Zinsbox Grün */
div.zinsbox-green div.zinsbox-top {
	background: url(../img/zinsbox_green_top.gif) no-repeat;
}

div.zinsbox-green div.zinsbox-bottom {
	background: url(../img/zinsbox_green_bottom.gif) no-repeat;
}

div.zinsbox-green h2 {
	background: url(../img/zinsbox_green_bullet_h2.gif) no-repeat !important;
	background-position: 7px 7px !important;
}

div.zinsbox-green div.zinsbox-main {
	background: url(../img/zinsbox_green_background.gif) repeat-y;
}

div.zinsbox-green ul.tabs li {
	background: url(../img/zinsbox_green_tab.gif) no-repeat;
}

div.zinsbox-green ul.tabs li.tabs-selected {
	background: url(../img/zinsbox_green_tab_active.gif) no-repeat;
}

div.zinsbox-green ul.tabs li.tabs-selected a {
	color: #F2680C;
}

div.start-box {
	font-size: 12px;
	color: #58585A;
	line-height: 20px;
	position: relative;
}

div.start-box h2 {
	font-size: 18px;
	text-transform: uppercase;
	background: url(../img/bullet_h2.gif) no-repeat;
	background-position: 0 10px;
	padding-left: 17px;
	color: #58585A;
	line-height: 28px;
	border-bottom: 1px solid #E1E1E1;
}

div.start-box h2.noborder {
	border-bottom: none;
}

div.start-box div.icon {
	width: 48px;
	height: 48px;
	position: absolute;
	top: -15px;
	right: 0;
}

div.auszeichnungen {
    margin-bottom: 20px;
}

div.auszeichnungen div.icon {
	background: url(../img/icon_auszeichnungen.png) no-repeat;
}

* html div.auszeichnungen div.icon {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='./img/icon_auszeichnungen.png');
}

div.auszeichnungen div.top {
	background: url(../img/auszeichnungen_box_top.gif) no-repeat;
	width: 260px;
	height: 8px;
	margin-top: 10px;
}

div.auszeichnungen div.center {
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	width: 238px;
	background: url(../img/auszeichnungen_box_main.jpg) no-repeat #F5F5F5;
	padding: 0px 10px;
}

div.auszeichnungen div.bottom {
	background: url(../img/auszeichnungen_box_bottom.gif) no-repeat;
	width: 260px;
	height: 8px;
}

div.auszeichnungen img.logo {
	float: right;
}

div.auszeichnungen h3 {
	font-size: 20px;
	color: #F2680C;
	font-weight: normal;
	margin-bottom: 10px;
}

div.auszeichnungen div.center p {
	margin: 5px 0;
}

div.auszeichnungen a.infos {
	display: block;
	width: 67px;
	height: 17px;
	border: 1px solid #DADADC;
	text-align: center;
	line-height: 17px;
	font-size: 10px;
	color: #707173;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}

div.auszeichnungen ul.links {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

div.auszeichnungen ul.links li {
	line-height: 24px;
	border-bottom: 1px solid #E1E1E1;
}

div.auszeichnungen ul.links a {
	color: #707173;
	text-decoration: none;
	padding-left: 10px;
}

div.auszeichnungen ul.links li.last {
	border-bottom: none;
}

div.auszeichnungen ul.links li.last a {
	text-decoration: underline;
	color: #F2680C;
	text-transform: uppercase;
}

ul.awards {
    margin-top:15px;
    border-top: 1px solid #ebebeb;
}

ul.awards li {
    height:50px;
    margin-top:8px;
    margin-bottom:20px;
}

ul.awards li div.image{
    float:left;
    margin-bottom:20px;
}

ul.awards li div.text{
    padding-top:7px;
    margin-left:120px
}
ul.awards li div.text p{

}

ul.awards li div.text a{
    text-decoration: none;
    font-size:18px;
    color:#58585A
}

div.awards{
    margin-top:25px;
}
div.awards img.logo{
    float:left;
    padding-right:10px;
    padding-bottom:5px;
}



div.rssfeeds {
	margin-bottom: 20px;
}

div.rssfeeds h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

div.rssfeeds div.icon {
    background: url(../img/icon_rssfeeds.png) no-repeat;
}

* html div.rssfeeds div.icon {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='./img/icon_rssfeeds.png');
}

div.sicherheit {
	margin-bottom: 20px;
}

div.sicherheit h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

div.sicherheit div.icon {
    background: url(../img/icon_sicherheit.png) no-repeat;
}

* html div.sicherheit div.icon {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='./img/icon_sicherheit.png');
}

p.h1_subheader span.tags {
	text-transform: uppercase;
	color: #F2680C;
}

p.h1_subheader a {
	position: relative;
	z-index: 10;
}

p.h1_subheader a {
	color: #9C9E9F;
	text-transform: uppercase;
	padding: 0 2px;
}

p.h1_subheader a.last {
	padding-right: none;
	border-right: none;
}

div.lexikon{
    margin-bottom:20px;
}

div.lexikon div.icon {
    background: url(../img/icon_lexikon.png) no-repeat;
}

* html div.lexikon div.icon {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='./img/icon_lexikon.png');
}

div.lexikon h3 {
	font-size: 14px;
	font-weight: bold;
	background: #F2680C;
	color: #FFFFFF;
	padding: 2px 10px;
	margin-bottom: 0;
}

div.lexikon p {
	background: #B63800;
	padding: 10px 10px;
	color: #FFFFFF;
	line-height: 16px;
}

a.lexikon_link, a.lexikon_link:visited, a.lexikon_link:active{
    color:#000 !important;
    border-bottom: 1px dotted #555;
    text-decoration:none;
}
a.lexikon_link:hover{
    text-decoration:none;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Loginbox */

div.login_box {
    font-size:                      12px;
    color:                          #58585A;
    position:                       relative;
    margin-bottom:                  25px;
}

div.login_box div.icon {
    background:                     url(../img/icon_login.png) no-repeat;
    position:                       absolute;
    top:                            -15px;
    right:                          0;
    width:                          48px;
    height:                         48px;
}

* html div.login_box div.icon {
    background:                     none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='./img/icon_sicherheit.png');
}

div.login_form {
    background-color:               #fef5e1;
    margin-bottom:                  4px;
}

div.login_box p {
    font-size:                      11px;
    line-height:                    14px;
}

/* ------------------------------------------------------------------------------------------------------------------ */

div.search {
	float: right;
	margin-top: 6px;
	margin-right: 20px;
}

div.search div.searchterm {
	width: 148px;
	height: 24px;
	background: url(../img/search_input_background.gif) no-repeat;
	float: left;
}

div.search input.searchterm {
	margin: 4px 0 0 5px;
	width: 140px;
	border: none;
	background: #FFFFFF;
	color: #A38D7E;
	font-size: 12px;
	padding-top: 1px;
}

div.search input.image {
	float: left;
	width: 31px;
	height: 24px;
}

/* Tipps & Tricks / Stellenangebote */

div.stellenangebote {
    margin-top: 25px;
}

div.stellenangebote ul {
    padding-left: 0;
}

div.stellenangebote li {
    display: none;
}

div.stellenangebote li li {
    list-style-type: disc !important;
    padding-left: 0;
}

div.stellenangebote li.frage {
    display: block;
    background: #f2680c;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding: 5px 10px;
}

div.stellenangebote li.frage a {
    color: #FFFFFF;
}

div.stellenangebote img {
    float: left;
}

div.stellenangebote div.beschreibung {
    float: left;
    width: 500px;
    margin-left: 20px;
}

div.stellenangebote div.even {
    background: #F0F0F0;
}

div.stellenangebote div.margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.stellenangebote div.beschreibung ul {
    font-size: 12px;
}

div.stellenangebote div.beschreibung li {
    display: block;
    margin-bottom: 10px;
}

/* Online-Anfrage / Kurzanfrage */
div.onlineanfrage {
    width: 90%;
    font-size: 12px;
}

div.onlineanfrage h3 {
    margin-bottom: 10px;
}

div.onlineanfrage h4 {
    color: #F2680C;
    margin: 10px 0;
}

div.onlineanfrage div.submit {
    float: right;
    clear: both;
    margin-top: 10px;
}

div.onlineanfrage td.rechts {
    text-align: right;
}

div.onlineanfrage td.einheit {
    font-weight: bold;
    color: #F2680C;
}

div.onlineanfrage option {
    padding: 0 5px;
}

div.onlineanfrage td.highlight_ergebnis {
    color: #F2680C;
}

div.onlineanfrage select {
    width: 150px;
    background-color:#FEF5E1;
    border:1px solid #F2680C;
    color:#3E3E3E;
}

div.onlineanfrage select.bold {
    width: 280px;
}

div.onlineanfrage input {
    background-color:#FEF5E1;
    border:1px solid #F2680C;
    color:#3E3E3E;
}

div.onlineanfrage input.text {
    width: 150px;
}

div.onlineanfrage textarea {
    background-color:#FEF5E1;
    border:1px solid #F2680C;
    color:#3E3E3E;
    width:500px;
}

div.onlineanfrage select.step6,
div.onlineanfrage input.step6,
div.onlineanfrage select.big {
    width:230px !important;
}

div.onlineanfrage input.wide,
div.onlineanfrage select.wide {
    width:300px !important;
}

div.onlineanfrage input.kurz,
div.onlineanfrage select.kurz {
    width:75px !important;
}

/* Markierung als benötigtes Feld in einem Formular */
span.required {
    color:                          #f2680c;
    cursor:                         help;
    padding-left:                   4px;
}

/* Fehlerhaftes Feld in einem Formular */
.form_error {
    background-color:               #fdb381 !important;
}

p.form_error {
    color:                          #ba2911;
    padding:                        2px;
}

/* Fehlermeldung zu einem Feld in einem Formular */
span.form_error_message {
    color:                          #ba2911;
    display:                        block;
}

/* Textinhalt */

div.textcontent table {
	width: 100%;
	border: 1px solid #EBEBEC;
	border-bottom: 2px solid #F2680C;
	background: #FFFFFF;
}

div.textcontent div.table {
	border: 10px solid #F5F5F6;
	font-size: 12px;
	padding-bottom: 20px;
	background: #F5F5F6;
}

div.textcontent table th, div.textcontent table td {
	padding: 8px 15px;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	vertical-align: top;
}

div.textcontent table th.sorthighlight {
    background: #FCFAEF;
    color: #0E6AAF;
}


div.textcontent table td {
	font-style: normal;
	color: #6E6E6E;
}

div.textcontent table th.last, div.textcontent table td.last {
	border-right: none;
}

div.textcontent table tr.even td {
	background: #F7F7F7;
}

div.textcontent table tr.active td {
	background: #FCFAEF;
}

div.textcontent table th {
	text-align: left;
	color: #373737;
	font-size: 12px;
}

div.textcontent table a {
	color: #F2680C;
}

div.textcontent table td.name, div.textcontent table td.analyst {
	color: #0E6AAF;
}

div.textcontent span.green {
	color: #7DAF0F;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Nagigationsleiste für große Onlineanfrage */

div.steps {
    height:                         70px;
}

div.steps table {
    background:                     url(../img/onlineanfrage-navbar-background.gif) repeat-x;
    border:                         none;
}

div.steps table td {
    border:                         none;
    padding:                        0;
}

div.steps table td.start {
    background:                     url(../img/onlineanfrage-navbar-start.gif) no-repeat;
    width:                          2px;
}

div.steps table td.step {
    cursor:                         pointer;
}

div.steps table td.end {
    background:                     url(../img/onlineanfrage-navbar-end.gif) no-repeat;
    width:                          2px;
}

/* Button */

div.steps div.button {
    float:                          left;
    margin:                         9px -2px 0 5px;
    background:                     url(../img/onlineanfrage-step-button.png) no-repeat;
    width:                          22px;
    height:                         27px;
}

* html div.steps div.button {
    background:                     none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/onlineanfrage-step-button.png', sizingMethod='scale');
}

div.steps div.button-checked {
    background:                     url(../img/onlineanfrage-step-button-checked.png) no-repeat;
}

* html div.steps div.button-checked {
    background:                     none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/onlineanfrage-step-button-checked.png', sizingMethod='scale');
}

/* Schrittnummer und -titel */

div.steps div.step_number {
    color:                          #58585A;
    float:                          left;
    font-size:                      10px;
    font-weight:                    normal;
    margin:                         15px 0 0 0;
}

div.steps div.step_title {
    color:                          #58585A;
    font-size:                      11px;
    font-weight:                    bold;
    margin-left:                    8px;
    text-align:                     center;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Filteranzeige (z.B. für große Onlineanfrage) */

div.filter {
    float:                          right;
    margin:                         10px 0;
}

div.filter label {
    float:                          left;
}

div.filter select {
    margin-left:                    5px;
}

div.filter select option {
    padding:                        0 5px;
}

div.filter select.active {
    background-color:               #fcfaef;
    border:                         1px solid #0e6aaf;
    color:                          #0e6aaf;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Partner */

ul.partner {
    margin-top:15px;
    border-top: 1px solid #ebebeb;
}

ul.partner li {
    height:50px;
    margin-top:8px;
    border-bottom: 1px solid #ebebeb;
}

ul.partner li div.image{
    float:left;
}

ul.partner li div.text{
    padding-top:7px;
    margin-left:280px
}

ul.partner li div.text a{
    text-decoration: none;
    font-size:18px;
    color:#58585A
}

div.partner{
    margin-top:25px;
}

div.partner img.logo {
    float:left;
    padding-right:10px;
    padding-bottom:5px;
}


/* Sitemap */

ul.sitemap {
    margin-left: 24px;
}

li.sitemap_rootpage {
    margin-top: 20px;
    font-size:14px;
    font-weight:bold;
    list-style:none;
}

li.sitemap_subpage{
    list-style:none;
}

li.sitemap_subpage a{
    text-decoration:none;
}

div.breadcrumb {
	font-size: 14px;
	padding-left: 20px;
	line-height: 34px;
    float: left;
}

div.breadcrumb ul {
	list-style: none;
	color: #58585A;
	font-size: 12px;
    color: #000000;
}

div.breadcrumb ul li {
    float: left;
}

div.breadcrumb a {
    color: #FFFFFF;
	font-weight: bold;
}

div.lexikon-details h2, div.lexikon-details h3 {
	color: #000000;
}

div.lexikon-spalte {
	float: left;
	width: 30%;
	overflow: hidden;
}

div.lexikon-spalte1, div.lexikon-spalte2 {
	margin-right: 20px;
}

div.lexikon-aehnlich {
	margin-top: 20px;
}

div.lexikon-aehnlich li.begriff_versteckt {
	display: none;
}

a#nicht_alle_anzeigen {
	display: none;
}

a.alle_link {
	font-size: 12px;
}

/* RSS-Feeds */

ul.feeds {
    margin-top:15px;
    border-top: 1px solid #ebebeb;
}

ul.feeds li {
    height:40px;
    margin-top:8px;
    margin-bottom:20px;
}

ul.feeds li div.image{
    float:left;
    margin-bottom:20px;
}

ul.feeds li div.text{
    padding-top:2px;
    margin-left:40px
}

ul.feeds li div.text a{
    text-decoration: none;
    font-size:18px;
    color:#58585A
}

div.feeds{
    margin-top:25px;
}

*/

/* Systemmeldungen */

div.ui-widget-overlay {
	position: absolute;
	background: url(../img/dialog_background.png) repeat;
	top: 0;
	left: 0;
}

* html div.ui-widget-overlay {
	background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='./img/dialog_background.png', sizingMethod='scale');
}

div.ui-dialog {
	background: #FFFFFF;
}

div.ui-dialog div.ui-dialog-titlebar {
	background: #F2680C;
	padding: 5px 15px;
	font-weight: bold;
	clear: both;
}

div.ui-dialog div.ui-dialog-titlebar a {
	color: #FFFFFF;
    float: right;
}

div.ui-dialog-content {
	padding: 5px 15px;
	background: #FFFFFF url(../img/dialog_content_background.gif) repeat-x;
}

div.ui-dialog-buttonpane {
	text-align: center;
}

div.ui-dialog-buttonpane button {
	padding: 2px 15px;
	margin-bottom: 10px;
}


div.calculator_icon {
    float:left;
    height:120px;
    width:120px;
    margin-right:20px;
}

div.calculator_txt {
    float:left;
    height:120px;
    width:480px;
}

div.calculator_txt h2 {
    margin-top: 0;
}


.rechner_startseite_schmal {
  width: 110px;
  float:left;
  line-height: 18px;
}
.rechner_startseite_breit {
  width: 160px;
  float:left;
  line-height: 18px;
}
.rechner {
    margin: 10px 0;
    float: left;
    padding: 5px;
    width: 80%;
    border: 1px solid #cecece;
}

.zinsbox .rechner {
    margin: 10px 0;
    float: left;
    padding: 5px;
    width: 95%;
    border: 1px solid #cecece;
}

* html .rechner {
    display: inline;
}

.tilgungsplan {
    margin: 0 0px 0 0px;
    padding: 5px;
    width: 100%;
    border: 1px solid #cecece;
/*    background-color: #dbf1f2;*/
}
.rechner h1, .rechner h2, .tilgungsplan h1, .tilgungsplan h2 {
    color: #424c4f;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
}
.rechner h2, .tilgungsplan h2 {
    padding-top: 10px;
}
.rechner .farbe, .tilgungsplan .farbe {
    color: #F2680C;
    font-weight: bold;
}
.rechner td.rechts, .tilgungsplan td.rechts {
    text-align: right;
}
.rechner table {
    border-top: 1px solid #cecece;
    background-color: #ffffff;
    color: #465053;
/*    font-size: 11px;*/
    width: 100%;
}
/*.rechner .hinweis {
    padding: 15px 3px;
    margin: 0;
    font-size: 10px;
    line-height: 1.4;
}*/
.rechner table td {
    padding: 4px;
}
.tilgungsplan table {
    border-top: 1px solid #cecece;
    background-color: #ffffff;
    color: #465053;
/*    font-size: 11px;*/
    width: 100%;
}
#tplan {
  display: none;
}
.tilgungsplan table td {
    padding: 4px;
    border-bottom: 1px solid #dcdfe0;
    text-align: right;
}
.tilgungsplan td.rahmen {
    border-left: 1px solid #dcdfe0;
}
.tilgungsplan table td.headline {
    border-bottom: 1px solid #dcdfe0;
    text-align: center;
}
.tilgungsplan table td.headline_rahmen {
    border-bottom: 1px solid #dcdfe0;
    border-left: 1px solid #dcdfe0;
    text-align: center;
}
.tilgungsplan tr.zeile {
    background-color: #F7F7F7;
}
.tilgungsplan table td.wert {
    color: #F2680C;
    font-weight: bold;
}
.tilgungsplan table td.summe {
    color: #F2680C;
    font-weight: bold;
    text-align: right;
/*    font-size: 12px;*/
    padding: 8px 4px 8px 4px;
}
.tilgungsplan table td.summe_rahmen {
    color: #000000;
    border-left: 1px solid #dcdfe0;
    font-weight: bold;
    text-align: left;
/*    font-size: 12px;*/
    padding: 8px 4px 8px 4px;
}
.rechner table td.rahmen, .tilgungsplan table td.rahmen {
    border-bottom: 1px solid #dcdfe0;
}
.rechner table td.einheit {
    width: 60px;
    color: #F2680C;
    border-left: 1px solid #dcdfe0;
    font-weight: bold;
}
.rechner table td.extra {
    width: 60px;
    color: #F2680C;
    border-top: 1px solid #dcdfe0;
    background-color: #f0f3f4;
}
.rechner table.sondertilgung {
    border-top: 0px solid #dcdfe0;
    background-color: #f0f3f4;
    padding-left: 10px;
}
.rechner table td.ergebnis {
    color: #F2680C;
    border-left: 1px solid #dcdfe0;
    font-weight: bold;
    text-align: right;
}
.rechner table td.darlehensnehmer {
    color: #F2680C;
    border-left: 1px solid #dcdfe0;
    font-weight: normal;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 4px;
}
.rechner td.highlight {
    padding: 10px 4px 10px 4px;
    margin: 0;
    background-color: #f7f7f7;
    color: #F2680C;
    font-weight: bold;
}
.rechner tr.zeilenfarbe {
    background-color: #f0f3f4;
}
.rechner td.highlight_ergebnis {
    padding: 10px 4px 10px 4px;
    margin: 0;
    background-color: #F7F7F7;
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.rechner td.highlight_gesamt {
    padding: 10px 4px 10px 4px;
    margin: 0;
    background-color: #f0f3f4;
    color: #004494;
    font-weight: bold;
    text-align: right;
}
.rechner .radio {
    width: 15px;
    border: none;
    border: 0px solid #465053;
    margin-top: 0px;
    margin-left: -5px;
    color: #004494;
    background-color: transparent;
}
.rechner input {
    width: 90px;
/*    background-color: #dbf1f2;*/
    border: 1px solid #cecece;
    color: #F2680C;
}
.rechner input.bigger {
    width: 170px;
/*    background-color: #dbf1f2;*/
    border: 1px solid #cecece;
    color: #F2680C;
}
.rechner input.betrag {
    width: 60px;
}
.rechner select {
    width: 92px;
/*    background-color: #dbf1f2;*/
    border: 1px solid #cecece;
    color: #F2680C;
}
.rechner select.prozent {
    width: 60px;
/*    background-color: #dbf1f2;*/
    border: 1px solid #cecece;
    color: #F2680C;
}
.rechner textarea {
    margin-left: 80px;
    width: 150px;
    height: 100px;
    color: #F2680C;
}
.rechner a.linkpfeil {
    color: #F2680C;
    text-decoration: none;
    padding-left: 10px;
    background-image: url(../img/pfeil_rot.gif);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

#sondertilgungen {
    display: none;
}

#submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#submit_slim, .submit_slim {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 5px;
    text-align: right;
}

#back {
    padding:10px 0 20px 10px;
}

div.eingabemaske {
    border:1px solid #000000;
    margin:10px auto;
    width:520px;
}

div.notice{
    border: 1px solid #DCDFE0;
    background-color: #F7F7F7;
    padding:8px;
}

.interest_rates table {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background-color: #ffffff;
    color: #465053;
    width: 100%;
}

.interest_rates table tr.header {
    background-color: #CDCDCD;
    font-weight: bold;
}

.interest_rates table td {
    padding: 4px;
    text-align: center;
}

.interest_rates tr.odd td {
    background-color: #EFEFEF;
}

tr.form_questions,
tr.form_send_information {
    display:none;
}

div.big_button {
  background:url(../img/big_button.jpg);
  width:380px;
  height:85px;
  margin:auto;
}

div.big_button_txtbox {
  float:left;
  width:260px;
}

div.big_button h4 {
  color: #F2680C;
  margin:0;
  padding-left:14px;
  padding-top:9px;
  font-size:14px;
}

div.big_button span {
  display: block;
  color: #000;
  padding:0px 5px 0px 14px;
  line-height: 14px;
  margin: 0;
}

div.big_button_active {
  background:url(../img/big_button_over.jpg);
  background-color: #C36;
  width:380px;
  height:85px;
  margin:auto;
  cursor:pointer;
}

div.big_button_active h4 {
  color: #FFF;
  margin:0;
  padding-left:14px;
  padding-top:9px;
  font-size:14px;
  font-size:14px;
}

div.big_button_active span {
  display: block;
  color: #FFF;
  line-height: 12px;
  padding:0px 5px 0px 14px;
  margin:0;
}

div.medium_button {
  background:url(../img/medium_button.jpg);
  width:250px;
  height:85px;
  margin:auto;
}

div.medium_button_txtbox {
  float:left;
  width:155px;
}

div.medium_button span {
  display: block;
  font-size: 14px;
  font-weight:bold;
  color: #000;
  padding:30px 10px 0px 10px;
  line-height: 18px;
  margin: 0;
}

div.medium_button_red,
div.medium_button_green,
div.medium_button_orange {
  width:250px;
  height:85px;
  margin:auto;
  cursor:pointer;
}

div.medium_button_red span,
div.medium_button_green span,
div.medium_button_orange span {
    display: block;
    font-size: 14px;
    font-weight:bold;
    color: #FFF;
    padding:30px 10px 0px 10px;
    line-height: 18px;
    margin:0;
}

div.medium_button_red {
    background:url(../img/medium_button_red.jpg);
}
div.medium_button_green {
    background:url(../img/medium_button_green.jpg);
}
div.medium_button_orange {
    background:url(../img/medium_button_orange.jpg);
}

iframe.tagesgeld{
    width:460px;
    overflow:hidden;
}


div.textcontent table tr.title td {
    background-color: #F2680C;
    color: #FFF;
    font-weight: bold;
}

div.textcontent table tr.head td {
    background-color: #DEDEDE;
    font-weight: bold;
    text-align:center;
}


div.textcontent table tr.odd {
    background-color: #EFEFEF;
}