/* - - - - - - - - - - - - - - - - - - - - - - 
| stylesheet für www.pill.de
| fasc | 2008-05-13
| 
| inhaltsverzeichnis
| - css-reset
| - allg. elemente
| - allg. klassen
| - struktur
| - inhalte in
|   * header
|     + logo
|   * navigation
|   * content
|     + teaser
|     + footer
|     + medicine
|   * teaser
|   * formularen
|
\* - - - - - - - - - - - - - - - - - - - - - - */

/* - - - 
| css-reset
\* - - - */

@import "./@external/reset.css";


/* - - - 
| allg. elemente
\* - - - */

* {
  color: #000;
  font: 13px Verdana, Arial, Helvetica, Sans-Serif;
}

body {
  text-align: center;
}

body * {
  text-align: left;
}

em {
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid black;
  color: none;
  margin-left: 0;
}

hr.short {
  width: 200px;
}

p {
  font-size: 13px;
  line-height: 20px;
}

strong {
  font-weight: bold;
}

strong a {
  font-weight: bold;
}

table {
  border: none;
  margin-top: 15px;
}

thead tr,
tbody tr.even {
  background: #50a447;
}

tbody tr.odd {
  background: #375a34;
}

td, 
th {
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 1px 5px;
  text-align: center;
  vertical-align: middle;
}

td strong {
  color: #fff;
}

th {
  font-weight: bold;
}


/* - - - 
| allg. klassen
\* - - - */

.antifloat {
  clear: both;
  float: none;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
}

.error {
  color: #d00;
}

.hidden {
  visibility: hidden;
}

.left {
  float: left;
  margin: 0 10px 10px 0;
}

.right {
  float: right;
  margin: 0 0 10px 10px;
}

.success {
  color: #090;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}


/* - - - 
| struktur
\* - - - */

#content {
  float: left;
  margin: 23px 0 20px 0;
  width: 535px;
}

#content_wrapper {
  
}

#header {
  background: url(../images/header_bg.jpg) no-repeat;
  height: 154px;
  width: 100%;
}

#logo {
  float: left;
  height: 82px;
  margin: 33px 0 0 20px;
  width: 326px;
}

#navigation {
  float: left;
  margin: 20px 0;
  width: 218px;
}

#page {
  background: url(../images/bg.jpg) repeat-x;
  border: 1px solid #808080;
  margin: 4px auto;
  text-align: left;
  width: 955px;
}

#print_logo {
  display: none;
}

#teaser {
  float: left;
  margin: 4px 0 20px 0;
  width: 193px;
}


/* - - - 
| inhalte im header
\* - - - */

#header ul {
  float: right;
  margin: 33px 10px 0 0;
}

#header ul li {
  display: inline;
  float: left;
  height: 89px;
  list-style-type: none;
  margin-right: 15px;
  width: 93px;
}

#header ul li a {
  background-repeat: no-repeat;
  display: block;
  height: 89px;
  text-decoration: none;
  width: 93px;
}

#header ul li a.recommend {
  background-image: url(../images/navigation/topnav_recommend.gif);
}

#header ul li a.recommend:hover {
  background-image: url(../images/navigation/topnav_recommend_mo.gif);
}

#header ul li a.ask {
  background-image: url(../images/navigation/topnav_ask.gif);
}

#header ul li a.ask:hover {
  background-image: url(../images/navigation/topnav_ask_mo.gif);
}

#header ul li a.search {
  background-image: url(../images/navigation/topnav_search.gif);
}

#header ul li a.search:hover {
  background-image: url(../images/navigation/topnav_search_mo.gif);
}

#header ul li a.enlarge {
  background-image: url(../images/navigation/topnav_enlarge.gif);
}

#header ul li a.enlarge:hover {
  background-image: url(../images/navigation/topnav_enlarge_mo.gif);
}

#header ul li a.print {
  background-image: url(../images/navigation/topnav_print.gif);
}

#header ul li a.print:hover {
  background-image: url(../images/navigation/topnav_print_mo.gif);
}

#header #logo a {
  background: url(../images/logo.gif) no-repeat;
  display: block;
  height: 82px;
  text-decoration: none;
  width: 326px;
}


/* - - - 
| inhalte in der navigation
\* - - - */

#navigation ul.main {
  margin-left: 9px;
  width: 200px;
}

#navigation ul.main li {
  display: block;
  height: 29px;
  width: 200px;
}
html>body #navigation ul.main li {
  height: auto;
  min-height: 29px;
}

#navigation ul.main li a {
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  margin-top: 4px;
  text-decoration: none;
  width: 100%;
}

#navigation ul.main li a.vitality {
  background-image: url(../images/navigation/nav_vitality.gif);
}

#navigation ul.main li a.vitality:hover {
  background-image: url(../images/navigation/nav_vitality_mo.gif);
}

#navigation ul.main li a.ache {
  background-image: url(../images/navigation/nav_ache.gif);
}

#navigation ul.main li a.ache:hover {
  background-image: url(../images/navigation/nav_ache_mo.gif);
}

#navigation ul.main li a.sleep {
  background-image: url(../images/navigation/nav_sleep.gif);
}

#navigation ul.main li a.sleep:hover {
  background-image: url(../images/navigation/nav_sleep_mo.gif);
}

#navigation ul.main ul {
  background: #fff;
  margin: 0;
}

#navigation ul.main ul li {
  background: url(../images/navigation/nav_bullet.gif) 0 2px no-repeat;
  border-bottom: 1px solid #808080;
  height: auto;
  min-height: auto;
  padding: 6px 0 6px 30px;
  width: 170px;
}
html>body #navigation ul.main ul li {
  height: auto;
  min-height: 0;
}

#navigation ul.main ul li a {
  color: #375a34;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  text-decoration: none;
}

#navigation ul.main ul li a:hover {
  text-decoration: underline;
}

#navigation ul.bottom {
  margin: 50px 0 0 9px;
}

#navigation ul.bottom li {
  background: url(../images/navigation/bottomnav_bullet.gif) no-repeat;
  border-bottom: 1px solid #808080;
  padding: 5px 0 5px 30px;
  width: 170px;
}

#navigation ul.bottom li a {
  color: #222;
  font-size: 14px;
  text-decoration: none;
}

#navigation ul.bottom li a:hover {
  text-decoration: underline;
}

#navigation p {
  font-size: 10px;
  line-height: 12px;
  margin-top: 20px;
  text-align: center;
}


/* - - - 
| inhalte in content
\* - - - */

#content .top {
  background: url(../images/content_top.gif) no-repeat;
  height: 6px;
}

#content .middle {
  background: url(../images/content_middle.gif) repeat-y;
  padding-left: 11px;
}

#content .content {
  width: 505px;
}

#content .bottom {
  background: url(../images/content_bottom.jpg) no-repeat;
  height: 42px;
}

#content a {
  color: #4c8048;
}

#content h1 {
  background: url(../images/h3_bg.jpg) repeat-x #e9e9e9;
  border-bottom:1px solid #b3ccde;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 4px;
}

#content h2 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
}

#content h2.important {
  color: #41853a; 
}

#content ol {
  margin: 30px;
}

#content ol li {
  font-size: 13px;
  line-height: 20px;
  list-style-type: decimal;
  margin-bottom: 10px;
}

#content ol li.one {
  list-style-type: none;
  list-style-image: url(../images/li01.gif);
}

#content ol li.two {
  list-style-type: none;
  list-style-image: url(../images/li02.gif);
}

#content ol li.three {
  list-style-type: none;
  list-style-image: url(../images/li03.gif);
}

#content ol li.four {
  list-style-type: none;
  list-style-image: url(../images/li04.gif);
}

#content ol li.five {
  list-style-type: none;
  list-style-image: url(../images/li05.gif);
}

#content ol li.six {
  list-style-type: none;
  list-style-image: url(../images/li06.gif);
}

#content ol li.seven {
  list-style-type: none;
  list-style-image: url(../images/li07.gif);
}

#content ol li.eight {
  list-style-type: none;
  list-style-image: url(../images/li08.gif);
}

#content ol li.nine {
  list-style-type: none;
  list-style-image: url(../images/li09.gif);
}

#content ol li.ten {
  list-style-type: none;
  list-style-image: url(../images/li10.gif);
}

#content ol li a {
  font-weight: bold;
}

#content ol li p {
  margin: 10px 0 0 0;
}

#content ol li ol {
  margin: 0;
  padding-left: 20px;
}

#content ol li ol li {
  list-style-type: lower-latin;
  list-style-image: none;
  margin-bottom: 0;
}

#content ol li ul {
  padding-left: 15px;
}

#content ol li ul li {
  list-style-type: disc;
  list-style-image: none;
  margin-bottom: 0;
}

#content p {
  margin: 10px 0;
}

#content .teaser {
  background: url(../images/teaser_bg.gif) repeat-y;
  border: 1px solid #b3ccde;
  margin: 0 0 20px 0;
  width: 505px;
}

#content .teaser h3 {
  background: url(../images/h3_bg.jpg) repeat-x #e9e9e9;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  padding: 4px;
}

#content .teaser p {
  margin: 5px 0;
}

#content .teaser h3 a {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

#content .teaser div.pic {
  float: left;
  padding: 5px 0;
  text-align: center;
  width: 132px;
}

#content .teaser div.text {
  float: left;
  padding: 5px 10px;
  text-align: center;
  width: 351px;
}

#content .teaser div.text a {
  color: #000;
}

#content #footer {
  padding: 2px 0;
}

#content #footer p {
  margin: 0 5px;
}

#content #footer a {
  color: #000;
  font-size: 9px;
}


/* - - - 
| mdeicine
\* - - - */
#content .medicine {
  border: 1px solid #666;
  margin-bottom: 15px;
  padding: 4px;
}

#content .medicine p {
  color: #444;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0;
}


/* - - - 
| inhalte in teasern
\* - - - */

#teaser h5 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 17px 0 0 10px;
}

#teaser .teaser-ask h5 {
  padding: 27px 0 0 10px;
}

#teaser p {
  background: inherit;
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px 8px 20px;
}

#teaser .teaser .top {
  background: url(../images/teaser_top.gif) no-repeat;
  height: 40px;
  width: 193px;
}

#teaser .teaser-ask .top {
  background: url(../images/teaser_ask_top.gif) no-repeat;
  height: 69px;
  width: 193px;
}

#teaser .teaser .middle,
#teaser .teaser-ask .middle {
  background: url(../images/teaser_middle.gif) repeat-y;
}

#teaser .teaser .bottom,
#teaser .teaser-ask .bottom {
  background: url(../images/teaser_bottom.gif) no-repeat;
  height: 8px;
  width: 193px;
}


/* - - - 
| formulare
\* - - - */

input,
label {
  font-size: 13px;
  position: relative;
  vertical-align: middle;
}

form {
  margin-bottom: 15px;
}

#content form li {
  padding: 3px 5px;
}

#content form li.odd {
  background: #f4f5f3;
}

#content form li.even {
  background: #e7e7e6;
}

#content form p {
  background: #c1e3be;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

#content form p.notice,
#content form p.answer {
  background: #e7e7e6;
  font-weight: normal;
}

#content form li p {
  background: none;
  float: left;
  font-weight: normal;
  margin-right: 30px;
  padding: 0;
  width: 65%;
}

#content .form {
  width: 350px;
}

#content .wide {
  width: 500px;
}

#content .form div.input,
#content .form div.label {
  background: #c1e3be;
  margin-bottom: 4px;
  padding: 4px;
}

#content .form div.label {
  color: #fff;
  float: left;
  text-align: center;
  width: 80px;
}

#content .form div.wide {
  width: 230px;
}

#content .form div.submit {
  background: #fff;
  text-align: center;
}

#content .form input.submit {
  text-align: center;
  width: auto;
}

#content .form label {
  color: #fff;
}

#content .form textarea {
  height: 100px;
  width: 338px;
}

#content .form input.full {
  width: 244px;
}

#content .form input.one-quarter {
  width: 50px;
}

#content .form input.three-quarter {
  width: 183px;
}

#footer_marken {
  float:none;
	clear:both;
  position: relative;
	padding-top:20px;
	font-size:11px;
}

#footer_marken a  {
  display: block;
	float:left;
	margin: 5px 0px 0px 0px;
	padding:0px;
	text-indent:-9999px;
	height:51px;
	outline:none;
}

#m_caltrate {
  width:71px;
	background: transparent url(../images/marken/marken_caltrate.png) left top no-repeat !important;
}
#m_spalt {
  width:73px;
	background: transparent url(../images/marken/marken_spalt.png) left top no-repeat !important;
}
#m_centrum {
  width:82px;
	background: transparent url(../images/marken/marken_centrum.png) left top no-repeat !important;
}
#m_vitasprint {
  width:96px;
	background: transparent url(../images/marken/marken_vitasprint.png) left top no-repeat !important;
}
#m_thermacare {
  width:106px;
	background: transparent url(../images/marken/marken_thermacare.png) left top no-repeat !important;
}
#m_baldriparan {
  width:99px;
	background: transparent url(../images/marken/marken_baldriparan.png) left top no-repeat !important;
}


#m_caltrate:hover {
	background: transparent url(../images/marken/marken_caltrate_f2.png) left top no-repeat !important;
}
#m_spalt:hover {
	background: transparent url(../images/marken/marken_spalt_f2.png) left top no-repeat !important;
}
#m_centrum:hover {
	background: transparent url(../images/marken/marken_centrum_f2.png) left top no-repeat !important;
}
#m_vitasprint:hover {
	background: transparent url(../images/marken/marken_vitasprint_f2.png) left top no-repeat !important;
}
#m_thermacare:hover {
	background: transparent url(../images/marken/marken_thermacare_f2.png) left top no-repeat !important;
}
#m_baldriparan:hover {
	background: transparent url(../images/marken/marken_baldriparan_f2.png) left top no-repeat !important;
}

