@charset "utf-8";


/******************************************************************
 *Author: Emanuel Rinne
 *Created: 2009					
 *Copyright: Euroweb Internet GmbH 
/******************************************************************


/* --------------------------------------------------------------------------- */
/* ############################# GLOBAL ###################################### */
/* --------------------------------------------------------------------------- */


* { margin: 0;	
	padding: 0; 
	list-style-type: none; 
	text-decoration: none;
	border: none;
	outline: none;
}

body {
	background: #fff url(../images/bg-body.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #000;
	font-size: 13px;
}

html[xmlns^="http"] { overflow-y: scroll;}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/*
KLASSEN + ANDERE STANDARDS
==================================================*/

.clear { clear: both;}

.floatLeft { float: left;}

.floatRight { float: right;}

hr { 
	color: #41100C; 
	height: 1px; 
	border-top: solid 1px #41100C;
	border-bottom: transparent;
	clear: both;
	margin-bottom: 15px;
}

.highlight {
	font-weight:bold;
}

.highlight-box,
.highlight-box01,
.highlight-box02 {
	background:#f7f7f7;
	border:1px solid #cfcfcf;
	padding:8px;
	float:left;
}

.highlight-box01 {
	width:165px;
	margin:0 10px 13px 0;
}

.highlight-box02 {
	width:225px;
	margin:0 0 13px 0;
}	

.seperator {
	background:url(../images/bg-seperator.gif) top left no-repeat;
	width:439px;
	height:1px;
	margin:0 0 12px 0!important;
}

.image {
	border:none;
}
 
.gap {
	margin:10px 0 30px 0;
}

.white-background {
	background:#fff;
}

ul.list {
	margin:5px 0 5px 0;
}

ul.list li {
	background:url(../images/li-arrow-sidebar.gif) top left no-repeat;
	background-position: 0 6px;
	margin:0 0 10px 0;
	padding:0 0 0 16px;
}

ul.list-sidebar {
	margin:5px 0 5px 10px;
}

ul.list-sidebar li {
	background:url(../images/li-arrow-sidebar.gif) top left no-repeat;
	background-position: 0 6px;
	margin:0 0 0 5px;
	padding:0 0 0 20px;
}

ul.list-sidebar li a {
	color:#ed0101;
	text-decoration:underline;
}

ul.list-sidebar li a:hover {
	color:#ed0101;
	text-decoration:none;
}
/* --------------------------------------------------------------------------- */
/* ############################# LAYOUT ###################################### */
/* --------------------------------------------------------------------------- */


/*
CONTAINER
==================================================*/

div#container {
	width: 960px;
	margin: 0 auto;
}


/*
HEADER
==================================================*/

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

div#headerImage {
	background:url(../images/bg-header.jpg) top left no-repeat;
	width:679px;
	height:315px;
	position:absolute;
	top:45px;
	left:280px;
}

div.linda {
	position:absolute;
	width:115px;
	height:80px;
	top:25px;
	left:480px;
	text-indent:-9999px;
}


/*
BRANDINGS
==================================================*/

h1.branding{
	left:23px;
	top:23px;
	position:absolute;
	width:235px;
	height:163px;
	background:url(../images/h1-branding.jpg) top left no-repeat;
}

div.branding-linda {
	background:url(../images/branding-linda.png) top left no-repeat;
	width:233px;
	height:94px;
	position:absolute;
	top:7px;
	left:434px;
	z-index:3;
	text-indent:-9999px;
}

div.adresse {
	background:;
	width:245px;
	height:70px;
	position:absolute;
	top:214px;
	left:19px;
	text-indent:-9999px;
	background:url(../images/bg-adresse.jpg) top left no-repeat;
}

div.oeffnungszeiten {
	background:;
	width:245px;
	height:70px;
	position:absolute;
	top:294px;
	left:19px;
	text-indent:-9999px;
	background:url(../images/bg-oeffnungszeiten.jpg) top left no-repeat;
}

/*
VIDEO
==================================================*/

div#player {
	width:440px;
}

/*
CONTENT
==================================================*/


div#content-container { 
	float: left;
	width: 960px;
}

div#content-main-container {
	width:465px;
	float:left;
	padding: 0 0 10px 80px;
	*padding: 0 0 159px 80px;
}

div#content-main { 
	float: left;
	width: 445px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

div#content-sidebar-left {
	float:left;
	width:214px;
	padding:0 0 0 0;
	position:relative;
}

div#bestellung {
	width:193px;
	position:absolute;
	top:400px;
	left:35px;
}

div.bestellung-content {
	width:196px;
	border:1px solid #cfcfcf;
	background:#f7f7f7;
	padding:7px 0 0 15px;
}

div#content-sidebar-right {
	float:left;
	width:195px;
	padding:0 0 0 0;
}


div.content-sidebar-brandings {
	float:left;
	width:195px;
}

div.content-sidebar-container {
	padding:41px 0 0 0;
}

div.content-sidebar-content {
	width:169px;
	border:1px solid #cfcfcf;
	background:#f7f7f7;
	padding:10px
}

/*
FOOTER
==================================================*/

div#footer-container {
	position: relative;
	margin-top: -156px;
	height: 156px;
	clear:both;
	width: 100%;
	font-size:11px;
   color:#304d04;
	line-height:18px;
	background:url(../images/bg-footer.jpg) top center no-repeat;
}

div#footer-content {
	margin: 0 auto!important;
	width:940px;
	padding:25px 0 0 0;
	position:relative;
}


div#footer-content1 {
	float:left;
	width:143px;
	padding:7px 0 0 0;
}

div#footer-content2 {
	float:left;
	width:180px;
	padding:7px 0 0 45px;
}

div#footer-content3 {
	float:left;
	width:100px;
	padding:7px 0 0 25px;
}

div#footer-content4 {
	float:left;
	width:380px;
	padding:7px 0 0 65px;
}


/* --------------------------------------------------------------------------- */
/* ########################### NAVIGATION #################################### */
/* --------------------------------------------------------------------------- */

ul#navi.naviactive,
ul#navi {
	background:url(../images/navi-main.jpg) top left no-repeat;
	width:214px;
	height:298px;
	display: block;
	float:left;
	top:30px;
	left:9px;
	position:relative;
}

ul#navi li {
	position: relative;
	display: inline;
}

ul#navi a {
	display:block;
	width:200px;
	height:50px;
}

a.n01 { text-indent:-9999px; }
a.n02 { text-indent:-9999px; }
a.n03 { text-indent:-9999px; }
a.n04 { text-indent:-9999px; }
a.n05 { text-indent:-9999px; }
a.n06 { text-indent:-9999px; }

/*
ACTIVES MENUE 
==================================================*/


ul#navi.naviactive01 li a.n01,
ul#navi li a.n01:hover {
	background: url(../images/navi-main.jpg) no-repeat 0 -298px;
}

ul#navi.naviactive02 li a.n02,
ul#navi li a.n02:hover {
	background: url(../images/navi-main.jpg) no-repeat 0 -348px;
}

ul#navi.naviactive03 li a.n03,
ul#navi li a.n03:hover {
	background: url(../images/navi-main.jpg) no-repeat 0 -398px;
}

ul#navi.naviactive04 li a.n04,
ul#navi li a.n04:hover {
	background: url(../images/navi-main.jpg) no-repeat 0 -448px;
}

ul#navi.naviactive05 li a.n05,
ul#navi li a.n05:hover {
	background: url(../images/navi-main.jpg) no-repeat 0 -498px;
}

ul#navi.naviactive06 li a.n06,
ul#navi li a.n06:hover {
	background: url(../images/navi-main.jpg) no-repeat 0 -548px;
}

/* --------------------------------------------------------------------------- */
/* ########################## FLY-OUT-MENU ################################### */
/* --------------------------------------------------------------------------- */


ul#navi li#service ul,
ul#navi li#ueber-uns ul {
	list-style: none;
	display: none;
	left: 65px!important;
	top: -300px!important;
	position: absolute;
	z-index:100!important;
}

ul#navi li#service ul li,
ul#navi li#ueber-uns ul li {
	background: none;
}

ul#navi li#service ul li a,
ul#navi li#ueber-uns ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	height: 32px;
	line-height: 32px;
	display: block;
	padding:0 0 0 20px;
	width:250px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background:#ececec!important;
}

ul#navi li#ueber-uns ul li a {
	width:150px!important;
}


ul#navi li#service ul li a.n0202,
ul#navi li#ueber-uns ul li a.n0410 {
	border-bottom:1px solid #898185;
}

ul#navi li#service ul a:hover,
ul#navi li#ueber-uns ul a:hover {
	color: #665711!important;
	text-decoration: none;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background:#F2DB71!important;
}

ul#navi li#service ul {
	left: 190px!important;
	top:-40px;
	width:150px;
	position: absolute;
}

ul#navi li#ueber-uns ul {
	left: 190px!important;
	top:-40px!important;
	*top:5px!important;
	width:150px;
	position: absolute;
}

ul#navi li#ueber-uns:hover ul,
ul#navi li#service:hover ul {
	display: block!important;
}



/* --------------------------------------------------------------------------- */
/* ######################## ADDITIONIAL NAVI ################################# */
/* --------------------------------------------------------------------------- */


ul#navi-add01.naviactive,
ul#navi-add02.naviactive,
ul#navi-add0§.naviactive,
ul#navi-add04.naviactive,
ul#navi-add01,
ul#navi-add02,
ul#navi-add03,
ul#navi-add04 {
	position:relative;
	width:95px;
	height:20px;
	display: block;
	top:0;
	left:0;
	float:left;
}

ul#navi-add01 li,
ul#navi-add02 li,
ul#navi-add03 li,
ul#navi-add04 li {
	position: relative;
	float:left;
	background-position: 0 6px;
	padding:0;
	
}

ul#navi-add01 a,
ul#navi-add02 a,
ul#navi-add03 a,
ul#navi-add04 a  {
	display:block;
	width:80px;
	text-decoration:underline;
	color:#304d04;
}


ul#navi-add01.naviactive01 li a.na01,
ul#navi-add01.naviactive01 li a.na02,
ul#navi-add01.naviactive01 li a.na03,
ul#navi-add02.naviactive02 li a.na01,
ul#navi-add02.naviactive02 li a.na02,
ul#navi-add02.naviactive02 li a.na03,
ul#navi-add03.naviactive03 li a.na01,
ul#navi-add03.naviactive03 li a.na02,
ul#navi-add03.naviactive03 li a.na03,
ul#navi-add04.naviactive04 li a.na01,
ul#navi-add04.naviactive04 li a.na02,
ul#navi-add04.naviactive04 li a.na03,
ul#navi-add01 li a.na01:hover,
ul#navi-add02 li a.na01:hover,
ul#navi-add03 li a.na01:hover,
ul#navi-add04 li a.na01:hover,
ul#navi-add01 li a.na02:hover,
ul#navi-add02 li a.na02:hover,
ul#navi-add03 li a.na02:hover,
ul#navi-add04 li a.na02:hover,
ul#navi-add01 li a.na03:hover,
ul#navi-add02 li a.na03:hover,
ul#navi-add03 li a.na03:hover,
ul#navi-add04 li a.na03:hover,
ul#navi-add01 li a.na04:hover,
ul#navi-add02 li a.na04:hover,
ul#navi-add03 li a.na04:hover,
ul#navi-add04 li a.na04:hover {
	text-decoration:none;
}

/* --------------------------------------------------------------------------- */
/* ############################ NAVI - BRANDINGS ############################# */
/* --------------------------------------------------------------------------- */

ul.navi-brandings.naviactive,
ul.navi-brandings {
	float:left;
	width:191px;
}

ul.navi-brandings li {
	position: relative;
	float: left;
}


ul.navi-brandings li a {
	display:block;
	text-indent:-9999px!important;
}


a.nb01 {
	background:url(../images/payback-branding.jpg) top left no-repeat;
	width:144px;
	height:57px;
	margin:30px 4px 15px 0!important;
}

a.nb02 {
	background:url(../images/bagso-branding.jpg) top left no-repeat;
	width:43px;
	height:51px;
	margin:40px 0 15px 0!important;
}

a.nb03 {
	background:url(../images/partnerapotheke-branding.jpg) top left no-repeat;
	width:90px;
	height:62px;
	margin:0 7px 0 0!important;
}

a.nb04 {
	background:url(../images/adac-branding.jpg) top left no-repeat;
	width:90px;
	height:60px;
}


/* --------------------------------------------------------------------------- */
/* ############################# LINKS ####################################### */
/* --------------------------------------------------------------------------- */

div#content-main a,
div.content-sidebar-content a,
div#content-main p a.escape,
div#content-main p a.escape span,
div.bestellung-content p a.escape,
div.bestellung-content p a.escape span {
	text-decoration: underline;
	color: #6e9321;
	outline: none;
}

div#content-main a:hover,
div.content-sidebar-content a:hover,
div#content-main p a.escape:hover,
div#content-main p a.escape:hover span,
div.bestellung-content p a.escape:hover,
div.bestellung-content p a.escape:hover span {
	text-decoration: none;
	color: #6e9321;
}

div#footer-content2 a,
.escape span {
	text-decoration: underline;
	color: #304d04;
	outline: none;
}

div#footer-content2 a:hover,
.escape:hover span {
	text-decoration: none;
	color: #304d04;
}



/* --------------------------------------------------------------------------- */
/* ############################ CONTENT ###################################### */
/* --------------------------------------------------------------------------- */


div.content-column1 {
	width:190px;
	float:left;
	padding:0 25px 0 0;
}

div.content-column2 {
	width:200px;
	float:left;
	padding:0 0 0 0;
}

/************* CMS *************/

div.cms-container {
	width:440px;
	float:left;
}

div.cms-txt {
	width:270px;
	float:left;
}

div.cms-txt-download {
	width:270px;
	float:left;
	padding:10px 0 0 0;
}

div.cms-download{
	width:60px;
	float:left;
	padding:10px 0 0 0;
}

div.cms-icon,
.pdfDownload {
	background:url(../images/content/icon-pdf.gif) top left no-repeat;
	float:left;
	width:49px;
	height:22px;
	text-indent:-9999px;
	display:block;
}

div.cms-icon {
	background:url(../images/content/icon-link.gif) top left no-repeat!important;
	width:55px;
	height:22px;
}


div.cms-img {
	width:150px;
	float:left;
	padding:0 15px 0 0;
}

/************* TEAM *************/

div.team-container {
	float:left;
	width:450px;
	padding:0 0 20px 0;
}

div.team-img {
	float:left;
	width:140px;
	padding:0 10px 0 0;
}

div.team-txt {
	float:left;
	width:260px;
}

/********** INFOSERVICE **********/

div.infoservice {
	background:#f7f7f7;
	border:1px solid #cfcfcf;
	padding:10px;
	float:left;
	width:400px;
	margin:0 0 20px 0;
}

/* --------------------------------------------------------------------------- */
/* ######################## GLOBAL HEADLINES ################################# */
/* --------------------------------------------------------------------------- */


h1 {
	font-size: 25px;
	color: #ccc;
	font-weight:lighter;
	font-family:"Trebuchet MS";
	padding: 0 0 28px 0;
}

h2 {
	font-size: 24px;
	color: #333;
	font-weight:lighter;
	font-family:"Trebuchet MS";
	margin:40px 0 10px 0; 
}

h3 {
	font-size: 16px;
	color: #100708;
	font-weight:lighter;
	font-family:"Trebuchet MS";
	padding: 0 0 10px 0;
}

h4 {
	font-size: 12px;
	color: #555;
	font-weight:bold;
	font-family:"Trebuchet MS";
}


/*
H3 - HEADLINES
==================================================*/


h3.aktuelles,
h3.bestellung,
h3.notfallplan {
	background:url(../images/h3/h3-aktuelles.jpg) top left no-repeat;
	width:191px;
	height:38px;
	text-indent:-9999px;
	padding:0!important;
	margin:0!important;
}	

h3.notfallplan {
	background:url(../images/h3/h3-notdienstplan.jpg) top left no-repeat!important;
}	

h3.bestellung {
	background:url(../images/h3/h3-bestellung.jpg) top left no-repeat!important;
	width:213px;
}	

h3.adresse {
	background:url(../images/h3/h3-adresse.jpg) top left no-repeat;
	width:50px;
	height:38px;
	text-indent:-9999px;
	padding:0!important;
	margin:0!important;
}

h3.kontakt {
	background:url(../images/h3/h3-kontakt.jpg) top left no-repeat;
	width:50px;
	height:38px;
	text-indent:-9999px;
	padding:0!important;
	margin:0!important;
}	

h3.oeffnungszeiten {
	background:url(../images/h3/h3-oeffnungszeiten.jpg) top left no-repeat;
	width:90px;
	height:38px;
	text-indent:-9999px;
	padding:0!important;
	margin:0!important;
}		

h3.sitemap {
	background:url(../images/h3/h3-sitemap.jpg) top left no-repeat;
	width:48px;
	height:38px;
	text-indent:-9999px;
	padding:0!important;
	margin:0!important;
}	



/* --------------------------------------------------------------------------- */
/* ########################### *** P *** ##################################### */
/* --------------------------------------------------------------------------- */


div#content-main p { margin: 0 0 20px 0; line-height: 19px;}

div.content-sidebar-content p { margin:0!important; line-height: 19px; }

div#content-main p.imprint { margin: 0 0 15px 0; line-height: 19px;}

div#datenschutzhinweis p { font-size: 12px;}

div.highlight-box01 p,
div.highlight-box02 p { margin:0!important; }

	
/*
IMAGEBORDER
==================================================*/
.imgborder-no-padding,
.imgborder {
	border: 1px solid #dcdcdc;
	padding: 1px;
	background:#fff;
	cursor: pointer;
   outline: none;
	margin:0 4px 0 0;
}

.imgborder-no-padding {
	margin:0!important;
}

.imgborder:hover{
	border: 1px solid #BCDF79;
	padding: 1px;
	background:#fff;
}

/*
IMAGEBORDER-WELLNESS
==================================================*/

.imgborder-wellness {
	border: 1px solid #dcdcdc;
	padding: 1px;
	background:#fff;
	cursor: pointer;
   outline: none;
	float:left;
	margin:0 20px 0 0;
}

.imgborder-wellness:hover{
	border: 1px solid #BCDF79;
	padding: 1px;
	background:#fff;
}

/* --------------------------------------------------------------------------- */
/* #################### KONTAKT | ANFAHRT | IMPRESSUM ######################## */
/* --------------------------------------------------------------------------- */


/*
KONTAKT
==================================================*/

div#personalien { float: left; width: 300px!important; padding:0 0 0 20px;}
div#nachrichtenfeld { float: left; width: 200px;}


/*
ANFAHRT
==================================================*/

.imgborder-anfahrt {
	border: 1px solid #dcdcdc;
	padding: 1px;
	background:#fff;
	width:425px;
}


/*
IMPRESSUM
==================================================*/

div#adressdaten { float: left; width: 300px;}
div#geschaeftsdaten { float: left; width: 300px;}


/* --------------------------------------------------------------------------- */
/* ########### Standard sIFR styles... !!! DO NOT MODIFY !!!  ################ */
/* --------------------------------------------------------------------------- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}

/*==================================================
    => clearfix   
==================================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* for IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	zoom: 1; /* triggers hasLayout */
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */


