/*##################################
	Header
##################################*/

#header  {
	border-left-color:#26D2FC;
}

/*##################################
	Main Navigation
##################################*/

/* Primary Navigation  */
#priNav li a.active, #priNav li#priNavArzt a.active:hover {
	color:#ffffff;
	background-color:#26D2FC;
	border-top-color:#26D2FC;	
	border-left-color:#26D2FC;
	border-right-color:#26D2FC;
}

/* Secondary Navigation  */
#priNav li ul {
	border-top:3px solid #26D2FC;
	border-right:3px solid #26D2FC;
}
#priNav li li a {
	color:#00C5FB;
	background-image:url(../img/arzt/secNav.png);
}
#priNav li li a.active, #priNav li#priNavArzt li a.active:hover {
	background-image:url(../img/arzt/arrowCircleDown.png);
	background-color:#FFFFFF;
	color:#00C5FB;
	text-decoration:none;
}
#priNav li.active li a:hover {
	background-image:url(../img/arzt/arrowCircleNext.png);
	color:#00C5FB;
	text-decoration:underline;
}

/*##################################
	Content
##################################*/

.box a:hover  {
	background-image:url(../img/arzt/arrowNext.png);
	color:#00C5FB;
}
.listTitle {
	background-image:url(../img/arzt/iconPlus.png);
	color:#00C5FB;
}
.listTitle.opened {
	background-image:url(../img/arzt/iconMinus.png);
}
.listTitleHover {
	text-decoration:underline
}

/*##################################
	Fonts
##################################*/

h3, .box h3 a, h3 label, .formBox h3 a.info:hover  {
	color:#00C5FB;
}

a.default:hover {
	color:#00C5FB;
	background-image:url(../img/arzt/arrowNext.png);
}

/*##################################
	Sparrechner / Bestellformular
##################################*/

.formBox h3 a.info  {
	background-image:url(../img/arzt/iconInfo.png);
}
.formBox label {
	display:block;
	float:left;
	width:208px;
	margin-right:5px;
}
.selector {
	width:155px;
}

.formBlock label.forRadio {
	width:auto;
	margin:0 0 5px 0;
	display:block;
	float:left;
}
.formBlock input.radio {
	margin:0 5px 0 0;
	display:block;
	float:left;
}
.formBlock ul ul {
	margin-left: 20px;
	padding-top:5px;
}
.formBlock li{
	padding:0px 0px 5px 0px;
}

.submitButton, .csc-mailform-submit {
	background-image:url(../img/arzt/arrowSquareNext.png);
	color:#56606A;
}
.submitButton:hover, .submitButtonHover, .csc-mailform-submit:hover {
	background-image:url(../img/arzt/arrowSquareNextHover.png);
	background-color:#26D2FC;
	color:#FFFFFF;
	border: 1px solid #26D2FC;
}

input.csc-mailform-submit{
	background-position:9px 6px;
	background-repeat:no-repeat;
	padding-left: 30px;
	width: 95px;
}


/*##################################
	Sparrechner Ergebnis
##################################*/

.sparrechnerResultCont {
	padding:11px 9px 0px 9px;
}
.box table.sparrechnerResult {
	width:100%;
}
table.sparrechnerResult th {
	text-align:right;
	font-weight:normal;
	border-bottom:1px solid #D2D5D7;
	padding-bottom:5px;
	padding-top:5px;
}
table.sparrechnerResult td {
	text-align:right;
	width:80px;
	border-bottom:1px solid #D2D5D7;
	padding-top:5px;
	padding-bottom:5px;
}
table.sparrechnerResult tr.total td,table.sparrechnerResult tr.total th  {
	font-weight:bold;
	border-bottom:0px;
	padding-bottom:0px;
}
table.sparrechnerResult td input {
	text-align:right;
	width:80px;
}
table.sparrechnerResult tr.total input  {
	font-weight:bold;
}
input#resultSummeValue  {
	background-color:#F3F3F5;
	color:#00C5FB;
}
/*##################################
 Bestellen
##################################*/




/*##################################
	pop up window info Style 
##################################*/

.infoPopupTitle {
	background-image:url(../img/arzt/iconInfo.png);
	color:#00C5FB;
}

