html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0 0 0 20px;
}

img {
    border: 0;
}

body {
/*    background-image: url(/graphics/background.jpg);*/
    background-position: 50% 0;
    background-color: #343434;
}

#center {
    margin: 0 auto;
    width: 980px;
}

#page {
    float: left;
    width: 980px;
    position: relative;
    padding: 0 0 50px 0;
}

#stroke {
    float: left;
    width: 980px;
    height: 6px;
    line-height: 6px;
    font-size: 1px;
    background-color: #d2b365;
    background-color: transparent;
}

#top {
    float: left;
    width: 980px;
    height: 118px;
    border-bottom: 1px solid #dad8d6;
}

#main {
    float: left;
    width: 980px;
}

#mainwrapper {
    float: left;
    width: 980px;
/*    background-image: url(/graphics/grad_content.jpg);*/
    background-position: top;
    background-repeat:repeat-x;
    background-color: #fafafc;
}

#logo {
    float: left;
    margin: 41px 0 0 47px;
    display: inline;
}

#logo img {
    float: left;
}

#prinav ul {
    list-style: none;
    float: right;
    padding: 0 36px 0 0;
    padding: 0;
	width:690px;
	padding-top:45px;
}

#prinav ul li {
    float: left;
}

#prinav ul li a {
    float: left;
    padding: 0 12px 0 12px;
    font-family: Lucida Sans Unicode, Lucida Grande, Tahoma, Arial;
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

#prinav ul li.selected a, #prinav ul li a:hover {
    text-decoration: underline;
}

#splash {
	float: left;
    background-image: url(/graphics/front_splash.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 591px;
    height: 390px;
    border-right: 1px solid #dad8d6;
    padding: 25px 296px 0 25px;
    font-family: Georgia;
    font-size: 12px;
    color: #6d6d6c;
    line-height: 18px;
    overflow: hidden;
    box-sizing: border-box;
}

#splash h2 {
	margin-top: 20px;
}

#splash h3 {
	margin-bottom: 10px;
}

#splash h1 {
    color: #000;
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 15px 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

#splash a {
    color: #6d6d6c;
}

#entries {
    float: left;
    width: 389px;
    overflow: hidden;
}

#entries #box1, #entries #box2, #entries #box3, #entries #box4 {
    float: left;
    width: 154px;
    height: 124px;
    padding: 45px 20px 25px 20px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    position: relative;
}

#entries #box1, #entries #box3 {
    border-right: 1px solid #dad8d6;
}

#entries #box1, #entries #box2 {
    border-bottom: 1px solid #dad8d6;
}

#entries #box3, #entries #box4 {
    height: 125px;
}

#entries #box1 {
    background-image: url(/graphics/box1.png);
}

#entries #box2 {
    background-image: url(/graphics/box2.png);
}

#entries #box3 {
    background-image: url(/graphics/box3.png);
}

#entries #box4 {
    background-image: url(/graphics/box4.png);
}

#entries a, #entries p {
    text-decoration: none;
    color: #6d6d6c;
    font-family: georgia;
}

#entries p {
    font-size: 12px;
    line-height: 18px;
}

#entries h1 a:hover {
    text-decoration: underline;
}

#entries h1 {
    font-size: 12px;
    margin: 0 0 4px 0;
}

#entries h2 {
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-size: 12px;
margin: 0 0 4px 0;
}

#entries h2 a:hover {
        text-decoration: underline;
}

#footer {
    width: 940px;
    float: left;
    background-color: #889fad;
    padding: 20px;
    margin: 10px 0 0 0;
    display: inline;
}

#statements {
    float: left;
    width: 560px;
    background-image: url(/graphics/statement.gif);
    background-repeat: no-repeat;
    height: 144px;
    position: relative;
}

#statement {
    float: left;
    width: 374px;
    height: 114px;
    overflow: hidden;
    padding: 15px;
    font-family: georgia;
    font-size: 13px;
    color: #fff;
}

#by {
    position: absolute;
    bottom: 10px;
    left: 424px;
    width: 113px;
    color: #fff;
    font-family: georgia;
    font-size: 13px;
    text-align: right;
}

#news {
    float: left;
    height: 144px;
    width: 360px;
    margin: 0 0 0 15px;
    display: inline;
}

#news ul {
    list-style: none;
    width: 360px;
    float: left;
    padding: 0;
}

#news ul li {
    width: 360px;
    float: left;
    clear: both;
    height: 23px;
    line-height: 23px;
}

#news ul li a {
    color: #fff;
    font-family: georgia;
    font-size: 12px;
    float: left;
    text-decoration: none;
}

#news ul li a:hover {
    text-decoration: underline;
}

#news ul li span {
    float: right;
    color: #c0c0c0;
    font-size: 12px;
    font-family: georgia;
}

#credits {
    float: left;
    width: 980px;
    padding: 20px 0 0 0;
    font-family: lucida sans unicode, lucida grande, arial;
}

#credits table {
    float: left;
    width: 780px;
}

#credits td {
    font-size: 13px;
    color: #fff;
}

#credits td a {
    color: #fff;
    text-decoration: none;
}

#credits td a:hover {
    text-decoration: underline;
}

#credits h1 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

#generic {
    width: 880px;
    padding: 50px;
    font-family: georgia;
    float: left;
    color: #585858;
    font-size: 12px;
    line-height: 22px;
}

#generic a {
    text-decoration: underline;
    color: #585858;
}

#generic h1 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    margin: 0 0 20px 0;
}

#generic h2 {
    margin: 0 0 20px 0;
}

#generic img {
    margin: 30px;
}

#generic p {
    margin: 0 0 15px 0;
}

#order {
    float: left;
    width: 880px;
    padding: 50px;
}

#order form {
    width: 880px;
    float: left;
}

#order #help {
    width: 437px;
    margin: 50px 0 0 235px;
    padding: 10px 20px 20px 20px;
    background-color: #f0f0f0;
    font-family: arial;
}

#order #step1 {
    width: 437px;
    padding: 0 0 0 235px;
    text-align: left;
    position: relative;
}

#order #step2 {
    width: 530px;
    padding: 0 0 0 175px;
    text-align: left;
}

#order #step3 {
    width: 530px;
    padding: 0 0 0 175px;
    text-align: left;
}

#order h1 {
    font-family: Georgia;
    font-weight: normal;
    font-size: 30px;
    margin: 0 0 5px 0;
    color: #595959;
}

#order h2 {
    font-family: georgia;
    color: #595959;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 25px 0;
}

#order td {
    font-size: 12px;
    color: #595959;
    font-family: georgia;
    padding: 0 10px 10px 0;
    white-space: nowrap;
    vertical-align: top;
}

#order p {
    font-size: 12px;
    color: #595959;
    line-height: 20px;
    font-family: georgia;
    margin: 0 0 20px 0;
}

#order #step2, #order #step3 {
    display: none;
}

#order #step3 h1 {
    margin: 0 0 15px 0;
}

#order td input.field {
    width: 200px;
    padding: 2px 5px 3px 5px;
    border: 1px solid #ccc;
}

#order td select {
    width: 212px;
    padding: 0;
    border: 1px solid #ccc;
}

#order a {
    color: #e50000;
    font-size: 12px;
    font-family: georgia;
}

#order input.button {
    float: right;
}

#newswrapper {
    float: left;
    width: 980px;
    background-image: url(/graphics/news_divider.gif);
    background-repeat: repeat-y;
    background-position: 591px 0;
}

#newswrapper #article {
    float: left;
    padding: 50px;
    width: 491px;
}

#newswrapper #articles {
    float: left;
    padding: 50px 25px 50px 25px;
    width: 339px;
}

#article h1 {
    font-family: georgia;
    font-size: 30px;
    color: #898989;
    font-weight: normal;
    margin: 0 0 5px 0;
}

#article span {
    font-size: 12px;
    font-family: georgia;
    color: #c0c0c0;
    margin: 0 0 20px 0;
    display: block;
}

#article .part {
    float: left;
    color: #595959;
    font-family: georgia;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 20px 0;
    display: inline;
}

#article .part p {
    margin: 0 0 20px 0;
}

#articles strong {
    display: block;
    color: #595959;
    font-family: georgia;
    font-size: 14px;
    margin: 32px 0 20px 0;
}

#articles ul {
    float: left;
    width: 339px;
    padding: 0;
    list-style: none;
}

#articles ul li {
    float: left;
    height: 25px;
    line-height: 25px;
    width: 339px;
}

#articles ul li a {
    float: left;
    line-height: 25px;
    height: 25px;
    color: #898989;
    font-size: 12px;
    font-family: georgia;
    text-decoration: none;
}

#articles ul li a:hover {
    text-decoration: underline;
}

#articles ul li span {
    float: right;
    line-height: 25px;
    height: 25px;
    color: #c0c0c0;
    font-size: 12px;
    font-family: georgia;
}

#contact {
    float: left;
    width: 980px;
    background-image: url(/graphics/news_divider.gif);
    background-position: 333px 0;
    background-repeat: repeat-y;
}

#contact #left {
    float: left;
    width: 233px;
    padding: 40px 50px 50px 50px;
}

#contact #right {
    width: 596px;
    padding: 40px 25px 50px 25px;
    float: left;
}

#contact h1 {
    font-family: georgia;
    font-size: 30px;
    color: #595959;
    font-weight: normal;
    margin: 0 0 15px 0;
}

#contact p {
    font-family: georgia;
    font-size: 13px;
    line-height: 19px;
    color: #595959;
    margin: 0 0 20px 0;
}

#contact table {
    width: 596px;
}

#contact td {
    vertical-align: top;
    padding: 0 10px 0 0;
}

#contact textarea {
    width: 500px;
    padding: 10px;
    border: 1px solid #c0c0c0;
    font-family: georgia;
    color: #898989;
    font-size: 12px;
    height: 150px;
}

#contact .submit {
    float: right;
    clear: both;
}

#contact .field {
    width: 190px;
    font-size: 12px;
    color: #898989;
    padding: 3px 5px 4px 5px;
    border: 1px solid #c0c0c0;
    font-family: georgia;
}

#contact #right .col1 p, #contact #right .col3 p {
    margin: 2px 0 25px 0;
}

#contact #left a {
    color: #595959;
}

.info {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 100;
    width: 400px;
    padding: 20px 15px 25px 15px;
    font-family: georgia;
    color: #555;
    font-size: 13px;
    right: -65px;
    line-height: 21px;
}

#info_occupation {
    top: 93px;
}

#info_insurances {
	top: 270px;
}

#info_coverage_invalidity {
    top: 350px;
}

#info_coverage_death {
    top: 170px;
}

#info_coverage_treatment {
    top: 180px;
}

#step1 td img {
    cursor: pointer;
}

#credits img {
    float: right;
    border-left: 1px solid #fff;
    padding: 2px 0 6px 18px;
    margin: 5px 0 0 0;
    display: inline;
}

#cart.final > input {
    float: right;
}

#cart.final .epay {
    float: right;
    clear: both;
    text-align: right;
    width: 100%;
    padding: 10px 0 0 0;
}

#cart.final .epay img {
    float: right;
    margin: 0 0 0 5px;
}

#cart.final .epay a {
    text-decoration: none;
    color: #555;
}


#cart {
    width: 500px;
    float: left;
}
/*

#cart > table {
    border-collapse: collapse;
}

#cart td {
    vertical-align: top;
    padding: 10px 20px 10px 0;
    font-size: 11px;
}

#cart td.number {
    text-align: right;
}

#cart td input.field {
    width: 30px;
    font-size: 11px;
}

#cart td.quantum {
    padding: 10px 5px 10px 0;
}

#cart tr.header td {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: 2px solid #dfdfdf;
}


#cart tr.total td {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    border-top: 2px solid #dfdfdf;
    padding-bottom: 0;
}

#cart tr#vat td {
    padding-top: 0;
    padding-bottom: 0;
}

#cart tr#vat.line td {
    padding-bottom: 10px;
}

#cart td.number input.field {
    text-align: right;
}

#cart td i {
    font-size: 10px;
    color: #8a8a8a;
    font-style: normal;
}

#cart tr.line td {
    border-bottom: 1px solid #dfdfdf;
}

#cart table tr td.nopadding {
    padding: 10px 0 10px 0;
}

#cart table tr td.smallpadding {
    padding: 10px 10px 10px 0;
}

#cart .right {
    padding: 20px 0 0 0;
    float: right;
}

#cart.final input {
    float: right;
    margin: 20px 0 0 0;
}

#cart .epay {
    float: left;
    width: 722px;
    text-align: right;
    margin: 20px 0 0 0;
}

#cart .epay img {
    float: right;
    margin: 0 0 0 20px;
}

#cart .epay a {
    color: #666666;
    text-decoration: none;
}

#cart td strong a {
    color: #000;
}


*/

#box1 h1 a, #box2 h1 a, #box3 h1 a, #box4 h1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 174px;
    height: 179px;
    padding: 15px 0 0 20px;
}

#box1 h2 a, #box2 h2 a, #box3 h2 a, #box4 h2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 174px;
    height: 179px;
    padding: 15px 0 0 20px;
}

#generic hr {
    clear: both;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #313131;
    color: #313131;
    margin: 0 0 20px 0;
}

#generic p img, #generic h1 img {
    margin: 0 20px 0 0;
}

#ui-datepicker-div td {
    font-size: 11px;
}

body .ui-widget {
    font-size: 0.8em;
}

#cookieoverlay-inner p {
	margin: 0 0 10px 0;
}

#cookieoverlay {
	font-family: arial;
	font-size: 13px;
}

#cookieoverlay-inner h2 {
	margin: 0 0 10px 0;
}

#cookieoverlay input {
	padding: 3px 8px;
}

.logim {position: absolute; right: 5px; top: 10px; }