/** css head **//*** surerconsult.ch/css/style***//*** surerconsult.ch/css/style***//* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td, p {
    margin:0;
    padding:0;
    font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

p {
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Klasse hervorgehoben mit rot */
.quote_right {
	color: #CF003D;
	padding-left: 5px;
}

.quote_left {
	color: #CF003D;
	padding-right: 5px;
}

/* links */
a {
    color:#747477;
    text-decoration:none;
    border-bottom: 2px dotted #D9D9D9;
}

a:hover {
    color: #CF003D;
    border-bottom: 2px dotted #CF003D;
    cursor: pointer;
}

.no_border {
	border: none !important;
}

ul {
    line-height: 20px;
    list-style-image: url("/style/images/dot.png");
    padding-left: 24px;
    padding-top: 3px;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
    margin: 0;
}

h1 {
    font-size:26px;
    color:#78787b;
    font-family:"CenturyGothicStdRegular", "Century Gothic", Arial;
    margin-bottom: 10px;
    margin-top: 10px;
}

h2 {
    font-size:18px;
    color:#78787b;
    margin-bottom: 12px;
    margin-top: 7px;
}

h3 {
    font-size:16px;
    color:#78787b;
    margin-bottom: 12px;
    margin-top: 5px;
}

h4 {
    font-size: 14px;
    color:#78787b;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
}

h5 {
    font-size:150%;
    color:#000;
}

h6 {
    font-size:125%;
    color:#000;
}

/* page setup */
body {
    background:#fff;
    color:#555555;
    font-size:0.82em;
    line-height:normal;
}

/* Spruch */
div.content div.content_header {
	text-align: left;
    font-size:16.83px;
    color:#78787b;
    /*margin:0 0 27px 0;*/
    /*background:url(/style/images/quote_close.png) 100% 33px no-repeat;*/
    margin:0 30px 27px 0;
}


/*** surerconsult.ch/css/layout***//*** surerconsult.ch/css/layout***/
/* wrapper setup */
div.outerwpr {
    padding:0 0 113px 0;
}

div.rapidxwpr {
    margin:auto;
    width:965px;
}

/* header */
div#header {
    height:141px;
    background:url(/style/images/header_bg.png) 50% 0 repeat-x;
    padding:46px 0 0 3px;
    position:relative;
    z-index:60;
}

#header a {
	border: none;
}

div.header_right {
    float:right;
    padding:36px 2px 0 0;
}

/* logo */
div.logo {
    float:left;
    width:284px;
}

/* main body setup */
div#middle {
    width:auto;
    clear:both;
    background:url(/style/images/middle_back.png) 100% 100% no-repeat;
    z-index:50;
    position:relative;
    margin:-16px 0 0 0;
}

/* left column */
div#left {
    width:200px;
    float:left;
}

/* content column */
div#main {
    width:auto;
    margin:0 0 0 200px;
}

/* footer */
div#footer {
    width:auto;
    clear:both;
    background:url(/style/images/footer_bg.png) 0 0 repeat-x;
    margin:-77px 0 0 0;
    height:77px;
}

div#footer div.rapidxwpr {
    position:relative;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* topmenu */
div#topmenu {
    height:28px;
}

div#topmenu ul {
    list-style:none;
    float:right;
}

div#topmenu ul li {
    float:left;
    display:block;
    font-size:16px;
    padding:0 0 0 21px;
    font-weight:bold;
}

div#topmenu ul li a {
    color:#747477;
}

div#topmenu ul li a:hover, div#topmenu ul li.active a {
    color:#cf003f;
    text-decoration:none;
}

/* submenu */
div.submenu {
    height:30px;
}

div.submenu ul {
    list-style:none;
    float:right;
}

div.submenu ul li {
    float:left;
    display:block;
    padding:0 0 0 23px;
    font-weight:bold;
}

div.submenu ul li a {
    color:#747477;
}

div.submenu ul li a:hover, div.submenu ul li.active a {
    color:#cf003f;
    text-decoration:none;
}

div.submenu ul ul ul {
	display: none;
}

/* Docbrowser */
.waxmlc_documents_title {
    color: #DE8914;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 9px;
    padding-top: 5px;
}
.waxmlc_documents_file {
    display: block;
    width: 98%;
}
.waxmlc_documents_file_zebra {
    display: block;
}
.waxmlc_documents_file_size {
    color: #747477;
    font-size: 10px;
    left: 596px;
    position: absolute;
}
.waxmlc_documents_file_size:before {
    content: "(";
}
.waxmlc_documents_file_size:after {
    content: ")";
}
a.waxmlc_documents_file {
    border-bottom: 0 none;
    line-height: 24px;
}
a.waxmlc_documents_folder {
    border-bottom: 0 none;
}
a.waxmlc_documents_folder_zebra {
    border-bottom: 0 none;
}
a.waxmlc_documents_folder_parent {
    border: 0 none;
}
.waxmlc_documents_title {
    color: #4F5051;
    font-weight: bold;
    padding-bottom: 25px;
}
a.waxmlc_documents_folder {
    display: block;
}
span.waxmlc_documents_folder_description {
    display: none;
}
.waxmlc_documents_current_folder_name {
    color: #4F5051;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 25px;
}
.waxmlc_documents_current_folder_description {
    display: none;
}
.waxmlc_documents_folder_description {
    display: none;
}
.waxmlc_documents_file_description {
    display: none;
}
.waxmlc_documents_file {
    display: block;
}
.waxmlc_documents_folder_parent {
    background-image: url("http://www.cooprecht.ch/icons/folder_up.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 10px;
    padding-left: 24px;
}

/* top icon */
div.top_icon {
    height:33px;
    padding:14px 10px 0 10px;
}

div.top_icon a {
	border: none;
}

div.top_icon ul {
    margin:0;
    list-style:none;
    float:right;
}

div.top_icon ul li {
    float:left;
    padding:0 0 0 11px;
}

div.top_icon ul li a {
    display:block;
    float:left;
    height:23px;
    text-indent:-9999px;
}

div.top_icon ul li a.icon01 {
    background:url(/style/images/top_icon.png) 0 0 no-repeat;
    width:22px;
}

div.top_icon ul li a.icon02 {
    background:url(/style/images/top_icon.png) -32px 0 no-repeat;
    width:18px;
}

div.top_icon ul li a.icon03 {
    background:url(/style/images/top_icon.png) -61px 0 no-repeat;
    width:20px;
}

/* content */
div.content {
    padding:5px 251px 95px 22px;
    text-align:justify;
    min-height:400px;
    margin:0 14px;
    line-height: 1.35em; 
}

.content table {
	text-align: left;
}

div.content_header_outer {
    /*background:url(/style/images/quote_open.png) 0 0 no-repeat;*/
    position: relative;
    left: -22px;
    padding-left: 22px;
}
/*div.content div.content_header {
    font-size:16.83px;
    color:#78787b;
    margin:0 0 27px 0;
    background:url(/style/images/quote_close.png) 100% 33px no-repeat;
    margin:0 163px 27px 0;
}*/

div.content div.content_header h1 {
    margin:0 0 4px 0;
    font-weight: normal;
}

div.content div.content_header span.sub_heading {
    font-size:12px;
    /*color:#b1b1b3;*/
}

div.content div.content_box {
    line-height:130%;
    font-weight:normal;
}

/* Lightbox */
.lightboxGallery ul {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.lightboxGallery ul li {
    background-color: #F3F0E6;
    display: inline;
    float: left;
    height: 128px;
    line-height: 127px;
    margin: 5px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 128px;
}
.lightboxGallery ul a {
    border: 0 none;
    display: inline;
    height: 151px;
    line-height: 151px;
    vertical-align: middle;
}
.lightboxGallery ul li a img {
    border: 0 none;
}
.lightboxGallery ul a.lightbox-enabled img {
    border: 0 none;
    line-height: 128px;
    text-align: center;
    vertical-align: top;
}
#lightbox-overlay-text {
    display: none;
}

/* Sitemap */
a.waxmlc_sitemap_entry_0 {
    border-bottom: 1px solid #D9D9D9;
    text-decoration:none;
    display: block;
    font-weight: bold;
    margin-bottom: 7px;
    padding-bottom: 2px;
    padding-top: 11px;
}
a.waxmlc_sitemap_entry_1 {
    padding-left: 25px;
    text-decoration:none;
    border-bottom: none;
}
a.waxmlc_sitemap_entry_2 {
    display: none;
}

/* footer box */
div.footer_box {
    border-bottom:#b3b3b4 8px solid;
    height:64px;
    font-weight:bold;
    padding:5px 0 0 33px;
    line-height:14.5px;
    font-size:12px;
    z-index:50;
    position:relative;
    overflow:hidden;
}

div.footer_box a {
	border: none;
}

div.footer_box div.contact_address {
    float:left;
    width:130px;
}

div.footer_box div.address {
	loat: right;
    padding-top: 42px;
    width: 530px;
}

div.footer_box div.contact_info {
    float:left;
    width:130px;
    padding:14px 0 0 45px;
}

div.footer_box div.footer_social {
    float:right;
    padding:35px 0 0 0;
    width:97px;
}

div.footer_box div.footer_social ul {
    margin:0;
    list-style:none;
    padding: 0;
}

div.footer_box div.footer_social ul li {
    float:left;
    padding:0 13px 0 0;
}

div.footer_box div.footer_social ul li a {
    display:block;
    float:left;
    width:20px;
    height:20px;
    text-indent:-9999px;
}

div.footer_box div.footer_social ul li a.xing {
    background:url(/style/images/footer_social.png) 0 0 no-repeat;
    width:51px;
}

div.footer_box div.footer_social ul li a.twitter {
    background:url(/style/images/footer_social.png) -61px 0 no-repeat;
}

div.footer_box div.footer_social ul li a.facebook {
    background:url(/style/images/footer_social.png) -96px 0 no-repeat;
}

div.footer_box div.footer_social ul li a.plus {
    background:url(/style/images/footer_social.png) -132px 0 no-repeat;
}

div.footer_box div.footer_menu {
    padding:42px 0 0 0;
    float:right;
    width:159px;
}

div.footer_box div.footer_menu ul {
    margin:0;
    list-style:none;
    padding: 0;
}

div.footer_box div.footer_menu ul li {
    float:left;
    font-size:11px;
    font-weight:bold;
    background:url(/style/images/footer_menu_line.png) 0 4px no-repeat;
    padding:0 6px 0 8px;
}

div.footer_box div.footer_menu ul li.first {
    background:none;
}

div.footer_icon {
    position:absolute;
    left:-34px;
    top:-96px;
    z-index:40;
}


/*** surerconsult.ch/css/modules***//*** surerconsult.ch/css/modules***//* Popup */
.faq_overlay {
    background-color: black;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#faq_content {
    background-color: white;
    border: 5px solid white;
    border-radius: 10px 10px 10px 10px;
    display: none;
    font-size: 12px;
    left: 40%;
    line-height: 16px;
    margin-left: -231px;
    /*margin-top: -227px;*/
    padding: 12px;
    position: fixed;
    top: 25%;
    width: 462px;
    z-index: 1000;
    cursor: default;
}

div.faq_content {
    display: none;
    margin-left: 20px;
}

#faq_content > div {
    padding: 10px 0;
}

/* HR Überschriften */
#NC_CONTENT_1 h2 {
	color: #d18bb7;
}
#NC_CONTENT_2 h2 {
	color: #b7dfe3;
}
#NC_CONTENT_3 h2 {
	color: #f2e972;
}
#NC_CONTENT_4 h2 {
	color: #bcd89e;
}
/*** ***//** nofile ./.css **/