/*----------------------------------
apotheke.css
(c) 2008 ahiller.de
created by Andreas Hiller - ahiller.de

Internet-Seiten der hellen Apotheke
------------------------------------*/

/* --------------------------------
Standard-Elemente
-----------------------------------*/

html, body{
	background-color: rgb(240,240,240);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 100%;
}

table
{
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr,td{
	vertical-align : top;
}


Form {
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

input	, textarea  {
	background-color: #ffffff;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid rgb(220,220,220);
}

input:active, input:focus, input:hover { 
    background: rgb(240,240,240);
}


fieldset {
	border-style: none;
}

a {
	color: black;
	text-decoration: underline;
}

p a {

	text-decoration: underline;
}



a:hover {
	text-decoration: underline;
}


a img {
	border: 0px;
}

p {
	font-family:  Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

li {

}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:2px;
	padding-left:0px;
	margin-left: 14px;
}

*HTML ul {
	padding-left: 0px;
	margin-left: 16px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left	: 0px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,69,142);
}

h2 {
	padding-top: 6px;
	margin-top:0px;
	margin-left	: 0px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	color: rgb(30,30,30);
}

h3 {
		color: rgb(0,69,142);
	padding-top: 6px;
	margin-top:0px;
	margin-left	: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}

/* --------------------------------
Inhalt
-----------------------------------*/
.pdf_link {
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}


/* textpic */

dl.csc-textpic-image dt{
	padding-bottom: 2px;

}

.csc-textpic-caption {
	color: rgb(100,100,100);
	padding-left: 4px;
	padding-top: 1px;
}

/* ------ Kontak-Mailform ------------*/





.csc-mailform {
	background-color: rgb(241,241,241);
	width: 380px;
	padding-top: 10px;
	padding-left:13px;
	padding-bottom: 10px;
	margin-left: 1px;
	text-align: left;
	padding-left: 15px;
	margin-top: 5px;
	border: 1px solid rgb(201,201,201);
}

.csc-mailform label{
	padding-right: 0px;

	float: left;
	text-align: right;
	width: 140px;
}

.csc-mailform-field {
	margin-bottom:8px;
}

.csc-mailform-field input, .csc-mailform-field textarea{
		padding-left: 3px;
		padding-top:1px;
		margin-left: 150px;
		display: block;
}
.csc-mailform-field textarea{
	padding-top: 3px;
}



.csc-mailform-submit {
  margin-top: 5px;
	margin-left: 77px;
	padding: 0px;

}	
.csc-mailform-submit input {
	border: 1px solid rgb(200,200,200);
	margin-right: 2px;
}

*HTML .csc-mailform-submit {
	margin-left: 80px;
}







/* --------------------------------
Hauptnavigation 
-----------------------------------*/

#rootline {
  position: absolute;
  left: 37px;
  top: 73px;
  color: rgb(0,69,142);
  font-weight: bold;
  font-size: 11px;
  
}
#rootline a{
  color: rgb(0,69,142);
  text-decoration: none;
  padding-right: 3px;
  padding-left: 3px;
  font-weight: bold;
}



/* --------------------------------
Linke Navigation 
-----------------------------------*/


.navileft {
  position: reltive;
  margin-top: 110px;
  margin-left: 30px;
	font-size : 12px;

}

.navileft ul,ol{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.navileft ul a {
	color: black;
	text-decoration: none;
	display: block;
}


/* ---- 1. Ebene ----------*/

.navileft .l1 li.no a:hover {
	border-bottom: 1px solid rgb(240,46,26);
	text-decoration: none;
}
.navileft .l1 li.act a:hover {
	text-decoration: none;
}

.navileft .l1 li.no a {
  background-color: transparent;
  border-bottom: 1px solid rgb(0,69,142);
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 0px;
	margin-right: 0px;
	width: 129px;
	margin-bottom: 2px;
}



.navileft .l1 li.no.last a {
	border-bottom: none;
}

.navileft .l1 li.act a {
  color: black;
  background-color: transparent;
  border-bottom: 1px solid rgb(240,46,26);
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 0px;
	margin-right: 0px;
	width: 129px;
	margin-bottom: 2px;
}

/* ---- 2. Ebene ----------*/

.navileft ol.l2 {
	padding-top:2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
  margin-top: -4px;
}

.navileft .l2 li.no a:hover {
	text-decoration: none;
}


.navileft .l2 li.no a {
	font-weight: normal;
	color: black;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 8px;
	width: 110px;
	background-color: transparent;
	border-bottom: none;
	margin-bottom: 0px;
}

.navileft .l2 li.act a {
	font-weight: bold;
	color: black;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 8px;
	width: 110px;
	background-color: transparent;
	border-bottom: none;
	margin-bottom: 0px;
}





/* Meta-Navigation unten */

.meta-bottom {
  position: relative;
  display: block;
	font-size: 10px;
	list-style: none;
	padding-left: 30px;
  color: rgb(13,62,115);
  float: left;
}

.meta-bottom ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.meta-bottom ul a{
	color: rgb(13,62,115);
	text-decoration: none;
}

.meta-bottom li {
	display: inline;
}

.meta-bottom li a{
}


.meta-bottom li.no a{
	padding-right: 20px;
}

.meta-bottom li.no a:hover {
	text-decoration : underline;
}

.meta-bottom li.cur a{
	display: inline;
	font-weight: bold;
	padding-right: 20px;
	font-size:10px;
}





/* --------------------------------
rechts
-----------------------------------*/




/* --------------------------------
Layout
-----------------------------------*/
#outerwrap {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	margin: 0px;
	z-index: 2;
	background-color: transparent;
	height: 100%;
	width: 900px;
}

#header {
	position: absolute;
	top: 60px;
	left: 161px;
	height: 90px;
	z-index: 4;
	text-align: left;
	width: 739px;
	background-color: rgb(255,255,255);

}

.logo {
	position: absolute;
	top: -16px;
	left: 510px;
	z-index: 9;
	background-color: transparent;
	padding-left: 0px;
}

.banner {
	z-index: 6;
	background-color: rgb(0,69,142);
	padding: 0px;
	margin: 0px;
	width: 554px;
	height: 30px;
}


.claim {
	position: absolute;
	left: 40px;
	top: 17px;
	z-index: 10;

}
.claim h1{
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}

.yellowlinetop {
  width: 247px;
  border-top: 2px solid rgb(197,193,193);
  position: absolute;
  left: 161px;
  top: 28px;
}

.eyepic {
  position: absolute;
  left: 0px;
  top: 0px;

}

#leftcolumn {
	background-color: rgb(240,240,240);
	position: absolute;
	left:0px;
	top: 120px;
	width:160px;
	height: 500px;
	z-index: 5;
	padding: 0px;
	margin: 0px;

}

#contentwrap {
	background-color: white;
	position: absolute;
	top: 30px;
	left: 161px;
	z-index:3;
	margin: 0;
	padding-top: 150px;
	width: 740px;
	border: none;


}


.copyright {

	text-align: right;
}


#content {
	background-color: transparent;
	position: relative;
	z-index:4;

	padding-top: 0px;
	padding-left: 40px;
	height: 360px;
	padding-bottom: 30px;
	width: 504px;
	padding-right: 10px;
	overflow: auto;
}



#content_right {
	position: absolute;
	left: 570px;
	top: 0px;
	width: 170px;
	z-index: 7;
	background-color: ransparent;
	height: 550px;
}





#content_right .csc-textpic-image, #content_right .csc-textpic-imagewrap, #content_right .csc-textpic-clear{
padding: 0px;
margin:0px;
clear: none;
}







.rightpicbottom {
	position: absolute;
  bottom: 0px;
  left:0px;
  width: 170px;
  height: 21px;
  background-color: rgb(0,69,142);
}

.righttext {
  margin-top: 150px;
  padding-right: 10px;
  width: 155px;
	z-index: 7;
	padding-left: 2px;
}


.headline {
	z-index: 7;
	padding-top: 8px;
	padding-left: 5px;
}
.headline h1{
	color: rgb(13,62,115);;
	font-size: 12px;
	font-weight: bold;
}

.footer {
  margin-top: 10px;
	margin-left: 0px;
	color: rgb(170,170,200);

	z-index:5;
	font-size: 11px;
	border-top: 2px solid rgb(197,193,193);
	padding-left: 10px;
	padding-top: 4px;
	margin-bottom: 10px;
	background-color: white;
	width: 730px;
	height: 15px;
}

.totop {
  color: rgb(13,62,115);
  padding-left: 0px;
}

.totop a {
color: rgb(13,62,115);
  text-decoration: none;
  font-size: 10px;
  
}
.totop a:hover {
  text-decoration: underline;
 
}




#raster a:hover{
  text-decoration: underline;
}


#raster {
	background-color: yellow;
	position: absolute;
	top: 2px;
	left: 37px;
	z-index:6;
	margin: 0;
	padding-top: 0px;
	width: 451px;
	height: 376px;
}

#raster img {
  width: 149px;
  height: 149px;
}
#raster div {
	position: absolute;
  width: 74px;
  height: 74px;
  padding: 0px;
  margin: 0px;
  z-index: 7;
  border: 1px solid rgb(0,69,142);
  background-color: white;
  text-align: center;
}



#raster h1 {
  position: absolute;
  bottom: 6px;
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  left: 0px;
}

#raster h1 a{
  text-decoration: none;
  width: 74px;
  padding-top: 15px;
  display: block;

}

#raster .box01 h1 a{
  width: 73px;

}


#raster .bild1 {
  width: 149px;
  height: 149px;
	top: 0px;
	left: 75px;
}

#raster .bild2 {
  width: 149px;
  height: 149px;
	top: 0px;
	left: 300px;
}

#raster .bild3 {
  width: 149px;
  height: 149px;
	top: 225px;
	left: 0px;
}

#raster .bild4 {
  width: 149px;
  height: 149px;
	top: 225px;
	left: 225px;
}

#raster .box01 {
  top: 0px;
	left: 0px;
}

#raster .box02 {
  top: 0px;
	left: 225px;
}



#raster .box03 {
  top: 75px;
	left: 0px;
}

#raster .box04 {
  top: 75px;
	left: 225px;
}

#raster .box05 {
  top: 150px;
	left: 0px;
}

#raster .box06 {
  top: 150px;
	left: 75px;
}

#raster .box07 {
  top: 150px;
	left: 150px;
}

#raster .box08 {
  top: 150px;
	left: 225px;
}

#raster .box09 {
  top: 150px;
	left: 300px;
}

#raster .box10 {
  top: 150px;
	left: 375px;
}

#raster .box11 {
  top: 225px;
	left: 150px;
}

#raster .box12 {
  top: 225px;
	left: 375px;
}

#raster .box13 {
  top: 300px;
	left: 150px;
}

#raster .box14 {
  top: 300px;
	left: 375px;
}
