body {       
  background-color: #066;
  color: #000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background-image: url("../image/Background/bg_shadow.png");
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-attachment: fixed;
}

div#main {
  width: 780px;
  position: absolute;
  margin-left: -390px;
  top: 0;
  left: 50%;     
  background-color: #fff;
  background-image: url("../image/Background/navigation.png");
  background-repeat: repeat-x;
  background-position: 100px 0;
}

div#main div {
  float: left;
}

div#header {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

div#nav {
  width: 135px;
}

/* main nav */

div#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#nav ul li a {
  display: block;
  width: 125px;
  padding: 5px;
  text-decoration: none;
  color: #333;
  margin-top: 0.5em;
  text-align: right;
}

* html div#nav ul li a {
  width: 135px;
  height: 25px;
}

div#nav ul li a:hover {
  background-color: #099;
}

div#nav ul li a#active {
  background-color: #099;
  color: #fff;
}


div#nav ul li a.first {
  margin-top: 0;
}

/* end main nav */

/* sub nav */

div#nav ul ul {
  margin: 0;
  font-size: 11px;
}

div#nav ul ul li a {
  width: 115px;
  margin-top: 0.3em;
  padding: 2px 5px 2px 15px;
  font-size: 11px;
}

* html div#nav ul ul li a {
  width: 135px;
  height: 19px;
}

/* end sub nav*/

div#content {
  padding: 5px;
  width: 635px;
  background-color: #fff;
}

* html div#content {
  width: 645px;
}

div#content a.link {
  text-decoration: none;
  color: #0cc;
}

div#content a.link:hover {
  color: #fff;
  background-color: #0cc;
}

div#footer {
  width: 100%;
  height: 100px;
  background-color: #0ff;
}

img {
  border: 0px;
}

ul {
  list-style-type: square;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0.8em 0;
  padding: 0;
  color: #088;
  float: none;
}

h1#heading {
  display: block;
  background-color: #0cf;
  color: #fff;
  font-size: 20px;
  margin: -5px -5px 0 -5px;
  padding-left: 5px;
  background-image: url("../image/Background/h1_bg.png");
  background-repeat: repeat-y;
}

* html h1#heading {
  width: 645px;
}

h1 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

div#content p {
  text-align: justify;
  margin: 1em 0 2em 0;
  float: none;
}

div#content div.right {
  float: right;
  background-color: #666;
  margin: 0 0 0.5em 1em;
  color: #fff;
}

div#content div.right p {
  margin: 0;
  font-size: 10px;
  text-align: left;
  padding: 0.2em;
  padding-top: 0;
}

div#content ul {
  clear: left;
}

img {
  border: 0;
}

div#produkte {
  width: 635px;
  background-color: #0cf;
  background-image: url("../image/Background/h1_bg.png");
  background-repeat: repeat-y;  
  margin-top: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
}

* html div#produkte {
  width: 633px;
}

div#produkte p {
  margin: 0;
  padding: 0;
  float: left;
}

div#produkte img {
  border-style: solid;
  border-width: 1px;
  border-color: #666;
  margin: 2px 0 2px 2px;
}

div#produkte div.kategorie {
  width: 635px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #333;
  background-image: url("../image/Background/produkte_bg.png");
  background-repeat: repeat-y;
  background-color: #0cc;
}

div.kategorie div.produktlinks {
  float: left;
  width: 380px;
  margin: 0 0 0 1px;
}

div#produkte img.big {
  margin-bottom: 2px;
  margin-right: 5px;
  height: 250px;
  float: left;
}

* html div#produkte div.kategorie {
  width: 633px;
}

div#produkte div#last {
  border-width: 0;
}

div#produkte h4, div {
  float: left;
}

div.kategorie h4 {
  width: 245px;
  font-size: 14px;
  padding: 5px 0 0 5px;
  margin: 0;
}

* html div.kategorie h4 {
  width: 249px;
}

/* formular */

form {
  margin-top: 0.8em;
}

td {
  font-size: 12px;
  vertical-align: top;
}

td.field {
  text-align: right;
}

input {
  margin-left: 5px;
}

input.text,textarea {
  margin-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #0cc #099 #099 #0cc;
  font-size: 12px;
}

input.text:focus {
  background-color: #9ff;
  border-color: #099 #0cc #0cc #099;
}

textarea:focus {
  background-color: #9ff;
  border-color: #099 #0cc #0cc #099;
}

h4#error {
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #f00;
  margin: 0 0 1em 0;
}

.error {
  color: #f00;
}

div.desc {
  color: #fff;
}

a.external {
  color: #00f;
  text-decoration: none;
}

a.external:hover {
  color: #fff;
  background-color: #00f;
}
