* {
    margin: 0;
    padding: 0;
}

body {
    background: #698ab4 url("../img/bg.png") repeat-x;
    color: #606060;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    padding-bottom: 20px;
}

/* Überschriften
 * ------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    color: #00367a;
    font-family: Verdana, Arial, sans-serif;
    margin: 0 20px 0 20px;
    padding: 30px 0 0 0;
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-weight: bold;
    font-size: 12px;
    padding-top: 15px;
}

/* Links
 * ------------------------------------------------------------------------- */
a,
a:active,
a:visited {
    color: #4a678b;
}

a:hover,
a:focus {
    color: #7899c1;
    outline: none;
}

/* Absätze und Textformatierungen
 * ------------------------------------------------------------------------- */
p {
    margin: 15px 20px 0 20px;
    line-height: 18px;
}

hr {
	margin: 5px 20px 0 20px;
    padding: 0;
	height: 0;
	border: none;
	border-top: 1px solid #a8a8a8;
}

img {
    border: none;
}

p img {
    float: left;
    margin: 3px 15px 10px 0;
}

hr.clr {
	clear: both;
	border: none;
	outline: none;
	border-top: 1px solid transparent;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	overflow: hidden;
}

div.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.nobg {
    background: none !important;
}

strong.call {
	font-size: 14px; 
	color: #4a678b;
}

/**
 * Seiteninterne Navigation
 */
p.up {
    text-align: right;
    margin-top: 10px;
}

p.up a {
    background: url("../img/up.png") no-repeat 100% 5px;
    padding-right: 15px;
}

p.up a:hover,
p.up a:focus {
    background-image: url("../img/up_act.png");
}

/* Listen
 * ------------------------------------------------------------------------- */
ul {
    padding: 0;
    margin: 15px 0 0 20px;
    list-style: none;
}

ul li {
    padding: 3px 0 3px 22px;
    background: url("../img/li2.png") no-repeat 0 5px;
}

ol {
    padding: 0 0 0 20px;
    margin: 15px 0 0 20px;
    list-style-type: upper-alpha;
}

ol li {
    padding-left: 0;
}

ol ol {
    list-style-type: decimal;
}

dl {

}

/* iFrames
 * ------------------------------------------------------------------------- */
iframe {
    border: none;
    margin: 0 0 0 2px;
    padding: 0;
    height: 2500px;
    overflow: auto;
    outline: none;
}

/* Tabellen
 * ------------------------------------------------------------------------- */
table {
    margin: 15px 20px 0 20px;
    border-collapse: collapse;
}

th {
    width: 260px;
    vertical-align: top;
    text-align: left;
    padding: 15px 0 0 0;
    line-height: 170%;
}

td {
    vertical-align: top;
    text-align: left;
    padding: 15px 0 0 0;
    line-height: 170%;
}


/* Formular-Elemente
 * ------------------------------------------------------------------------- */
form.bg {
    display: block;
    background-color: #e4e9f1;
    margin: 15px 20px 0 20px;
    padding: 5px 0 15px 0;
}

form.bg label {
    display: block;
    width: 175px;
    overflow: hidden;
    float: left;
}

form.bg input.txt,
form.bg select,
textarea {
    border: 1px solid #6481a6;
    width: 355px;
    margin-top: 2px;
}

p.btn {
    text-align: right;
}

p.btn input,
input.btn {
    background: url("../img/bg_button.png") repeat-x;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
    height: 21px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
    padding: 0 10px 3px 10px;
	margin: 0 5px 0 0;
}

/* Highlights
 * ------------------------------------------------------------------------- */
div.highlight {
    background-color: #e4e9f1;
    margin: 15px 20px 0 20px;
    padding: 0 0 20px 0;
}

div.highlight ul,
div.highlight ol {
    padding-top: 10px;
    margin-top: 0;
}

div.highlight ul li {
    padding: 0 0 0 12px;
    line-height: 20px;
    background: url("../img/li3.png") no-repeat 0 5px;
}

div.highlight ol li {
    line-height: 20px;
}

div.highlight ol ol {
    margin-top: 0;
    padding-top: 0;
}


/* Teaser
 * ------------------------------------------------------------------------- */
dl.teaser {
    display: block;
    margin: 10px 3px 0 4px;
    padding: 0;
    overflow: hidden;
}

dl.teaser dt {
    display: block;
    margin: 0;
    padding: 0 8px 0 8px;
    background-color: #d4dfed;
    line-height: 20px;
    font-weight: bold;
    color: #4a678b;
}

dl.teaser dd {
    display: block;
    margin: 0;
    padding: 0 0 15px 0;
    background: url("../img/bg_teaser.png") repeat-x;
    position: relative;
	width: 182px;
	overflow: hidden;
}

dl.teaser dd img {
	width: 182px; 
	height: 111px;
	overflow: hidden;
}

dl.teaser dd a.price {
    position: absolute;
    display: block;
    height: 53px;
    width: 53px;
    background: url("../img/bg_price.png") no-repeat;
    text-align: right;
    text-decoration: none;
    top: 72px;
    right: 15px;
}

dl.teaser dd a.price strong {
    font-size: 14px;
    display: block;
    padding-top: 22px;
    padding-right: 17px;
}

dl.teaser dd img {
    margin-top: 1px;
}

dl.teaser dd p {
    margin: 10px 8px 0 8px;
    padding: 0;
    font-size: 11px;
}

/* Einfache Teaser ohne Bild
 * ------------------------------------------------------------------------- */
dl.teaser_simple {
    display: block;
    margin: 10px 6px 0 4px;
    padding: 0;
    overflow: hidden;
}

dl.teaser_simple dt {
    display: block;
    margin: 0;
    padding: 0 8px 0 8px;
    background-color: #d4dfed;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    color: #4a678b;
    font-weight: bold;
}

dl.teaser_simple dd {
    display: block;
    margin: 0;
    padding: 0 0 15px 0;
    background: url("../img/bg_gradient.png") repeat-x;
    position: relative;
}

dl.teaser_simple dd p {
    margin: 0 8px 0 8px;
    padding: 10px 0 0 0;
    font-size: 11px;
}

dl.teaser_simple dd table {
    border-collapse: collapse;
    margin: 5px 0 0 0;
    padding: 0;
}

dl.teaser_simple dd table th {
    margin: 0;
    padding: 2px 0 0 7px;
    font-weight: normal;
    width: 145px;
    text-align: left;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    vertical-align: middle;
}

dl.teaser_simple dd table td {
    margin: 0;
    padding: 0 7px 0 0;
    font-weight: normal;
    text-align: right;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    vertical-align: bottom;
}

/* Themen Teaser
 * ------------------------------------------------------------------------- */
dl.teaser_theme {
    margin: 15px 20px 0 20px;
    padding: 0;
}

dl.teaser_theme dt {
    font-size: 14px;
    color: #00367a;
    padding-bottom: 5px;
    font-weight: bold;
}

dl.teaser_theme dd {
    background-color: #e4e9f1;
    display: block;
    height: 105px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

dl.teaser_theme img {
    float: left;
    border-right: 1px solid #fff;
    margin-right: 15px;
}

dl.teaser_theme dd p {
    color: #000;
    margin: 15px 15px 0 0;
    padding: 0;
    font-size: 11px;
    line-height: 20px;
}

dl.teaser_theme dd p.more {
    text-align: right;
    margin-top: 0;
}

dl.teaser_theme dd p.more a {
    background: url("../img/arrow_right.gif") no-repeat 100% 2px;
    padding: 0 14px 0 0;
}

/* Suchbox auf der Startseite
 * ------------------------------------------------------------------------- */
div.searchbox {
    margin: 20px 20px 0 20px;
}

div.searchbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
	height: 24px;
	overflow: hidden;
}

div.searchbox ul li {
    margin: 0 1px 0 0;
    padding: 0 10px 0 10px;
    display: block;
    float: left;
    background: url("../img/bg_tab.png") repeat-x;
}

div.searchbox ul a,
div.searchbox ul a:link,
div.searchbox ul a:active,
div.searchbox ul a:visited {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
}


div.searchbox ul li.active {
    background: url("../img/bg_tab_active.png") repeat-x;
    border-color: #fff;
}

div.searchbox ul li.active a,
div.searchbox ul li.active a:link,
div.searchbox ul li.active a:active,
div.searchbox ul li.active a:visited,
div.searchbox ul li.active a:hover,
div.searchbox ul li.active a:focus {
    color: #335e95;
    font-weight: bold;
}

div.searchbox form {
    display: block;
    background-color: #e4e9f1;
    width: 400px;
    height: 206px;
    overflow: hidden;
    float: left;
	top: 0;
	margin: 0;
	padding: 0;
}

div.searchbox form p {
    margin: 10px 18px 0 18px;
    padding: 0;
}

div.searchbox label {
    display: block;
    width: 118px;
    float: left;
    overflow: hidden;
    color: #000;
	margin: 0;
	padding: 0;
}

div.searchbox select {
    width: 243px;
    overflow: hidden;
    border: 1px solid #6481a6;
	margin: 0;
	padding: 0;
}

div.searchbox input {
    width: 239px;
}

div.searchbox input.btn {
    width: auto;
}

div.searchbox img {
    border-left: 1px solid #fff;
	float: left;
}

/* Grundaufbau
 * ------------------------------------------------------------------------- */
div#main {
    width: 807px;
    overflow: hidden;
}

div#sidebars {
	position: absolute;
	top: 0;
	left: 807px;
}

div#main div.bg {
    background: url("../img/bg_left.png") repeat-y;
    width: 100%;
	position: relative;
}

div#main div.foot {
    background: url("../img/bg_left_foot.png") no-repeat;
    height: 9px;
    overflow: hidden;
}


div#content {
    background: #fff url("../img/bg_content.png") repeat-x;
    margin: 0 6px 0 4px;
	padding: 0 0 20px 0;
	width: 797px;
}

/**
 * Logo
 */
div#main div.head img {
    float: left;
}

div#column_left {
    width: 180px;
    overflow: hidden;
    float: left;
}

div#column_right {
    width: 617px;
    overflow: hidden;
    float: left;
    background-color: #fff;
}

/**
 * Bild-Header
 */
div#head_image {
    width: 617px;
    height: 168px;
    overflow: hidden;
    position: relative;
}

div#head_image img {
    margin: 0 0 0 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

div#sidebars img.headpic {
    margin: 0 0 0 4px;
    border-bottom: 1px solid #fff;
}

div.marginale {
    background-color: #00367a;
    margin: 0 0 0 1px;
    height: 29px;
}

div#sidebars div.marginale {
    margin: 0 3px 0 4px;
}

div#sidebar_left,
div#sidebar_right {
    width: 189px;
    overflow: hidden;
    float: left;
}

div#sidebar_left div.bg,
div#sidebar_right div.bg {
    background: url("../img/bg_sidebars.png") repeat-y;
    width: 189px;
    overflow: hidden;
}

div#sidebars div.foot {
    background: url("../img/bg_sidebars_foot.png") no-repeat;
    height: 9px;
    overflow: hidden;
}

div.head {
    margin: 0 6px 0 4px;
    background: url("../img/bg_head.png") repeat-x;
    height: 81px;
    overflow: hidden;
}

div#sidebars div.head {
    margin: 0 3px 0 4px;
}

div.head a {
    margin: 0 !important;
}

div.subhead {
    width: 186px;
    height: 168px;
    overflow: hidden;
}

p.foot_text {
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 11px;
    color: #3b6294;
}

/* Hauptnavigation
 * ------------------------------------------------------------------------- */
ul#navi {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

ul#navi li {
    margin: 0;
    padding: 0;
}

ul#navi li a,
ul#navi li a:link,
ul#navi li a:active,
ul#navi li a:visited {
    display: block;
    background: url("../img/bg_navi.png") repeat-x;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 15px;
}

ul#navi li.active a,
ul#navi li.active a:link,
ul#navi li.active a:active,
ul#navi li.active a:visited,
ul#navi li a:hover,
ul#navi li a:focus {
    background: url("../img/bg_navi_hover.png") repeat-x;
    outline: none;
}

/* Service Navigation
 * ------------------------------------------------------------------------- */
ul#navi_service {
    list-style: none;
    margin: 0;
    padding: 60px 0 0 14px;
    display: block;
    float: left;
}

ul#navi_service li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    display: block;
    float: left;
    background: url("../img/li.png") no-repeat 100% 2px;
}

ul#navi_service a,
ul#navi_service a:link,
ul#navi_service a:active,
ul#navi_service a:visited {
    color: #fff;
    text-decoration: none;
}

/* Tab Navigation
 * ------------------------------------------------------------------------- */
ul#navi_tabs {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 8px;
    display: block;
}

ul#navi_tabs li {
    margin: 0 1px 0 1px;
    padding: 0 10px 0 10px;
    display: block;
    float: left;
    background: url("../img/bg_tab.png") repeat-x;
    border: 1px solid #cfd9e6;
    border-top: none;
    border-bottom: none;
}

ul#navi_tabs a,
ul#navi_tabs a:link,
ul#navi_tabs a:active,
ul#navi_tabs a:visited {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
}


ul#navi_tabs li.active {
    background: url("../img/bg_tab_active.png") repeat-x;
    border-color: #fff;
}

ul#navi_tabs li.active a,
ul#navi_tabs li.active a:link,
ul#navi_tabs li.active a:active,
ul#navi_tabs li.active a:visited,
ul#navi_tabs li.active a:hover,
ul#navi_tabs li.active a:focus {
    color: #335e95;
    font-weight: bold;
}