*{margin: 0; padding: 0;}

body {
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2d2d2d;
}

html, body
{
height: 100%;
margin:0px;
}

p	{
  font-size: 13px;
  text-align: left;
}
p a{
  color: #164ec9;
  text-decoration: none;
}
p a:hover{
  color: #164ec9;
  text-decoration: underline;
}

h1{
  font-size: 16px;
  font-weight: bold;
}

a img{border: 0px;}

div#boxtop {
  width: 980px;
  height: 7px;
  margin: 5px 0 0 0;
  background-image: url(graphics/bgtop.png);
  background-repeat: no-repeat;
}

div#boxmiddle {
  width: 980px;
  margin: 0px;
  padding: 0px;
  background-image: url(graphics/boardermiddle.png);
  background-repeat: repeat-y;
}

div#boxbottom {
  width: 980px;
  height: 7px;
  margin: 0 0 5px 0;
  background-image: url(graphics/bgbottom.png);
  background-repeat: no-repeat;
}

div#header {
  width: 980px;
  height: 35px;
  margin: 0px;
  padding-top: 5px;
  background-image: url(graphics/bgmiddle.png);
  background-repeat: repeat-y;
}
div#headermenu{
  color: #000000;
  float:left;
  margin-left: 10px;
}
ul#headermenu {
	width: 850px;
	padding: 5px;
	margin-left: 5px;
}
ul#headermenu a{
  	color: #000000;
	text-decoration: none;
}
ul#headermenu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
ul#headermenu li{
  display: inline;
}
div#languages{
  margin-left: 890px;
  margin-top: 0px;
  padding-top: 5px;
}

div#subheader {
  width: 980px;
  height: 190px;
  margin: 5px 0 0 0;
  padding: 0px;
  background-image: url(graphics/bgmiddle.png);
  background-repeat: repeat-y;
}

div#content {
  width: 980px;
  margin: 5px 0 0 0;
  padding: 10px 5px 10px 15px;
  background-image: url(graphics/bgmiddle.png);
  background-repeat: repeat-y;
}


div#logo {
  text-align:center;
  vertical-align:middle;
}

div#produktmenu {
  width: 200px;
  background-image: url(graphics/produktmenuborder.png);
  background-repeat: repeat-y;
  float:left;
}

div#produkthauptmenu {
  width: 197px;
  margin-bottom: 8px;
  margin-top: 8px;
}
div#produkthauptmenu a{
  color: #000000;
  font-weight: bold;
  display: block;  
  text-decoration: none;
}
div#produkthauptmenu a:hover{
  color: #164ec9;
}


div#produktsubmenu {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-bottom:1px solid #000000;
}
div#produktsubmenu a{
  color: #000000;
  text-decoration: none;
}
div#produktsubmenu a:hover{
  color: #164ec9;
}

div#produktcontent {
  font-size: 12px;
  width: 540px;
  margin-left: 5px;
  float:right;
}

div#produktcontent a{
  color: #000000;
  font-size: 12px;
}

div#produktcontent a:hover{
  color: #164ec9;
}

div#produktcontent h1{
  font-size: 16px;
  font-weight: bold;
}
div#produktcontent h2{
  font-size: 12px;
  font-weight: normal;
}

div#admincontent {
  font-size: 12px;
  vertical-align: top;
  width: 740px;
  margin-left: 5px;
  float:right;
}

div#admincontent a{
  color: #000000;
  font-size: 12px;
}

div#admincontent a:hover{
  color: #FFFFFF;
}

div#admincontent td{
  vertical-align: top;
}

.tbl_overview td {
  height: 300px;
}
.tbl_overview h1{
  margin-top: 10px;
  border: 0px;
  font-weight: bold;
  font-size:18px;
}
.tbl_overview h1 a{
  color: #000000;
  text-decoration: none;
}
.tbl_overview h1 a:hover{
  color: #000000;
  text-decoration: none;
}

.tbl_produktmenu {
  margin-left: 10px;
}
.tbl_produktmenu td {
  height: 90px;
}
.tbl_produktmenu h2{
  margin-top: 10px;
  border: 0px;
  font-weight: bold;
  font-size:14px;
}
.tbl_produktmenu h2 a{
  color: #000000;
  text-decoration: none;
}
.tbl_produktmenu h2 a:hover{
  color: #000000;
  text-decoration: none;
}

.tbl_produktlist{
  font-size: 12px;
  text-align:left;
  vertical-align:top;
  border-top:1px solid #164ec9;
  border-right:1px solid #164ec9;
  border-left:1px solid #164ec9;
}

.tbl_produktlist td{
  vertical-align:top;
  border-bottom:1px solid #164ec9;
}

.tbl_produktlist th{
  background-color: #164ec9;
  color: #FFFFFF;
}

.tbl_produktansicht{
  margin-top: 10px;
}

.tbl_produktansicht td{
  vertical-align:top;
}

.tbl_formtable {
  font-size: 12px;
  text-align: left;
  color: #FFFFFF;
  border: 0px;
  width: 745px;
  background-color: #164ec9;
  padding: 5px;
}
.tbl_formtable th{
  font-weight: normal;
  padding-bottom: 10px;
}


input {
	border: none;
	font-size: 13px;
	font-weight: bold;
	margin: 3px;
}

textarea {
	border: none;
	font-size: 13px;
	font-weight: bold;
	margin: 3px;
}