* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url("../img/bg.png") repeat-x;
	color: #606060;
	font-size: 12px;
	font-family: Arial, Helvetica, HelveticaNeue, sans-serif;
    text-align: center;
}

/* Links
 * ------------------------------------------------------------------------- */
a,
a:active,
a:visited,
a:hover {
	color: #a90c0c;
	text-decoration: underline;
}

/**
 * Seitenanfang
 */
p.up a {
    padding-left: 16px;
    background: url("../img/icon_up.png") no-repeat 0 3px;
}

/* �berschriften
 * ------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-family: Tahoma, Verdana, sans-serif;
    color: #a90c0c;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 0 21px;
    padding: 40px 0 0 0;
}

h3 {
    font-size: 18px;
    padding-top: 30px;
}

h3.sup {
    font-size: 22px;
}

h2.sub {
    padding-top: 0;
    font-size: 18px;
    color: #262626;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
}

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

/* Abs�tze, Texte, Bilder
 * ------------------------------------------------------------------------- */
p {
    margin: 0 0 0 21px;
    padding: 17px 0 0 0;
    line-height: 180%;
}

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

/* Listen
 * ------------------------------------------------------------------------- */
ul {
    list-style-type: square;
    margin: 15px 0 0 21px;
    padding: 0 0 0 13px;
}

li {
    padding: 3px 0 3px 0;
}

ul.product_info {
    list-style: none;
    margin: 5px 0 0 21px;
    padding: 0;
}

ul.product_info li {
    float: left;
    margin: 0 11px 0 0;
    font-size: 10px;
}

/* Tabellen
 * ------------------------------------------------------------------------- */
table {
    margin: 10px 0 0 21px;
    width: 670px;
}

th {
    color: #404040;
    text-align: left;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    height: 17px;
    line-height: 15px;
    padding: 8px 0 0 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    vertical-align: top;
}

td {
    line-height: 35px;
    border-bottom: 1px solid #fff;
    padding: 0 0 0 10px;
}

td a,
td a:active,
td a:visited,
td a:hover {
    color: #606060;
}

table.karte {
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 0;
}

table.karte td {
    border-right: none;
    vertical-align: top;
    font-size: 11px;
    line-height: 16px;
    padding: 5px 10px 5px 10px;
}

table.karte tr.colsize td.left {
    width: 200px !important;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

table.karte tr.colsize td.right {
    width: 400px !important;
    height: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.cGroup,
.cSingle,
.cHealth,
.single {
    background-color: #f0f4fa;
}

.cGroupAlt,
.cSingleAlt,
.cHealthAlt,
.singleAlt {
    background-color: #d6e6ff;
}

.cFamily,
.family {
    background-color: #ffffe5;
}

.cFamilyAlt,
.familyAlt {
    background-color: #ffffb7;
}

.cFamilysenioren,
.familysenioren {
	background-color: #f7ffe4;
}

.cFamilyseniorenAlt,
.familyseniorenAlt {
	background-color: #ebffbb;
}

.cSenioren,
.senioren {
    background-color: #fffae5;
}

.cSeniorenAlt,
.seniorenAlt {
    background-color: #fff2ba;
}


a.infoLink,
a.infoLink:active,
a.infoLink:visited,
a.infoLink:hover {
	padding-left: 22px;
	background: url('../img/icon_info.png') no-repeat left center;
	text-decoration: none;
	color: #a90c0c;
}

a.infoLink:hover {
	text-decoration: underline;
	
}

a.productLink,
a.productLink:active,
a.productLink:visited,
a.productLink:hover {
	padding-left: 18px;
	background: url('../img/icon_cart.png') no-repeat left center;
	text-decoration: none;
	color: #a90c0c;
}

a.productLink:hover {
	text-decoration: underline;
	
}



/* Produktteaser auf der Startseite
 * ------------------------------------------------------------------------- */
dl.teaser,
dl.teaser:hover {
    display: block;
    position: relative;
    float: left;
    padding: 0 0 0 0;
    margin: 25px 0 0 0;
    height: 154px;
    overflow: hidden;
    cursor: pointer;
    width: 228px;
}

dl.teaser dt {
    display: block;
    position: absolute;
    top: 2px;
    left: 20px;
    font-size: 11px;
    text-indent: 10px;
    width: 207px;
    z-index: 999;
}

dl.teaser dd {
    display: block;
    background: url("../img/teaser_1.png") no-repeat;
    width: 207px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

dl.teaser div {
    background: url("../img/teaser_mask.png") no-repeat;
    height: 154px;
    padding: 110px 0 0 0;
}

dl.teaser h3 {
    margin: 0;
    padding: 27px 0 0 0;
    color: #fff;
    font-size: 11px;
    width: 156px;
    float: left;
    text-indent: 10px;
    font-weight: bold;
}

dl.teaser p {
    display: block;
    padding: 0;
    margin: 0;
    width: 46px;
    float: left;
    text-align: center;
    font-size: 9px;
    color: #fff;
}

dl.teaser a,
dl.teaser a:active,
dl.teaser a:visited,
dl.teaser a:hover {
    color: #fff;
    text-decoration: none;
}

dl.teaser p strong {
    display: block;
    font-size: 12px;
}

/* Boxen in der Sidebar
 * ------------------------------------------------------------------------- */
dl.box {
    margin: 20px 0 0 0;
    padding: 0;
    display: block;
    float: right;
}

dl.box dt {
    margin: 0;
    padding: 0;
    display: block;
    width: 202px;
    height: 22px;
    line-height: 22px;
    text-indent: 10px;
    overflow: hidden;
   	background-color: #a80c0c;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}

dl.box dd {
    margin: 0;
    padding: 0;
    display: block;
    width: 202px;
    height: 194px;
    overflow: hidden;
    background: url("../img/box_bg_bottom.png") no-repeat;
    font-size: 10px;
}

dl.box dd img {
    margin-left: 1px;
}

dl.box dd p {
    margin: 7px 10px 0 10px;
    padding: 0;
}


/* Box: Schadenservice
 * ------------------------------------------------------------------------- */
div.schaden_service {
    width: 578px;
    height: 136px;
    background: url("../img/schadenservice_box.png") no-repeat;
    margin: 30px 0 0 20px;
}

div.schaden_service strong {
    display: block;
    padding: 72px 0 0 210px;
    color: #fff;
}

div.schaden_service p {
    margin: 0;
    padding: 2px 0 0 210px;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
}


/* Produktseiten
 * ------------------------------------------------------------------------- */
div.split {
    width: 49.99%;
    overflow: hidden;
    float: left;
}

div.split ul {
    margin: 15px 0 0 21px;
    padding: 0 0 0 13px;
}

/* Formular Abschluss
 * ------------------------------------------------------------------------- */
div.form_bg {
    background-color: #f1f1f1;
    margin: 15px 0 0 21px;
    border: 1px solid #d5d4d4;
    padding: 0 0 20px 0;
}

form#form_abschluss p {
    margin-top: 10px;
    padding-top: 0;
    position: relative;
}

form#form_abschluss p.half {
    margin: 10px 0 0 0;
    padding: 0;
    width: 49.99%;
    float: left;
    overflow: hidden;
    height: 55px;
}

form#form_abschluss label {
    display: block;
    margin-left: 21px;
    font-weight: bold;
    padding-bottom: 3px;
}

form#form_abschluss p.half input,
form#form_abschluss p.half select {
    border: 1px solid #d5d4d4;
    margin-left: 21px;
    width: 84%;
    padding: 3px;
}

form#form_abschluss p.half select {
    width: 86%;
}

form#form_abschluss p.half input.tel_1 {
    width: 30px;
}

form#form_abschluss p.half input.tel_2 {
    width: 60px;
    margin-left: 5px;
}

form#form_abschluss p.half input.tel_3 {
    width: 153px;
    margin-left: 5px;
}

form#form_abschluss p.half select.date_1 {
    width: 50px;
}

form#form_abschluss p.half select.date_2 {
    width: 149px;
    margin-left: 0;
}

form#form_abschluss p.half select.date_3 {
    width: 70px;
    margin-left: 0;
}

form#form_abschluss input.btn_abschliessen,
form#form_abschluss input.btn_korrigieren {
    border: none;
    background: none;
    background: url("../img/btn/versicherung_abschliessen.png") no-repeat;
    text-indent: -999em;
    width: 173px;
    height: 24px;
    overflow: hidden;
    display: block;
    float: right;
    cursor: pointer;
}

form#form_abschluss input.btn_korrigieren {
    float: none;
    margin-left: 21px;
    background-image: url("../img/btn/daten_korrigieren.png");
}


p.btn_right {
    text-align: right;
}



/* Grundaufbau
 * ------------------------------------------------------------------------- */
div#header {
    width: 927px;
    margin: 0 auto 0 auto;
    background: url("../img/bg_header.png") no-repeat;
    text-align: left;
    height: 202px;
    position: relative;
}

div#header img {
    border: none;
    margin: 20px 0 0 0;
    float: left;
}

div#body {
    width: 927px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    text-align: left;
}

div#content {
    width: 685px;
    overflow: hidden;
    float: left;
}

div#sidebar {
    width: 242px;
    overflow: hidden;
    float: left;
    padding: 25px 0 0 0;
}

div#footer {
    background: url("../img/bg_footer.png") repeat-x;
    height: 30px;
    overflow: hidden;
    margin: 50px 0 0 0;
}

div#footer p {
    width: 927px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 0 0 0 21px;
    line-height: 30px;
    font-size: 9px;
    color: #c48b8b;
    text-align: left;
}

div#footer p a,
div#footer p a:active,
div#footer p a:visited,
div#footer p a:hover {
    color: #c48b8b;
    text-decoration: underline;
}

/* Hauptnavigation
 * ------------------------------------------------------------------------- */
ul#navi {
    list-style: none;
    margin: 179px 0 0 0;
    padding: 0;
    display: block;
    background: url("../img/navi_divider.png") no-repeat left top;
    position: absolute;
    top: 0;
}

ul#navi li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    background: url("../img/navi_divider.png") no-repeat right top;
    position: relative;
    height: 24px;
}

ul#navi li a,
ul#navi li a:active,
ul#navi li a:visited,
ul#navi li a:hover {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 22px;
    margin: 0 1px 0 1px;
    padding: 0 20px 0 20px;
}

ul#navi li a.active,
ul#navi li a.active:active,
ul#navi li a.active:visited,
ul#navi li a.active:hover {
    background: none;
    background-color: #8b0a0a;
}

ul#navi ul {
    display: none;
    visibility: hidden;
}

ul#navi li:hover ul,
ul#navi li.hover ul {
    display: block;
    visibility: visible;
    position: absolute;
    top: 24px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 999;
    background: url("../img/navi_bg_layer.png") repeat-x;
    width: 200px;
    list-style: none;
}

ul#navi ul li {
    float: none;
    background: none;
    border-bottom: 1px solid #b14141;
    display: block;
}

ul#navi ul li a,
ul#navi ul li a:active,
ul#navi ul li a:visited,
ul#navi ul li a:hover {
    font-size: 10px;
    color: #f5dbdb;
    text-decoration: none;
    display: block;
    line-height: 22px;
    margin: 0 2px 0 1px;
    padding: 0 20px 0 20px;
}

ul#navi ul li a.act {
    font-weight: bold !important;
}

/* Unternavigation
 * ------------------------------------------------------------------------- */
div#sidebar h4 {
    font-size: 10px;
    font-weight: bold;
    background-color: #a80c0c;
    padding: 0;
    margin: 20px 0 0 0;
    color: #fff;
    width: 202px;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    float: right;
    overflow: hidden;
}

div#sidebar ul.subnavi {
    float: right;
    overflow: hidden;
    width: 202px;
    margin: 0;
    padding: 0 0 10px 0;
}

div#sidebar ul.subnavi li {
    display: block;
    border: 1px solid #e6cece;
    border-top: none;
    padding: 0;
    margin: 0;
}

div#sidebar ul.subnavi a,
div#sidebar ul.subnavi a:active,
div#sidebar ul.subnavi a:visited {
    text-decoration: none;
    font-size: 10px;
    line-height: 24px;
    text-indent: 10px;
    display: block;
}

div#sidebar ul.subnavi a:hover,
div#sidebar ul.subnavi a.act {
    background-color: #bf4d4d !important;
    color: #fff !important;
}

/* Service Navigation
 * ------------------------------------------------------------------------- */
ul#navi_service {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 741px;
    height: 74px;
    display: block;
    overflow: hidden;
    float: left;
}

ul#navi_service li {
    margin: 0;
    padding: 53px 12px 0 12px;
    display: block;
    overflow: hidden;
    float: right;
}

ul#navi_service li a,
ul#navi_service li a:active,
ul#navi_service li a:visited,
ul#navi_service li a:hover {
    font-size: 11px;
    color: #404040;
    text-decoration: underline;
    display: block;
    float: left;
}

ul#navi_service li a:hover {
    color: #808080;
}

ul#navi_service li a:active {
    margin-top: 2px;
}