@charset "utf-8";

/* 1. Reset
-------------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	font: 12px/1.4em Arial, Helvetica, Verdana, sans-serif normal;
	/*font: 14px/18px "Times New Roman", Times, serif normal;*/
}
html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-size: 12px;
	background: url(../img/bg-body.png) center top repeat-x;
	color: #666;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: inherit;
	color: #004B93;
}
a:hover,
a:focus {
	text-decoration: underline;
}
h1 {
	font-size: 1.4em;
	margin: 0 0 2em 0;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	margin: 0 0 1em 0;
	font-weight: bold;
}
h3,
h4,
h5 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
p {
	margin: 0 0 1.2em 0 !important;
}
ul,
ol {
	margin: 0 0 1em 0;
}
ul ul,
ol ol {
	margin: 0;
}
strong {
	font-weight: bold;
}

i {
font-style: italic;
}


/* 2. Layout
-------------------------------------------------------------------------------- */
#wrap {
	width: 100%;
	height: 100%;
/*	background: url(../img/bg-wrap.gif) bottom left no-repeat;*/
}
#outer {
	width: 100%;
	margin: 0 auto;
	background: url(../img/bg-body.jpg) top center no-repeat;
}
#inner {
	width: 985px;
	margin: 0 auto;
}

#service-header {
	width: 960px;
	height: 111px;
	background: url(../img/bg-serviceheader.png) no-repeat;
	padding: 0 10px 0 10px;
}

#header {
	width: 960px;
	height: 60px;
	padding: 0px 10px 0 10px;
}
#header,
#header * {
	font-size: 14px;
}
#header img.logo {
	float: left;
}
#subheader {
	clear: both;
	height: 260px;
	/*background: url(../img/bg-subheader-1.jpg) 0 0 no-repeat;*/
	position: relative;
}
div.background {
	background: url(../img/bg-subheader.jpg) 19px 0px no-repeat !important;
	/*background: url(../img/SALUSCENTER_Zurich_01.jpg) 15px 3px no-repeat !important;*/
	width: 980px;
	height: 260px;
}

#subheader h1 {
	position: absolute;
	left: 10px;
	top: 0;
}
#wrap #subheader {
	/*background: url(../img/bg-subheader.jpg) top center no-repeat;*/
}
#wrap.start #subheader .background {
	background: url(../img/bg-subheader-2.jpg) 15px 0 no-repeat !important;
	padding: 0 0 0 10px;
}

#content {
/*	background: url(../img/bg-content.png) repeat-y; */
	padding: 35px 20px 35px 350px;
}
#wrap.start #content {
	padding: 20px 0 20px 15px;
}
#wrap.start .col {
	float: left;
	width: 232px;
	height: 292px;
	margin: 0 8px 0 0;
}

#wrap.start .col.box1 {
	background: url(../img/bg-box4a.png) repeat-y;
}
#wrap.start .col.box2 {
	background: url(../img/bg-box1a.png) repeat-y;
}
#wrap.start .col.box3 {
	background: url(../img/bg-box2a.png) repeat-y;
}
#wrap.start .col.box4 {
	background: url(../img/bg-box3a.png) repeat-y;
}


#left {
	float: left;
	margin: 0 0 0 -340px;
	width: 308px;
}

#right {
	border-bottom: 1px dotted #a6b4ce;
	margin-bottom: 10px;
}


#right div.indent {
/*	border-bottom: 1px dotted #a6b4ce;*/
	padding: 10px 30px 10px 10px;
	margin: 0 0 10px 0;
}
div.indentNoBorder {
	padding: 0px 30px 10px 0px;
	margin: 0 0 10px 0;
		float: left;
	clear: both;
}
/* rechts zweispaltig */
#right .twoColumns {
	padding-left: 390px;
}
#right .twoColumns .colLeft {
	width: 340px;
	float: left;
	margin: 0 0 0 -380px;
}
#right .twoColumns .colRight{
	float: right;
}
/* Boxen */
.box {
	width: 221px;
	color: #52717e;
}
.box .top {
	background: url(../img/box-top.png);
	height: 7px;
	overflow: hidden;
}
.box .middle {
	background: url(../img/box-middle.png);
	padding: 5px 12px;
}
.box .bottom {
	background: url(../img/box-bottom.png);
	height: 7px;
	overflow: hidden;
}

/* Box mit Überschrift */
.boxWithHeader {
	width: 220px;
}
.boxWithHeader h2 {
	color: #fff;
	padding: 40px 12px 10px 65px;
	min-height: 30px;
	margin: 0;
}
.boxWithHeader h2 {
	color: #fff;
	padding: 40px 12px 10px 65px;
	min-height: 30px;
	margin: 0;
}

.boxWithHeader h3 {
	color: #004b93 !important;
	font-weight: bold;
	padding: 0 10px 0px 20px;
}

.boxWithHeader p {
	padding: 0 10px 0px 20px;
	color: #666 !important;
}

.boxWithHeader img {
	padding: 0 0 15px 12px;
}

.boxWithHeader a {
color: #004b93 !important;
}

#startBottom {
	position: relative;
	clear: both;
	border-top: 10px solid #fff;
	margin: 15px 0 0 0;
	width: 920px;
	height: 151px;
	background: url(../img/bg-start-bottom.png) top center no-repeat;
	color: #666;
}
#startBottom .boxLeft {
	position: absolute;
	left: 70px;
	top: 20px;
	width: 360px;
	height: 110px;
}
#startBottom .boxRight {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 360px;
	height: 110px;
}
#startBottom h2 {
	font: 15px/15px "Times New Roman", Times, serif normal;
	color: #466296;
}
#startBottom ul {
	list-style-type: none;
}
#startBottom li {
	padding: 0 0 0 25px;
	margin: 0 0 0.8em 0;
	background: url(../img/bullet-blue.png) left center no-repeat;
}
#startBottom .btnContinue {
	position: absolute;
	right: 41px;
	bottom: 17px;
}
#footer {
	width: 100%;
	padding: 25px 0px;
	color: #fff;
	font-size: 0.95em;
	background: #dfedf7;
}


/* 3. Navigation
-------------------------------------------------------------------------------- */
/* Service HEader */

#service-header ul {
	display: inline;
	float: right;
	padding: 15px 0 18px 0;
	margin: 60px 0 0 0;
}

#service-header ul li {
	display: inline;
}
#service-header ul a {
	color: #004b93;
	background: url(../img/bullet-service.png) 0 5px no-repeat;
	padding: 0 0 0 8px;
	margin: 0 3px;
	font-size: 11px;
}


/* Hauptnavi oben */
#header .navi {
	float: right;
	margin: 0 0 0 0;
}
#header .navi ul,
#subheader .navi ul {
	list-style-type: none;
}
#subheader .navi img {
margin-left: -5px !important;
}

#header .navi li {
	display: inline;
}
#header ul a {
	float: left;
	height: 42px;
	cursor: pointer;
}
#header ul a:hover,
#header ul a:focus,
#header ul a.active {
	color: #fff;
	background: url(../img/navi.png) repeat-x;
	text-decoration: none !important;
}
#header ul a span {
	float: left;
	height: 42px;
}
#header ul a span span {
	color: #fff;
	/*font-weight: bold !important;*/
	font-size: 1.1em;
	padding: 15px 20px 0 20px;
}
#header ul a:hover span,
#header ul a:focus span,
#header ul a.active span {
}
#header ul a:hover span span,
#header ul a:focus span span,
#header ul a.active span span {
	color: #075096;
}
#header ul li.last a:hover span span,
#header ul li.last a:focus span span,
#header ul li.last a.active span span {
	margin: 0 0 0 1px;
	padding: 40px 20px 0 5px;
}

/* Buttons Subheader */
#subheader .navi {
	position: absolute;
	top: 11px;
	right: 20px;
}
#subheader .navi li,
.csc-textpic{
	margin: 0;
}


/* Reiter Subheader */
#subheader .navi2 {
	position: absolute;
	left: 10px;
	bottom: 0;
}
#subheader .navi2 ul {
	list-style-type: none;
	margin: 0 0 0 19px;
}
#subheader .navi2 li {
	float: left;
	margin: 0 5px 0 0;
}
#subheader .navi2 a span {
	float: left;
	background: url(../img/navi-2-left-out.png) 0 0 no-repeat;
	padding: 0 0 0 6px;
	height: 35px;
	color: #466296;
}
#subheader .navi2 a span span {
	float: left;
	background: url(../img/navi-2-right-out.png) right top no-repeat;
	padding: 0 6px 0 0;
	height: 35px;
}
#subheader .navi2 a span span span {
	float: left;
	background: url(../img/navi-2-middle-out.png) 0 0 repeat-x;
	height: 35px;
	padding: 10px 5px;
}
#subheader .navi2 a.active span,
#subheader .navi2 a:hover span,
#subheader .navi2 a:focus span {
	background: url(../img/navi-2-left.png) 0 0 no-repeat;
}
#subheader .navi2 a.active span span,
#subheader .navi2 a:hover span span,
#subheader .navi2 a:focus span span {
	background: url(../img/navi-2-right.png) right top no-repeat;
}
#subheader .navi2 a.active span span span,
#subheader .navi2 a:hover span span span,
#subheader .navi2 a:focus span span span{
	background: url(../img/navi-2-middle.png) 0 0 repeat-x;
	color: #fff;
}


/* Hauptnavi links */
/* 1. Ebene */
#left ul {
	list-style-type: none;
	color: #e2007a;
	font-size: 1.2em;
	border-top: 1px dotted #a6b4ce;
}
#left ul a {
	display: block;
	border-bottom: 1px dotted #a6b4ce;
	padding: 6px 10px 7px 30px;
	text-decoration: none !important;
	font-size: 1.2em;
	color: #204385;
}
#left ul li.active a,
#left ul a:hover,
#left ul a:focus {
	background: url(../img/bullet-nav-1.png) 14px 10px no-repeat;
	font-weight: bold;
}
#left ul li.active ul a {
	background: none;
	font-weight: normal;
}

/* 2. Ebene */
#left ul ul {
	font-size: 0.9em;
	border-top: none;
	border-bottom: 1px dotted #a6b4ce;
	padding: 5px 0;
}
#left ul ul a {
	border: none;
	padding-left: 60px;
	font: 12px/12px Arial, Helvetica, sans-serif normal;
}
#left ul ul li.active a,
#left ul ul li a:hover,
#left ul ul li a:focus {
	background: url(../img/bullet-nav-2.png) 50px center no-repeat;
	font-weight: bold;
}

/* 3. Ebene */
#left ul ul ul {
	/*font-size: 0.9em;
	border-top: none;*/
	padding: 0 0 0 10px;
	border-bottom: none !important;
}

#left ul ul ul  a {
	border: none;
	padding-left: 70px;
	font-weight: normal !important;
	background: url(../img/bullet-nav-2.png) 60px center no-repeat !important;
}
#left ul ul ul li.active a,
#left ul ul ul li a:hover,
#left ul ul ul li a:focus {
	font-weight: bold !important;

}

/* Fußzeile */
#footer ul li {
/*	display: inline;*/
list-style-type: none !important;
margin-top: 3px;
}
#footer ul a {
	color: #6f9cc5;
	background: url(../img/bullet-footer.png) left center no-repeat;
	padding: 0 0 0 8px;
	margin: 0 3px;
}


/* 4. Formulare
-------------------------------------------------------------------------------- */
form {
	margin: 0 0 10px 0;
}
label {
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
}
input.text {
	float: left;
	width: 150px;
	margin: 0 5px 0 0;
	padding: 1px;
	border: 1px solid #ccc;
}
textarea {
	float: left;
	width: 421px;
	padding: 1px;
	border: 1px solid #ccc;
	overflow: auto;
}
input.text:focus,
textarea:focus {
	border-color: #E2007A;
}
button {
	border: none;
	background: #fff url(../img/bullet-nav-1.png) right center no-repeat;
	padding: 0 14px 0 0;
	margin: 0 30px 0 0;
	color: #e2007a;
	cursor: pointer;
}
div.row {
	margin: 0 0 2px 0;
}
div.buttonRow {
	clear: both;
	padding: 0 0 0 100px;
}
div.spacer {
	width: 100%;
	height: 5px;
	overflow: hidden;
	background: green;
}


/* 5. Content
-------------------------------------------------------------------------------- */
.btnRight {
	float: right;
	margin: -0.5em 0 0.5em 30px;
}
.icon {
	display: block;
	padding: 0 0 0 24px;
	margin: 0 0 3px 0;
}
.icon img {
	float: left;
	margin: 0 0 0 -24px;
}

/* Links Footer
---------------------------------------------------------*/

#linkfooter
{
	width: 940px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin: 0 auto;
	padding: 0px 0px 23px 0;
	font-weight: normal;
	color: #004b93;
	/*border-bottom: 1px solid #c8dded;*/

}

#linkfooter ul.footerlinks {
	padding-top: 15px !important;
}


#linkfooter  .linkfooterblockfirst
{
	float: left;
	width: 200px;

}

#linkfooter  .linkfooterblock
{
	float: left;
	width: 200px;
	padding: 0px 0px 0px 42px;
	background-image:url(../images/winter/linea_link_bottom.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;

}

#linkfooter h2
{
	font-size: 13px;
	font-weight: normal !important;
	color : #6f9cc5;
	text-transform:uppercase;
	padding: 0 !imporant;
	margin: 0 !important;
}

#linkfooter h3
{
	font-size: 12px;
	font-weight: bold;
	color : #6f9cc5;
	padding: 0px 0px 15px 5px !imporant;
	margin: 0 !important;
}

/* Footer
------------------------------------------------------------------------------- */

div.copy-footer
{
	clear: both;
	padding: 5px 0 0 0;
	font-weight: normal;
	color: #bdd4e8;
		border-top: 1px solid #c8dded;
}

div.copy-footer p
{
	text-align: left !important;
}


/* Sonstiges
-------------------------------------------------------------------------------- */
 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
. clearLeft {
	clear: left;
}
/* Print/Bookmarklink(s) */
.btnPrint,
.btnBookmark {
	cursor: pointer;
/*	color: #204385;*/
	margin: 0 1em 0 0;
}
.btnPrint {
	background: url(../img/icon_print.gif) left center no-repeat;
	padding: 2px 0 0 18px;
}
.btnBookmark {
	background: url(../img/icon_bookmark.gif) left center no-repeat;
	padding: 2px 0 0 18px;
}
.btnPrint a, .btnBookmark a {
color: #666 !important;
}
.spaceRigth {
	margin-right: 12px !important;
}

div.tip {
float: left;
display: inline;
margin-left: -33px !important;
}

div.tip li {
list-style-type: none !important;
float: left;
}

div.tip li a {
cursor: pointer !important;
margin-left: 5px !important;
background: url(../img/icon_tip.gif) left center no-repeat !important;
padding-left: 18px !important;
color: #666 !important;
text-decoration: none;
}

div.kontaktteaser {
width: 220px;
height: 267px;
background: url(../img/bg-teaser.png) no-repeat;
}

div.kontaktteaser p {
padding: 150px 0 0 10px;
}

div.teaser img {
padding-top: 5px;
}

div.teaser {
width: 219px;
/*height: 265px;*/
background: url(../img/bg-teaser2.png) repeat-y;
border-bottom: 1px solid #abc4db;
}

div.teaser h2, div.teaser h3 {
padding: 10px 0 0 10px;
color: #fff;
font-size: 1.3em;
}

div.teaser p {
padding: 10px 5px 0 10px;
}

/********** TYPO3**************/


/* Tip-a-friend */

.friend_tpl h1
{
     margin:0 0 2px 0;
     padding:0;
}

.friend_tpl p
{
     margin:0;
     padding:3px 0 4px 0;
}

.friend_tpl label
{
    display:block;
    width: 140px;
    float:left;
    font-size:1.05em;
}

.friend_tpl label img
{
   border:1px solid gray;
}

.input_friend
{
                margin:0 0 2px 0;
                padding:0;
                height: 17px;
                border:1px solid gray;
}

/* RTE */

img.test2 {
float: left;
padding-right: 5px;
}
/*

table {
width: 100% !important;
}*/

td.zelleGrau {
	/*background-color: #baddf0;*/
	background-color: #ddd;
}

td.zelleBlau {
	background-color: #004B93;
	color: #fff;
}

td.zentriert {
text-align: center !Important;
vertical-align: center !important;
}

td.oben-links {
text-align: left !Important;
vertical-align: top !important;
padding-top: 4px !important;
}

td.oben-links ol, td.oben-links ol li {
padding-top: 0px !important;
margin: 0px !important;
}

td.unten-links {
text-align: left !Important;
vertical-align: bottom !important;
padding-bottom: 0 !important;
}

td p {
margin: 0 !important;
padding: 0 !important;
}


td {
padding: 5px;
}


/* Icons */

#right a {
	background: url(../img/salusmed_interner_link.png) 0 0 no-repeat;
	padding-left: 19px;
	margin: 4px 0 0 0;
	color: #004B93;
}

#right div.middle a  {
	background: none !important;
	padding-left: 0 !important;
}

a.external-link-new-window, a.external-link {
	background: url(../img/salusmed_externer_link.png) 0 0 no-repeat !important;
}

.csc-textpic-image a {
	background: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
}

.csc-textpic-text ul li {
	list-style-type: none;
	background: url(../img/salusmed_aufzaehlung.png) 0 1px no-repeat;
	padding-left: 19px;
	margin: 4px 0 0 0;
}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
height:1%;
overflow:auto;
padding-left: 0 !important;
}

div#right ol li {
	list-style-type: none;
	background: url(../img/salusmed_haekchen.png) 0 1px no-repeat;
	padding-left: 19px;
	margin: 4px 0 0 0;
}

div#right ul li {
	list-style-type: none;
	background: url(../img/salusmed_aufzaehlung.png) 0 1px no-repeat;
	padding-left: 19px;
	margin: 4px 0 0 0;
}

div#right b {
	font-weight: bold;
}


a.mail {
	background: url(../img/salusmed_mail.png) 0 0 no-repeat !important;
}

a.download {
	background: url(../img/salusmed_download.png) 0 0 no-repeat !important;
}

span.detail a.download {
	background: url(../img/salusmed_pdf.png) 0 0 no-repeat !important;
	padding: 1px;
}

a.pdf {
	background: url(../img/salusmed_pdf.png) 0 0 no-repeat !important;
	padding: 1px;
}

a.mail img, a.download img, a.internal-link img, a.external-link img {
	display: none;
}

a.internal-link i img {
	display: inline !important;
}

i a.internal-link {background: none !important; padding-left: 5px !important;}

a.no-icon {background: none !important; padding-left: 0 !important;}

ul li img {
	padding-top: 5px !important;
}
/* 4. Formulare
-------------------------------------------------------------------------------- */
div.tx_powermail_pi1_fieldwrap_html {
margin: 8px 0 !important;
padding-top: 5px !important;
}

div.tx-powermail-pi1 fieldset {
border: none !important;
}

div.tx-powermail-pi1 form {
	margin: 0 0 30px 0;
}
div.tx-powermail-pi1 label {
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
}
div.tx-powermail-pi1 input.text {
	float: left;
	width: 150px;
	margin: 0 5px 0 0;
	padding: 1px;
	border: 1px solid #ccc;
}
div.tx-powermail-pi1 textarea {
	float: left;
	width: 430px;
	padding: 1px;
	border: 1px solid #ccc;
	overflow: auto;
}

input.powermail_submit {
clear: both;
display: block;
}

div.odd, div.even, div.tx_powermail_pi1_fieldwrap_html_label * {
	padding-top: 10px !important;
	font-weight: strong !important;
}
input.text:focus,
textarea:focus {
	border-color: #E2007A;
}
button {
	border: none;
	background: #fff url(../img/bullet-nav-1.png) right center no-repeat;
	padding: 0 14px 0 0;
	margin: 0 30px 0 0;
	color: #e2007a;
	cursor: pointer;
}

div#powermaildiv_uid6 {
clear: both;
padding-top: 10px !important,
}
/* */

/* 4. Formulare
-------------------------------------------------------------------------------- */
form {
	margin: 0 0 30px 0;
}
label {
	float: left;
	width: 90px;
	margin: 0 5px 0 0;
}
.copy_first {
	width: auto !important;
	text-align: left !Important;
	padding-top: 8px !important;
}
.copy {
	width: auto !important;
	text-align: left !Important;
	padding-top: 5px !important;
}
input.text {
	float: left;
	width: 140px;
	margin: 0 5px 0 0;
	padding: 1px;
	border: 1px solid #ccc;
}
textarea {
	float: left;
	width: 421px;
	padding: 1px;
	border: 1px solid #ccc;
	overflow: auto;
	margin-bottom: 20px !important;
}
input.text:focus,
textarea:focus {
	border-color: #1c4486;
}
button {
	border: none;
	background: #fff url(../img/bullet-nav-1.png) right center no-repeat;
	padding: 0 14px 0 0;
	margin: 0 30px 0 0;
	color: #1c4486;
	cursor: pointer;
}
div.row {
	margin: 0 0 10px 0;
}
div.buttonRow {
	clear: both;
	padding: 0 0 0 100px;
}
div.spacer {
	width: 100%;
	height: 5px;
	overflow: hidden;
	background: green;
}


/* Buchungsformular
****************************************/

form#buchung fieldset { border: none; color: #333 !important; }

form#buchung label {
width: 100px !important;
float: left;
}

form#buchung input.text {
	float: left;
	width: 180px;
	margin: 0 5px 0 0;
	padding: 1px;
	border: 1px solid #ccc;
}

form#buchung div.tx_powermail_pi1_fieldwrap_html {
clear: left;
margin: 10px 0px;
display: block;
}

form#buchung #powermaildiv_uid14, form#buchung #powermaildiv_uid3 {
margin-top: 20px !important;
}

form#buchung #powermaildiv_uid15, form#buchung #powermaildiv_uid16, form#buchung #powermaildiv_uid6 {
margin-top: 10px !important;
}

form#buchung div#powermaildiv_uid14 label, form#buchung div#powermaildiv_uid15 label, form#buchung div#powermaildiv_uid16 label {
width: 500px !important;
}

div#powermaildiv_uid13 {
margin-top: 50px !important;
}

form#buchung div.powermail_check_inner, form#buchung div.powermail_radio_inner {
clear: left;
width: 530px !important;
}

form#buchung div.powermail_check_inner input, form#buchung div.powermail_radio_inner input {
float: left;
margin-top: 6px !important;
}

 form#buchung div.powermail_check_inner label, form#buchung div.powermail_radio_inner label {
float: right;
margin-top: 5px !important;
width: 500px !important;
}

form#buchung .tx_powermail_pi1_fieldwrap_html_textarea {
margin-top: 50px !important;
}

/**********
div.tx_powermail_pi1_fieldwrap_html {
    margin: 0 10px 10px 10px;
}

div.tx_powermail_pi1_fieldwrap_html_textarea * {
margin-top: 20px;
}
**********/

div.powermail_radio_inner {
width: 130px !important;
clear: both;	
margin-top: 10px;
}

div.powermail_radio_inner label {
float: left;
}

div.powermail_radio_inner input {
float: left;
}

div#powermaildiv_uid64 {
clear: both;
}

div.powermail_check_inner {
margin-top: 10px;
}

legend {font-weight:bold; margin:0 10px; display: none;}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
font-weight: bold !important;
margin-bottom: -3px !important;}

p.tx_powermail_pi1_fieldwrap_html_radio_title {
font-weight: bold !important;
padding-top: 20px !important;
margin-bottom: -2px !important;}

input.submit {
	border: none;
	background: #fff url(../img/bullet-nav-1.png) right center no-repeat;
	padding: 0 14px 0 0;
	margin: 10px 30px 0 0;
	color: #1c4486;
	cursor: pointer;
}

div.csc-frame-rulerAfter {
border-bottom:1px dotted #a6b4ce;
margin-bottom:14px;
}


/* TAbs
***************/

#right ul.rgtabs-menu {
margin: 0 !important;
padding: 0 !important;
}

#right ul.rgtabs-menu li {
background: #fff !important;
color: #004b93;
padding: 0px !important;
border-top: 1px solid #50a9da;
border-left: 1px solid #50a9da;
border-right: 1px solid #50a9da;
margin: 0px 5px 0 0 !important;
}

#right ul.rgtabs-menu li a {
background: none !important;
padding: 5px 10px;
margin: 0px !important;
}

#right ul.rgtabs-menu li.rgtabs-selected {
background: #004b93 !important;
color: #fff !important;
padding: 0px !important;
}

#right ul.rgtabs-menu li a:hover {
background: #004b93 !important;
color: #fff !important;
}

#right ul.rgtabs-menu li.rgtabs-selected a {
color: #fff !important;
}

div.rgtabs-wrapper {
border: 1px solid #50a9da !important;
padding: 10px !important;
display: inline-block !important;
width: 95%;
}

div.wrapper h3 a, 
div.box1 h3 a,
div.box1 h3 a span {
font-weight: bold !important;
}

div.box1 .csc-textpic img {
margin-top: -7px !important;
}

div.box1 div.csc-textpic dl.csc-textpic-image {
margin-bottom: 0px !important;
}


div#link {
margin: 31px 0 0 117px;
padding: 5px;
background: url(http://salusmed.vs69.snowflakehosting.ch/fileadmin/templates/slider/bg-slider-browser.gif) no-repeat;
height: 28px;
width: 114px;
}

div#link a {
padding: 0 10px 0 40px;
vertical-align: bottom;
*/background: url(http://www.salusmed.ch/fileadmin/templates/slider/icon-slider-ri.gif) no-repeat 40px top;*/
}

/* Kontakte 
*******************/

.tx-contactslist-pi1 select {
	margin: 0 1em 0 .5em;
	padding: 0;
}

.tx-contactslist-pi1 input {
	margin: 0 .5em 0;
	padding: 0;
}

.tx-contactslist-pi1 td {
	margin: 0;
	padding: 0 0 .1em;
}

td.tx-contactslist-pi1-rowHeading {
	padding-right: 1em;
	font-weight: bold;
}

div.tx-contactslist-pi1 table {
margin: 0 0 20px 0 !important;
width: auto;
}

div.tx-contactslist-pi1 h3 {
font-size: 1.1em !important;
font-weight: bold !important;
color: #004B93!important;
}


div.tx-contactslist-pi1 span.nodisp {
display: none !important;
}
