@charset "utf-8";
/* CSS Document /* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

/* 0. Import CSS */
	
	@import url("lightbox.css");
	@import url("cms.css");
	@import url("clearfix.css");
	
	

/* ########################################################################################################
######################################################################################################*/   

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #666;
	font-size:12px;
}

body {
	background: #FFF url(../images/layout/bg.jpg) repeat center top;
	min-height: 101%;
}

html {
	font-size: 100%;
	overflow: -moz-scrollbars-vertical;
}

h1{
	font-size: 29px;
	color: #7e5f44;
	font-weight:lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 18px;
	color: #333;
	font-weight:lighter;
	padding: 0 0 40px 0;
}

h3 {
	font-size: 18px;
	color: #333;
	font-weight:lighter;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 17px;
	color: #831634;
	font-weight:lighter;
	margin: 5px 0 10px 0;
}

p {margin: 0 0 20px 0px; line-height: 18px;}
	
.hideme {display: none;}
a img{ border: none;}


/*######################################################################################################
######################################################################################################*/

/* 2. Layout */

#clear, .clear {
	clear:left;
	float:none;
}

#wrapper {
	width: 907px;
	position:relative;
	margin: 0 auto;
	text-align: left;
	background: url(../images/layout/bg_wrapper.jpg) repeat-y left top;
}

/*---------------------------------*/

h1.logo{
	background:url(../images/layout/bg_logo.png) no-repeat;
	height: 146px;
	margin: 0;
}

h1.logo a{
	text-indent: -9999px;
	background:url(../images/layout/bg_logo.gif) no-repeat;
	width: 310px;
	height: 47px;
	text-decoration: none;
	display:block;
	position:relative;
	top: 66px;
	left: 155px;
	text-decoration:none;
}

#head {
	width: 907px;
	clear: both;
	height: 253px;
	background:url(../images/layout/bg_head.jpg) no-repeat left top;
}

#content {
	margin: 0 0px 0 17px;
	padding: 0 0 0 145px;
	min-height: 250px;
}

.colleft{
	float:left;
	padding: 0 20px 20px 0;
	width: 350px;
}

.colright{
	float:left;
	width: 330px;
	padding: 47px 0 20px 0;
}

/*---------------------------------*/

#footer{
	height: 105px;
	background: url(../images/layout/bg_footer.jpg) no-repeat -3px bottom;
	
}

.innerfooter{ 
	background: #f2f0ee; 
	border-bottom: solid 1px #e6ded7; 
	border-top: solid 1px #e6ded7; 
	height:77px; 
	display: block;
	margin: 0 17px 0 17px;
	padding: 10px 0 0 0;
}


/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */

ul#navi {
	margin: 0 17px 0 17px;
	display:block;
	background: url(../images/layout/bg_navi.jpg) repeat-x;
	height: 46px;
	padding: 0 0 0 125px;
}

ul#navi li{
	float:left;
	border-right: solid 1px #a6998a;
}

ul#navi li.noborder{
	border-right: none;
}

ul#navi a{
	height: 46px;
	display:block;
	font: 20px/46px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	font-weight:lighter;
	padding: 0 20px;
	white-space:nowrap;
	_width: 1%;
}

ul#navi a:hover{
	background:url(../images/layout/bg_navi-hover.jpg) repeat-x;
	color: #594534;
}

a.linknotdienste{
	position:absolute;
	width: 300px;
	height: 154px;
	left: 607px;
	top: 0px;
	display:block;
	background:url(../images/layout/bg_notdienste.png) no-repeat;
	border-right: none;
	text-indent: -9999px;
	text-decoration: none;
	cursor: pointer;
}

a.linknotdienste strong{
	width: 300px;
	height: 154px;
	display:block;
	background:url(blank.gif)repeat;
	cursor: pointer;
}

a.linknotdienste:hover strong{
	background:url(../images/layout/bg_notdienst-hover.jpg) no-repeat 109px 48px;
	text-decoration: none;
	cursor: pointer;
}

ul#sub{
	position:absolute;
	left: 25px;
	top: 255px;
	display:none;
}

ul#sub li{
	float:none;
	display: block;
	border-right: none;
	background: #fff;
}

ul#sub li a{
	height: 18px;
	display:block;
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight:lighter;
	padding: 10px 15px;
	color: #818b64;
	border-bottom: dashed 1px #eee;
	background: #fff url(../images/layout/bg_li-subnavi.gif) no-repeat left center;
}


/*----------------- PNG-Filter/Position Hacks fr IE6 -------------------*/



/*------------------------------- Subnavi  -------------------------------*/

ul#subnavi{
	float:left;
	display:block;
	width: 135px;
	padding: 5px 0 0 10px;
}

ul#subnavi li{
}

ul#subnavi a{
	background:url(../images/layout/bg_li-subnavi.gif) no-repeat left 9px;
	padding: 0 0 0 10px;
	height: 20px;
	line-height: 20px;
	display:block;
	color: #5b4838;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

ul#subnavi a:hover{
	color: #818b64;
	background:url(../images/layout/bg_li-subnavi.gif) no-repeat 2px 9px;
}

	
/*######################################################################################################
######################################################################################################*/

/* 4. Content */

.bildborder {
	border: 1px solid #818b64;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 8px 4px 0;
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}

.bildborder:hover{
	border: 2px solid #818b64;
	padding: 1px;
}

.bildbordernohover {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

/*---------------------------------*/

.floatleft{
	float: left;
}

.marginright10px{
	margin: 0 10px 0 0;
}

.floatright {
	float: right;
}

/*---------------------------------*/

ul.liste{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul.liste li {
	padding: 5px 0 5px 25px;
	border-bottom: dashed 1px #ccc;
	margin: 0 10px 0 0;
	line-height: 18px;
	list-style:none;
}


ul.liste li:hover {
	color:#333;
	background: #f7f8f8;
}

*html ul.liste li {
/*	line-height: 20px;*/
	height: 20px;
}

/*---------------------------------*/

p.zeiten, p.kontaktdaten, p.anschrift{
	float:left;
	display:block;
	margin: 0;
	font-size: 11px;
}

p.zeiten{width: 370px;}
p.kontaktdaten{width: 170px;}
p.kontaktdaten a{ font-size: 11px;}
p.anschrift{width: 154px;}

p.zeiten strong, p.kontaktdaten strong, p.anschrift strong{
	display:block;
}

.tag{float:left; display:block; width: 40px; font-size: 11px;}

.moertel{
	width: 123px;
	height: 118px;
	background:url(../images/layout/bg_moertel.png) no-repeat;
	position:absolute;
	margin-left: 796px;
	margin-top: -50px;
}

*+html .moertel{
	margin-left: 780px;
}

*html .moertel{
	margin-left: 780px;
}


.schriftzug{
	text-indent: -9999px;
	display:block;
	height: 40px;
	background:url(../images/content/raban-apotheke-schriftzug.jpg) no-repeat center center;
}
	
.rahmen{	
	border: 1px solid #818b64;
	padding: 2px;
	background:#FFF;
	margin: 4px 0px 10px 0;
	width: 335px;
	height: 250px;
} 

#pixaround{	
} 

.download{
	background: #f2f0ee url(../images/layout/bg_li-subnavi.gif) no-repeat 3px center; 
	border-bottom: solid 1px #e6ded7; 
	border-top: solid 1px #e6ded7; 
	display: block;
	padding: 3px 3px 3px 15px;
}

/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a img {	border: none;}

a:link, a:visited, a:active, a:focus, .escape span{
	text-decoration: underline;
	color: #818b64;
	outline: none;
/*	white-space:nowrap;*/
}

a:hover, a:hover span{
	text-decoration:none;
	color:#333;
}

/*---------------------------------*/

.gototop{
	position:fixed;
	right:10px;
	bottom:10px;
	color:#999;
	font-size:10px;
	text-decoration:none;
	_display:none;
}

* { behavior: url("iepngfix.htc"); }

/*######################################################################################################
######################################################################################################*/

