/* - - - - - - - - - - - - - - - - - - - - - - *\
| stylesheet für www.orthim.de
| fasc | 2008-07-04
|
| inhaltsverzeichnis
| - CSS-Reset & RTE (include)
| - allg. Elemente
| - allg. Struktur
| - Branding
| - Inhaltsbereich
| - Footer
| - Navigation
| - Inhaltselemente
| - Formulare
| - seitenspezifische Dinge
| - Shop
|
\* - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - *\
| css-reset & RTE (include)
\* - - - - - - - - - - - - - - - - - - - */

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


/* - - - - - - - - - - - - - - - - - - - *\
| allg. Elemente
\* - - - - - - - - - - - - - - - - - - - */

/* body {
  position: relative;
} */

a, caption, h1, h2, h3, h4, h5, input, label, li, p, strong, td, textarea, th {
  color: #4b4b4b;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 12px;
  line-height: 16px;
}

a.mail {
  background: url(../images/a.gif) no-repeat;
  display: block;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 20px;
}

h3 {
  color: #006fb8;
  font-size: 14px; font-weight: bold;
  text-transform: uppercase;
}

h4 {
  color: #006fb8;
  font-weight: bold;
  text-transform: uppercase;
}

h5 {
  color: #006fb8;
  font-size: 13px;
  font-weight: normal;
}

li {
  color: #006fb8;
}

strong {
  color: #006fb8;
  display: block;
  font-weight: bold;
  margin-top: 12px;
}

table {
  clear: both;
  width: 100%;
}

table caption {
  color: #006fb8;
  font-weight: bold;
  padding-top: 40px;
  text-align: left;
  text-transform: uppercase;
}

table td,
table th {
  padding: 3px 8px;
}

table tr.odd td,
table tr.odd th{
  background: #e2ebf5;
}


/* - - - - - - - - - - - - - - - - - - - *\
| allg. Struktur
\* - - - - - - - - - - - - - - - - - - - */

#page {
  margin: 5px auto 0 auto;
  text-align: center;
}


/* - - - - - - - - - - - - - - - - - - - *\
| Branding
\* - - - - - - - - - - - - - - - - - - - */

#logo {
  background: url(../images/orthim.jpg);
  margin: 0 auto 5px auto;
  position: relative;
  text-indent: -9999px;
  width: 203px; height: 34px;
}

#logo a {
  display: block;
  width: 100%; height: 34px;
}

#branding {
  background: url(../images/branding.jpg);
  margin: 0 auto;
  position: relative;
  text-indent: -9999px;
  width: 900px; height: 56px;
}


/* - - - - - - - - - - - - - - - - - - - *\
| Inhaltsbereich
\* - - - - - - - - - - - - - - - - - - - */

#content {
  background: url(../images/content.jpg) repeat-x #a1bfe0;
  overflow: visible;
}

.content {
  margin: 0 auto;
  overflow: visible;
  padding: 0 0 10px 0;
  position: relative;
  text-align: left;
  width: 900px;
  z-index: 1;
}

.content ol {
  margin-top: 9px;
}

.content ol li {
  background: url(../images/li.png) no-repeat; /* gif fuer ie in ie.css */
  float: left;
  height: 14em;
  margin-top: 10px;
  padding-top: 30px; padding-right: 15px;
  width: 205px;
}

.content ol p {
  line-height: 14px;
}

.content ul {
  margin-left: 15px;
  margin-top: 3px;
}

.content ul li {
  list-style-type: disc;
  padding: 3px 0;
}

.content .col-left {
  float: left;
  padding-top: 50px; padding-right: 10px;
  width: 440px;
}

.content .col-middle {
  padding-top: 10px; padding-left: 240px;
  width: 440px;
}

.content .col-middle caption {
  padding-bottom: 40px;
}

.content .col-middle table {
  margin-bottom: 20px;
}

.content .col-right {
  float: left;
  padding-left: 10px;  padding-bottom: 100px;
  width: 440px;
}

.content .translation {
  clear: both;
  padding-top: 50px;
  text-align: center;
  width: 100%;
}

.content .translation a {
  background: url(../images/a.gif) left center no-repeat;
  color: #006fb8;
  font-size: 14px; font-weight: bold;
  padding-left: 20px;
  text-decoration: none;
}


/* - - - - - - - - - - - - - - - - - - - *\
| Navigation
\* - - - - - - - - - - - - - - - - - - - */

#navigation {
  background: #006fb8;
  margin-top: 145px;
  overflow: auto;
}

#navigation ul {
  margin: 0 auto;
  width: 900px;
}

#navigation li {
  border-right: 1px solid #fff;
  display: block;
  float: left;
  height: 32px;
  padding: 0 5px;
}

#navigation li.first {
  border-left: 1px solid #fff; border-right: 1px solid #fff;
}

#navigation a {
  background-image: url(../images/navigation.gif);
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  padding-left: 15px;
  text-decoration: none;
}

#navigation a.active,
#navigation a:hover {
  background-image: url(../images/navigation-active.gif);
  color: #bdcd00;
}

/* - - - - - - - - - - - - - - - - - - - *\
| Inhaltselemente
\* - - - - - - - - - - - - - - - - - - - */

#content #hautcremes, #content #hautsalben {
  background: url(../images/li.png) no-repeat;
  float: left;
  margin-top: 10px;
  padding-right: 20px; padding-top: 30px;
  width: 200px;
}

#content #hautcremes img {
  position: absolute; top: -170px; left: 80px;
  z-index: 2;
}

#content #hautcremes h3 {
  position: absolute; top: -50px; left: 50px;
  white-space: nowrap;
}

#branding #hautcremes img {
  position: absolute; top: 59px; left: 80px;
  text-indent: 0;
}

#branding #hautcremes h3 {
  position: absolute; top: 179px; left: 50px;
  text-indent: 0;
}

#content #hautcremes p {
  line-height: 14px;
}

#content #hautsalben img {
  position: absolute; top: -170px; left: 300px;
  z-index: 2;
}

#content #hautsalben h3 {
  position: absolute; top: -50px; left: 270px;
  white-space: nowrap;
}

#content #hautsalben p {
  line-height: 14px;
}

#branding #hautsalben img {
  position: absolute; top: 59px; left: 300px;
  text-indent: 0;
}

#branding #hautsalben h3 {
  position: absolute; top: 179px; left: 270px;
  text-indent: 0;
}

#content #creme-salben-mischung img {
  position: absolute; top: -170px; left: 565px;
  z-index: 2;
}

#content #creme-salben-mischung h3 {
  position: absolute; top: -50px; left: 535px;
  white-space: nowrap;
}

#branding #creme-salben-mischung img {
  position: absolute; top: 59px; left: 565px;
  text-indent: 0;
}

#branding #creme-salben-mischung h3 {
  position: absolute; top: 179px; left: 535px;
  text-indent: 0;
}

#imprint {
  background: url(../images/imprint.gif) no-repeat top right;
  margin-top: 20px;
  padding-right: 25px;
  position: absolute; bottom: 0; right: 0;
  text-align: right;
}

#imprint p,
#impressum #imprint p {
  color: #006fb8;
  line-height: 18px;
  margin-bottom: 5px;
}

#imprint a {
  color: #006fb8;
  text-decoration: none;
}


/* - - - - - - - - - - - - - - - - - - - *\
| seitenspezifische Dinge
\* - - - - - - - - - - - - - - - - - - - */

#uebersetzung-der-ingredienzen .content {
  background: url(../images/imprint_content.png) no-repeat 0 10px; /* fuer ie ueberschrieben */
}

#impressum p img {
  margin: 20px 0;
}

#impressum #imprint p img {
  margin: 0;
}

#impressum p {
  margin-bottom: 10px;
}

#impressum .col-right {
  padding: 50px 10px 200px 0;
}

#kontakt .content {
  background: url(../images/contact_content.png) no-repeat 0 10px; /* fuer ie ueberschrieben */
}

#kontakt .content {
  padding: 50px 0 0 0;
}

#kontakt p {
  margin-top: 8px;
  width: 440px;
}

#kontakt .cols {
  overflow: auto;
}

#kontakt .col {
  float: left;
  padding-right: 3%;
  width: 22%;
}


/* - - - - - - - - - - - - - - - - - - - *\
| Formulare
\* - - - - - - - - - - - - - - - - - - - */

form {
  margin-top: 30px;
  margin-bottom: 150px;
}

label {
  display: block;
}

input {
  background: #edf2f9;
  border: none;
  line-height: 30px;
  margin-bottom: 15px;
  padding: 5px 0;
  width: 96%;
}

input.short {
  width: 35%;
}

input.submit {
  background: url(../images/a.gif) no-repeat left center;
  color: #fff;
  font-size: 14px; font-weight: bold;
  margin-top: 190px;
  padding-left: 20px;
  text-transform: uppercase;
}
* html body input.submit {
  margin-top: 187px;
}

textarea {
  background: #edf2f9;
  border: none;
  padding: 5px 0;
  width: 96%; height: 182px;
}
* html body textarea {
  height: 189px;
}

.error {
  color: #d00;
  font-weight: bold; 
}

.success {
  color: #090; 
  font-weight: bold; 
}


/* - - - - - - - - - - - - - - - - - - - *\
| Shop
\* - - - - - - - - - - - - - - - - - - - */

#shop {
  margin-left: -450px;
  position: absolute; top: -32px; left: 50%;
}

#shop div {
  background: url(../images/shop.png) no-repeat;
  position: absolute; left: 450px;
  width: 200px; height: 40px;
}

* html body #shop div {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/shop.png", sizingMethod="crop");
}

#shop a {
  color: #FFF;
  font-weight: bold;
  line-height: 32px;
  padding-left: 45px;
  position: relative;
  text-decoration: none;
}

#shop a:hover {
  color: #bdcd00;
}
