@import "nivo-slider.css";
@import "prettyPhoto.css";

body {
  background-color: #eee;
  font-family: Tahoma, Arial, sans-serif;
  font-size:12px;

  margin:0;
  padding: 0;

}

a{
  outline: none;
}

#wrapper {
  margin:0 auto;
  width:950px;
}


#sliderwrapper {
  float:right;
  width:200px;
  height:629px;
  background-color: #fff;
  margin-top: 10px;
  color:#000;
}

#sliderwrapper #slider {
	position:relative;
	background:url('../slider/loading.gif') no-repeat 50% 50%;
}

#sliderwrapper #slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}


#wrapper #links{
  float:left;
  width:750px;
  height:629px;
  border:none;
  background-color: #fff;
  margin-top: 10px;
}

#wrapper #links #logoimage {
  float:left;
  width:130px;
  height:86px;
  background-image: url('../gfx/logoimage.png');
  background-repeat: no-repeat;

}

#wrapper #links #logotext {
  float:left;
  width:600px;
  height:86px;
  background-image: url('../gfx/logotext.png');
  background-repeat: no-repeat;
  margin-left:10px;

}

#wrapper #links #menu {
  float:left;
  width:130px;
  height:405px;
  background-color: #A60000;
  margin-top:10px;
  padding-top:5px;
}

#wrapper #links #menu a{
  float:left;
  display:block;
  width:120px;
  height:30px;
  color:#fff;
  margin-left: 5px;
  text-decoration: none;
  font-weight:bold;
  line-height: 30px;
  text-indent: 10px;
}

#wrapper #links #menu a:hover{
  background-color: #fff;
  color:#000;

 }


#wrapper #links #content {
  float:right;
  width:600px;
  min-height:460px;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  color:#333;
  font-size: 14px;
  line-height: 20px;
}

#wrapper #links #content .aktionsimage{
float:left;
width:200px;
height:330px;
border:none;
margin-right:10px;
}

#wrapper #links #content .teamimage{
float:left;
width:100px;
height:100px;
border:1px solid #000;
margin-right:15px;
margin-bottom: 10px;

}

#wrapper #links #content a{
  text-decoration: none;
  color: #A60000;
}



#wrapper #links #content a:hover{
  text-decoration: underline;
  color: #A60000;
}




#wrapper #links #content h3{
  font-size: 18px;
  font-weight:  normal;
  margin:0px;
  padding:0px;
  line-height: 20px;
  margin-bottom: 5px;
 

}

#wrapper #links #content h4{
  font-size: 14px;
  font-weight:  bold;
  margin:0px;
  padding:0px;
  line-height: 20px;
  margin-bottom: 5px;

}
#wrapper #links #logoapotheke {
  float:left;
  width:130px;
  height:123px;
  background-image: url('../gfx/logoapotheke.png');
  background-repeat: no-repeat;
}

#wrapper #links #oeffnungszeiten {
  float:left;
  width:600px;
  height:86px;
  margin-left:10px;
  background-image: url('../gfx/oeffnungszeiten.png');
  background-repeat: no-repeat;
  border-top:1px solid #efefef;
}

#footer {
  clear: both;
  margin: 0 auto;
  width:950px;
  height:30px;
  color:#000;
  text-align: right;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;


}
#footer a{
  color:#333;
  text-decoration: none;
  margin:0px 5px 0px 5px;
  font-weight:  bold;
}

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

