/*************** ALLGEMEIN */
html {
    height: 100.05%;
}

body {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font: normal 12px/14px "Trebuchet MS", Helvetica;
    color: #fff;
    background: #343434 url(../images/bg_navi.gif) repeat-x;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


/*************** CONTAINER */
p.informationen {
    text-align: left;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#container {
    margin: auto;
    width: 900px;
}

#header {
    float: left;
    width: 900px;
    height: 200px;
    border: 1px solid #000;
    border-width: 0px 1px 0px 1px;
}

#navigation {
    float: left;
    width: 900px;
    height: 30px;
    background: transparent url(../images/bg_navi.gif) repeat;
}

#main {
    background-color: #494849;
    border: 1px solid #000;
    border-top-width: 0px;
    float: left;
    width: 900px;
}

#footer {
    width: 100%;
    background-color: #343434;
    float: left;
    height: 30px;
    position: relative;
}

#footer div.logo { position: absolute; width: 214px; height: 170px; z-index: 1; background: url('../images/logo.png') no-repeat top; left: 324px; top: -75px;}

#footer div.inhalt {
    position: relative;
    width: 855px;
    text-align: left;
    margin: 5px;
}

#footer a {
    text-decoration: underline;
}

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

/*************** LINKS */
.luna {
    font: normal 12px "Trebuchet MS", Helvetica;
    letter-spacing: 0px;
}

h1 .luna {
    font: normal 16px "Trebuchet MS", Helvetica;
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#navigation a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    height: 20px;
    padding: 10px 25px 2px 25px;
    font-weight: bold;
}

#navigation a:hover, #navigation .aktiviert {
    text-decoration: none;
    background: #494849 url(../images/bg_navi_aktiv.gif) no-repeat top right;
}

#subnavi a:hover {
    background-color: #fff;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

/*************** LISTEN */
ul {
    list-style-type: square;
    margin-left: 40px;
    padding-left: 40px;
    font: normal 13px/18px Verdana,serief;
}

ul.ulzwei {
    margin-left: 6px;
    padding-left: 8px;
    list-style-type: disc;
}

#navigation ul {
    border-left: 1px solid #000;
}

#navigation ul, #footer ul, #subnavi ul {
    margin: 0px;
    padding: 0px;
}

#navigation li, #footer li, #subnavi li {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}


/*************** SCHRIFTEN */
.smallfont {
    font: normal 11px/16px "Trebuchet MS", Helvetica;
}

h1, h2, h3 {
    margin-left: 40px;
    margin-right: 40px;
}

p {
    margin: 0 20px 10px 20px;
    font: normal 13px/18px "Trebuchet MS", Helvetica;
    padding: 4px 0px 0px 0px;
}

h1 {
    font: bold 22px/26px "Trebuchet MS", Helvetica;
    padding: 20px 0px 10px 0px;
}

h2 {
    font: bold 18px/21px "Trebuchet MS", Helvetica;
    padding: 20px 0px 0px 0px;
}

h1.candela {
    font: bold 22px/26px "Trebuchet MS", Helvetica;
    padding: 0;
    margin: 25px 0 15px 10px;
}

h1.shop {
    font: bold 22px/26px "Trebuchet MS", Helvetica;
    padding: 0;
    margin: 0px 0 20px 10px;
}

h1.candela .small, h1.shop .small {
    font: normal 13px/18px "Trebuchet MS", Helvetica;
}


/*************** FORMULAR */
fieldset {
  margin: 0px 20px 0px 20px;
  border: solid 1px #000;
  background-color: #343434;
}

fieldset.formular {
  width: 380px;
}

fieldset td {
    font: normal 12px Tahoma,Helvetica;
}

legend {
  padding: 5px;
  background-color: #000;
  border: dashed 0px #fff;
  color: #fff;
  padding: 5px 5px 5px 5px;
  font: bold 11px Tahoma,Helvetica;
  letter-spacing: 2px;
}

label {
  display: block;
  float: left;
  text-align: right;
  width: 70px;
  font: normal 12px Tahoma,Helvetica;
  color: #fff;
  padding-top: 8px;
  margin-right: 10px;
  letter-spacing: 1px;
}

input,textarea {
  width: 280px;
  margin: 3px 0;
  background-color: #bbb;
  font: normal 12px Tahoma,Helvetica;
  border: 1px solid #000;
  padding: 3px 3px;
}

option {
    border-bottom: 1px dotted #999;
}

select {
  margin: 3px 0;
  background-color: #bbb;
  font: normal 12px Tahoma,Helvetica;
  border: 1px solid #000;
  padding: 3px 3px;
}

select.small {
    width: 43px;
}

select.xsmall {
    width: 36px;
}


input.small {
    width: 37px;
}

input.xsmall {
    width: 24px;
}

input.xxsmall {
    width: 16px;
}

textarea {
  height: 200px;
}

input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover, select:active, select:focus, select:hover{
  background: #fff;
  font: normal 12px Tahoma,Helvetica;
}

/*TABELLEN */
#catuebersicht, #detail {
    width: 880px;
    margin: 20px 10px 0px 10px;
}

#infos .whiteline {
    height: 5px;
    border-top: 1px solid #fff;
    margin: 5px 0px 5px 0px;
}

#infos .greyline {
    height: 12px;
    border-top: 1px solid #aaa;
}

#detail img {
    border: 1px solid #000;
}

#detail td img {
    margin: 0 0 20px 0;
}

#catuebersicht img {
    border: 1px solid #000;
}

#catuebersicht img:hover {
    border: 1px solid #fff;
}

#catuebersicht td {
    text-align: center;
    padding: 0 0 20px 0;
}

#catuebersicht #infos td {
    padding: 0 0 0 0;
    text-align: left;
}

td.left {
    text-align: left;
}


/** TABELLE INFOS **/

#infos {
    font: normal 12px/18px Tahoma, Helvetica;
    letter-spacing: 1px;
    margin-left: 40px;
    border-collapse: collapse;
    
}

#infos td.head_a {}
#infos td.head_b {}
#infos td.head_c {}
#infos td.head_d {}
#infos td.a {}
#infos td.b {}
