/* pageform */

/* commented backslash hack \*/ 
html, body {
height: 100%;
} 
/* ende hack */ 


* {
margin: 0;
padding: 0;
}

body {
  background-color: #666666;
  color: #ffffff;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 101%;
  text-align: center; /*fuer IE_quirks*/
}

/* mainboxes */
#wrapper {
  position: relative;
  margin: 10px 10%;
  background-color: #cccccc;
  color: #000000;
  text-align: left;/*Aufheben von IE_quirks im BODY*/
  z-index: 10;
}

* html #wrapper {
  /*height: 100%; */
} 

#header {
  background-color: #e0e0e0;
  color: #000000;
  height: 105px;
}

#topmenu {
  position: relative;
  top: 0;
  background-color: #e0e0e0;
}

#menue {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 200px;
  background-color: #cccccc;
  color: #000;
  margin: 0px;
  padding: 0px;
}

#content {
  position:relative;
  color: #000;
  margin: 0px 0px 0px 200px;
  padding: 20px 50px 20px 50px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  z-index: 9999;
}

#content #topmenu {
  position: relative;
  top: -60px;
  left: -20px;
  width: 300px;
}

#footer {
  background-color: #e0e0e0;
  color: #000;
  padding: 5px 0;
  text-align: center;
  z-index: 9;
}


/*
	Formatierungen
*/
#header #logo {
margin: 5px 0px 0px 5px;
border: 0 none;
float: left;
}

#header #logo_right {
margin: 5px 5px 5px 0px;
border: 0 none;
float: right;
}

/* set all to 0 */
h1, h2, h3, h4, p, ul, li {
margin: 0;
padding: 0;
}

/* headings */
h1, h2, h3, h4 {
margin: 10px 0px 20px 0px;
}

h1 {
background-color: transparent;
color: #666;
font-size: 150%;
letter-spacing: 2pt;
}

h2 {
background-color: #f0f0f0;
color: #757575;
font-size: 120%;
letter-spacing: 1pt;
}

h3 {
font-size: 110%;
letter-spacing: 1pt;
}
h4 {
font-size: 95%;
letter-spacing: 1pt;
}

TABLE {
  position:relative;
}

/* Texte */
p, li {
font-size: 80%;
}

#content p, #content li {
line-height: 150%;
margin: 7px 0px 8px 0px;
}

#content #productimage {
  position:relative;
  float:left;
}

/*#content img {
  position: relative;
  top: 0px;
  float: left;
}*/

#menue p, #teaser p {
padding: 10px 5px 0px 10px;
}
#menue p.linear {
padding: 0px 5px 0px 10px;
}
ul {
margin: 0px 0px 0px 20px;
}

/* Links */
#topmenu a {
text-decoration: none;
padding: 0px 3px 2px 3px;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
background-color: #f0f0f0;
color: #600;
}

#menue a {
text-decoration: none;
padding: 0px 3px 2px 3px;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
background-color: #f0f0f0;
color: #600;
}

#content a {
text-decoration: none;
padding: 0px 3px 2px 3px;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
background-color: #f0f0f0;
color: #600;
}

#content p .productimage {
text-decoration: none;
padding: 0;
border: 0;
}

#menue a {
display: block;
width: 180px;
}
#menue p.linear a {
/*display: inline;*/
width: auto;
}

#footer a {
text-decoration: none;
margin: 1px 0px 1px 0px;
padding: 0px 3px 0px 3px;
border: 1px solid #999;
}
#menue a:link, #footer a:link {
background-color: #f0f0f0;
color: #600;
}
#menue a:visited, #footer a:visited, #topmenu a:visited {
background-color: #f0f0f0;
color: #900;
}

#menue a:hover, #footer a:hover, #topmenu a:hover {
background-color: #600;
color: #fff;
}

#menue a:active, #footer a:active, #topmenu a:active {
background-color: #f0f0f0;
color: #f00;
}


/* others */
.invis, hr {
display: none;
}

img {
border: none;

text-decoration: none;
padding: 0;
}