@charset "utf-8";
/*-------------------------------------------------------- Basic Elements ----*/

*{
	margin: 0;
	padding: 0;
	outline: none;
}

html, body {
	height:100%;
}

body {
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #6c6b6b;
	background: #f9f9f9 url(../images/bg-body.jpg) center 0 repeat-x;
}


a img {
	border: none;
}

p { 
	padding-bottom: 15px;
}


/*-------------------------------------------------------- Headlines ----*/
/*Logo*/

h1#branding a {
	display:block;
	position: absolute;
	top: 55px;
	left: 50px;
	width: 180px;
	height: 170px;
	overflow: hidden;
}
	h1#branding a img {
		padding: 0;
	}
	
	h1#branding a span {
		display: block;
		text-indent: -9999px;
	}
	
	h1#branding a:hover {
		text-decoration: none;
	}

h2{
	font-size: 30px;
	color: #6882a2;
	padding-bottom: 30px;
	line-height: 35px;
}

h2a{
	font-size: 30px;
	color: #6882a2;
	padding-bottom: 12px;
	line-height: 37px;
}


h3 {
	font-size: 20px;
	color: #0d3c74;
	padding-bottom: 10px;
}

	.aktionenText h3 {
		font-size: 16px;
		color:#0d3c74;
	}


h4 {
	font-weight: bold;
	padding-top: 20px;
	font-size: 13px;
}


/*-------------------------------------------------------- Link-Style ----*/

a:link, a:visited{
	text-decoration:underline;
	color: #0d3c74;
}	
a:hover, a:active{
	text-decoration: underline;
}

/*-------------------------------------------------------- Structure ----*/

div#container {
	width: 100%;
	min-height: 100%;
	height: auto;
	background: url(../images/bg-container.jpg) center 0 no-repeat;
	padding-bottom: 100px;
}

div#wrapper {
	width: 960px;
	margin: 0 auto;
	/*padding-bottom: 210px;*/
}

div#header {
	position: relative;
	height: 244px;
	width: 960px;
}

#header ul#navigationAdditional {
	position: absolute;
	top: 20px;
	right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header ul#navigationAdditional li {
	list-style: none;
	float: left;
	height: auto;
	line-height: 11px;
	padding-left: 26px;
}


#header ul#navigationAdditional li a {
	color: #6882a2;
	font-size: 10px;
	padding-left: 24px;
}

#header ul#navigationAdditional li a:hover,
#header ul#navigationAdditional li a.active {
	text-decoration: underline;
}

#header ul#navigationAdditional li a#kontakt {
	background: url(../images/icon-kontakt.jpg) 0 0 no-repeat;
}

#header ul#navigationAdditional li a#impressum {
	background: url(../images/icon-impressum.jpg) 0 0 no-repeat;
}
	

#header ul#apothekenlogos {
	position: absolute;
	top: 156px;
	left: 304px;
	width: 656px;
	height: 70px;
}

#header ul#apothekenlogos li {
	list-style: none;
	float: left;
}

#header ul#apothekenlogos li a {
	background: url(../images/bg-header-brandings.jpg) 0 0 no-repeat;
	display: block;
	width: 164px;
	height: 70px;
}

#header ul#apothekenlogos li a.apothekeamschinkenplatzLogo { background-position: -164px 0; }
#header ul#apothekenlogos li a.stephanusapothekeLogo { background-position: -328px 0; }
#header ul#apothekenlogos li a.rheinapothekeLogo { background-position: -492px 0; }


div#content {

}

div.contentContainer {
	width: 650px;
	float: right;
	padding-top: 48px;
}

div.contentColumn img,
div.contentColumnBig img,
div.cmsBox img {
	padding: 7px;
	border: 1px solid #ccc;
}

.contentColumn {
	width: 320px;
	float: left;
}

div#player-container{
	padding: 10px 0 20px 0;
}

.contentColumnBig {
	width: 500px;
	float: left;
}

.contentColumnBig ul {
	margin-left: 15px;
	margin-bottom: 15px;
}

.contentColumn img {
	padding-bottom: 15px;
}

.contentColumnRight {
	width: 310px;
	float: right;
}	

.aktionenText {
	margin-top: 10px;
	padding: 10px;
	height:360px;
	overflow:auto;
}


.contentColumnBox {
	width: 240px;
	float: right;
	border: 1px solid #cccccc;
	padding: 10px;
}

.cmsBox {
	padding-bottom: 30px;
}

.cmsBox img {
	margin-right: 10px;
	float: left;
}

iframe {
	border: 1px solid #cccccc;
	padding: 7px;
}


.teamImageContainer {
	position: relative;
	border-top: 1px solid #ccc;
	width: 650px;
	margin-bottom: 100px;	
}

.teamImageContainer .teamImages {
	height: auto;
	left:30px;
	overflow: visible;
	position:relative;
	top:19px;
	width:620px;
}

.teamImages ul {
	width: auto;
	position: relative;
}

.teamImages ul li {
	list-style: none;
	float: left;
	padding-right: 28px;
}

.teamImages ul li a {
	
}

.teamImages ul li a img {
	border: 1px solid #cccccc;
	padding: 7px;
}

.teamImageContainer span.buttonLeft {
	position: absolute;
	top: 53px;
	left: 0px;
	cursor: pointer;
	display: none;
}
.teamImageContainer span.buttonRight {
	position: absolute;
	top: 53px;
	right: 0px;
	cursor: pointer;
	display: none;
}


ul.imageSlider {
	width: 634px;
	height: 250px;
	border: 1px solid #cccccc;
	padding: 7px;
	position: relative;
	margin-bottom: 25px;
}

ul.imageSlider li {
	list-style: none;
	position: absolute;
	display: none;
}

ul.imageSlider li.lastElement {
	display: list-item;
}
	

div#footer {
	position: relative;
	/*margin-top: -210px;*/
	clear:both;
	width:100%;
	height: 93px;
	background: url(../images/bg-footer.jpg) center bottom repeat-x;
}

div#footerContainer {
	position: relative;
	width: 960px;
	height: 93px;
	margin: 0 auto;
	background: url(../images/bg-footerContainer.jpg) 0 0 no-repeat;
}

div#footerContainer img.zertifikatLogo {
	position: absolute;
	right: 10px;
	bottom: 16px;
}

#footerContainer ul.apothekenlogos {
	position: absolute;
	top: 30px;
	left: 10px;
	height: 36px;
}

#footerContainer ul.apothekenlogos li {
	list-style: none;
	float: left;
	margin-right: 25px;
}

#footerContainer ul.apothekenlogos li a {
	background: url(../images/bg-footer-brandings.jpg) 0 0 no-repeat;
	display: block;
	width: 132px;
	height: 36px;
}

#footerContainer ul.apothekenlogos li a.apothekeamschinkenplatzLogo {
	background-position: -132px 0;
	width: 135px;
}

#footerContainer ul.apothekenlogos li a.stephanusapothekeLogo {
	background-position: -267px 0;
	width: 147px;
}

#footerContainer ul.apothekenlogos li a.rheinapothekeLogo {
	background-position: -414px 0; 
	width: 131px;	
}

#footerContainer ul.apothekenlogos li a:hover { background-position: 0 -36px; }
#footerContainer ul.apothekenlogos li a.apothekeamschinkenplatzLogo:hover { background-position: -132px -36px; }
#footerContainer ul.apothekenlogos li a.stephanusapothekeLogo:hover { background-position: -267px -36px; }
#footerContainer ul.apothekenlogos li a.rheinapothekeLogo:hover { background-position: -414px -36px; }

/*-------------------------------------------------------- Tabelle ----*/

table {
	border: none;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 30px;
}

th.apothekeamponzelar {
	background-color: #cccce7;
	font-weight: normal;
	width: 90px;
}

th.apothekeamschinkenplatz {
	background-color: #f1e8cb;
	font-weight: normal;
	width: 90px;
}

th.stephanusapotheke {
	background-color: #ffd8d1;
	font-weight: normal;
	width: 90px;
}

th.rheinapotheke {
	background-color: #d8ecef;
	font-weight: normal;
	width: 90px;
}

tr.color {
	background-color: #e5e5e5;
}

tr.darkcolor {
	background-color: #1b508b;
	color: #fff;
}


/*-------------------------------------------------------- Navigation ----*/
ul#navigation {
	width: 242px;
	font-size: 14px;
	padding: 25px 19px 76px;
	float: left;
	background: url(../images/bg-navigation-end.jpg) 0 bottom no-repeat;
	margin-bottom: 50px;
}

ul#navigation li {
	float: left;
	list-style: none;
	width: 242px;
} 

ul#navigation li a {
	display: block;
	text-indent:-9999px;
	font-size:1px;
	height: 26px;
	width: 242px;
}

li#home a { background: url(../images/bg-navigation.jpg) 0 0 no-repeat; }
li#philosophie a { background: url(../images/bg-navigation.jpg) 0 -27px no-repeat; }
li#aktuelles a { background: url(../images/bg-navigation.jpg) 0 -53px no-repeat; }
li#aktionen a { background: url(../images/bg-navigation.jpg) 0 -80px no-repeat; }
li#angebotsflyer a { background: url(../images/bg-navigation.jpg) 0 -105px no-repeat; }
li#aktionsgutscheine a { background: url(../images/bg-navigation.jpg) 0 -130px no-repeat; }
li#unsereapotheken a { background: url(../images/bg-navigation.jpg) 0 -156px no-repeat; }
li#service a { background: url(../images/bg-navigation.jpg) 0 -182px no-repeat; }
ul#navigation li#bessergesund a {
	background: url(../images/bg-navigation.jpg) 0 -207px no-repeat;
	height: 37px
}
li#kundenkarte a { background: url(../images/bg-navigation.jpg) 0 -244px no-repeat; }
li#treuetaler a { background: url(../images/bg-navigation.jpg) 0 -271px no-repeat; }
li#shop a { background: url(../images/bg-navigation.jpg) 0 -296px no-repeat; }
li#partner a { background: url(../images/bg-navigation.jpg) 0 -322px no-repeat; }
li#notdienst a { background: url(../images/bg-navigation.jpg) 0 -349px no-repeat; }
li#unterhaltung a { background: url(../images/bg-navigation.jpg) 0 -375px no-repeat; }


li#home a:hover { background-position: -242px 0; }
li#philosophie a:hover { background-position: -242px -27px; }
li#aktuelles a:hover { background-position: -242px -53px; }
li#aktionen a:hover { background-position: -242px -80px; }
li#angebotsflyer a:hover { background-position: -242px -105px; }
li#aktionsgutscheine a:hover { background-position: -242px -130px; }
li#unsereapotheken a:hover { background-position: -242px -156px; }
li#service a:hover { background-position: -242px -182px; }
ul#navigation li#bessergesund a:hover { background-position: -242px -207px; }
li#kundenkarte a:hover { background-position: -242px -244px; }
li#treuetaler a:hover { background-position: -242px -271px; }
li#shop a:hover { background-position: -242px -296px; }
li#partner a:hover { background-position: -242px -322px; }
li#notdienst a:hover { background-position: -242px -349px; }
li#unterhaltung a:hover { background-position: -241px -375px;  }



li#home a.active { background-position: -484px 0; }
li#philosophie a.active { background-position: -484px -27px; }
li#aktuelles a.active { background-position: -484px -53px; }
li#aktionen a.active { background-position: -484px -80px; }
li#angebotsflyer a.active { background-position: -484px -105px; }
li#aktionsgutscheine a.active { background-position: -484px -130px; }
li#unsereapotheken a.active { background-position: -484px -156px; }
li#service a.active { background-position: -484px -182px; }
ul#navigation li#bessergesund a.active { background-position: -726px -207px; }
li#kundenkarte a.active { background-position: -484px -244px; }
li#treuetaler a.active { background-position: -484px -271px; }
li#shop a.active { background-position: -484px -296px; }
li#partner a.active { background-position: -484px -322px; }
li#notdienst a.active { background-position: -484px -349px; }
li#unterhaltung a.active { background-position: -484px -375px; }


ul#navigation li#bessergesund a.subactive { background-position: -484px -207px; }

/* Unsere Apotheken */

ul#navigation ul li#apothekeamponzelar a { background: url(../images/bg-subnavigation-unsereapotheken.jpg) 0 0 no-repeat; }
ul#navigation ul li#apothekeamschinkenplatz a { background: url(../images/bg-subnavigation-unsereapotheken.jpg) 0 -26px no-repeat; }
ul#navigation ul li#stephanusapotheke a { background: url(../images/bg-subnavigation-unsereapotheken.jpg) 0 -52px no-repeat; }
ul#navigation ul li#rheinapotheke a { background: url(../images/bg-subnavigation-unsereapotheken.jpg) 0 -78px no-repeat; }

ul#navigation ul li#apothekeamponzelar a:hover { background-position: -242px 0; }
ul#navigation ul li#apothekeamschinkenplatz a:hover { background-position: -242px -26px; }
ul#navigation ul li#stephanusapotheke a:hover { background-position: -242px -52px; }
ul#navigation ul li#rheinapotheke a:hover { background-position: -242px -78px; }

ul#navigation ul li#apothekeamponzelar a.active { background-position: -484px 0; }
ul#navigation ul li#apothekeamschinkenplatz a.active { background-position: -484px -26px; }
ul#navigation ul li#stephanusapotheke a.active { background-position: -484px -52px; }
ul#navigation ul li#rheinapotheke a.active { background-position: -484px -78px; }
	
	
/* Service */

ul#navigation ul li#leistungen a { background: url(../images/bg-subnavigation-service.jpg) 0 0 no-repeat; }
ul#navigation ul li#aromadoc a { background: url(../images/bg-subnavigation-service.jpg) 0 -26px no-repeat; }
ul#navigation ul li#kosmetikbehandlungundfusspflege a { background: url(../images/bg-subnavigation-service.jpg) 0 -52px no-repeat; }
ul#navigation ul li#reisemedizin a { background: url(../images/bg-subnavigation-service.jpg) 0 -78px no-repeat; }
ul#navigation ul li#rundumsbaby a { background: url(../images/bg-subnavigation-service.jpg) 0 -104px no-repeat; }
ul#navigation ul li#diabetesundasthma a { background: url(../images/bg-subnavigation-service.jpg) 0 -130px no-repeat; }
ul#navigation ul li#haarmineralstoffanalyse a { background: url(../images/bg-subnavigation-service.jpg) 0 -156px no-repeat; }
ul#navigation ul li#umweltuntersuchung a { background: url(../images/bg-subnavigation-service.jpg) 0 -182px no-repeat; }
ul#navigation ul li#individuelleverblistung a { background: url(../images/bg-subnavigation-service.jpg) 0 -208px no-repeat; }
ul#navigation ul li#lieferservice a { background: url(../images/bg-subnavigation-service.jpg) 0 -234px no-repeat; }

ul#navigation ul li#leistungen a:hover { background-position: -242px 0; }
ul#navigation ul li#aromadoc a:hover { background-position: -242px -26px; }
ul#navigation ul li#kosmetikbehandlungundfusspflege a:hover { background-position: -242px -52px; }
ul#navigation ul li#reisemedizin a:hover { background-position: -242px -78px; }
ul#navigation ul li#rundumsbaby a:hover { background-position: -242px -104px; }
ul#navigation ul li#diabetesundasthma a:hover { background-position: -242px -130px; }	
ul#navigation ul li#haarmineralstoffanalyse a:hover { background-position: -242px -156px; }
ul#navigation ul li#umweltuntersuchung a:hover { background-position: -242px -182px; }
ul#navigation ul li#individuelleverblistung a:hover { background-position: -242px -208px; }
ul#navigation ul li#lieferservice a:hover { background-position: -242px -234px; }

ul#navigation ul li#leistungen a.active { background-position: -484px 0; }
ul#navigation ul li#aromadoc a.active { background-position: -484px -26px; }
ul#navigation ul li#kosmetikbehandlungundfusspflege a.active { background-position: -484px -52px; }
ul#navigation ul li#reisemedizin a.active { background-position: -484px -78px; }
ul#navigation ul li#rundumsbaby a.active { background-position: -484px -104px; }
ul#navigation ul li#diabetesundasthma a.active { background-position: -484px -130px; }
ul#navigation ul li#haarmineralstoffanalyse a.active { background-position: -484px -156px; }
ul#navigation ul li#umweltuntersuchung a.active { background-position: -484px -182px; }
ul#navigation ul li#individuelleverblistung a.active { background-position: -484px -208px; }
ul#navigation ul li#lieferservice a.active { background-position: -484px -234px; }



/* Besser Gesund */

ul#navigation ul li#termine a {
	background: url(../images/bg-subnavigation-bessergesund.jpg) 0 0 no-repeat;
	height: 26px;
}

ul#navigation ul li#termine a:hover { background-position: -242px 0; }

ul#navigation ul li#termine a.active { background-position: -484px 0; }


ul#navigation ul {
	display: none;
}




li#unsereapotheken a.active + ul,
li#service a.active + ul,
li#bessergesund a.active + ul,
li#bessergesund a.subactive + ul {
	display: block;
}

li#unsereapotheken ul {
	height: 104px;
}

li#service ul {
	height: 260px;
}

/* IE6 Subnavigation */

ul.unsereapotheken li#unsereapotheken ul,
ul.service li#service ul,
ul.bessergesund li#bessergesund ul {
	display: block;
}

/*-------------------------------------------------------- Special ----*/

#euroweb {
	padding-bottom: 15px;
	padding-top: 10px;
}

.vcard {
	display: block;
	width: 204px;
	height: 24px;
	background: url(../images/kontakt/vcard.gif) 0 0 no-repeat;
}

	.vcard:hover {
		background-position: 0 -24px;
	}

.hideImages {
	display: none;
}

.borderTop {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

div img.noBorder {
	border: none;
	padding: 0;
}

/*-------------------------------------------------------- Clearfix ----*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-------------------------------------------------------- ImageCheck ----

img[alt=""] {border: 3px dotted red;}
img[title=""] {outline: 3px dotted fuchsia;}
img:not([alt]) {border: 5px solid red;}
*/