body {
  margin: 0px;
  background-color: #000000;
  background-image: url(images/bg_content.gif);
  background-repeat: repeat-y;
  background-position: 50%;
}
html {
  min-height: 101%;
}
body, td, input, textarea, select, button {
  color: #333333;
  font-family: Trebuchet MS, Verdana;
  font-size: 12px;
}

#main {
  position:absolute;
  top:0px;
  left: 50%;
  /* margin-left: -468px; -> wird im index.php nachdefiniert */
  width: 936px;
  height: 100%;
}
#header {
  width: 936px;
  height: 60px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  color: #fffbf8;
}
#header a:link, #header a:visited {
  color: #fffbf8;
  text-decoration:none;
}
#header a:active, #header a:hover {
  color: #fffbf8;
  text-decoration:underline;
}
#content {
  width: 936px;
/*  min-height: 950px;*/
}
#content a:link, #content a:visited {
  color: #000000;
}
#content a:hover, #content a:active {
  text-decoration:none;
  font-weight: bold;
}

#fade {
  width: 932px;
  margin-left:2px;
  height: 30px;
  background-image: url(images/fade.gif);
  background-repeat: repeat-x;
}

.headline01 {
  font-size: 23px;
  letter-spacing: -1px;
  color: #D6A52E;
  height:45px;
  font-weight: bold;
}
.headline02 {
  font-size: 23px;
  letter-spacing: -1px;
  color: #000000;
  height:45px;
  font-weight: bold;
}
.headline03 {
  font-size: 17px;
  letter-spacing: -1px;
  color: #000000;
  height:30px;
}
.descr {
  font-size: 10px;
}
.beitrag01 {
  margin: 0px 200px 20px 200px;
}
.beitrag02 {
  margin: 0px 0px 20px 200px;
}
.b {
  font-weight: bold;
}
.menhl {
  color: #D6A52E;
  margin: 0px 0px 3px 6px;
  font-weight: bold;
}
dt {
  font-weight: bold;
}
ul {
  margin-top: 2px;
  margin-bottom: 2px;
}
#footer {
  clear: both;
  text-align:center;
  height: 20px;
}

/***** table-styles *****/
.bup td { 
  border-top: 1px #000000 solid;
}
.error {
  color: red;
}
.success {
  color: #339966;
}

/***** MenueContainers ******/
.men_container {
	padding:0px;
	margin:0px;
	width:185px;
	vertical-align:middle;
}
.men_points_header {
  text-align: center;
  font-weight: bold;
  background-image: url('images/men_table_header.gif');
  background-repeat: no-repeat;
  height: 23px;
  letter-spacing: 1px;
}
.men_points {
  padding: 0px 5px 0px 6px;
	background-image: url('images/men_table_bg.gif');
	background-repeat: repeat-y;
	color: #fffbf8;
}
.men_points td {
  color: #fffbf8;
}
#content .men_points a:link, #content .men_points a:visited {
	color: #fffbf8;
	text-decoration:none;
}
#content .men_points a:hover, #content .men_points a:active {
  text-decoration:none;
  font-weight: bold;
}

/***** Thumbnail Containers ******/
.tn_container {
	padding:0px;
	margin:0px;
	width:167px;
	vertical-align:middle;
}
.tn_tn {
	text-align: center;
	background-image: url('images/tn_table_bg.gif');
	background-repeat: repeat-y;
	height:172px;
}
.tn_footer {
	text-align:center;
	background-image:url('images/tn_footer.gif');
	background-repeat:no-repeat;
	padding:0px 18px 0px 18px;
	margin:0px;
	width:167px;
	height:23px;
	vertical-align:middle;
}

/***** andere listen *******/
.form1list {
  width: 100px;
  clear: both;
  float: left;
  margin-bottom: 12px;
  font-weight: bold;
  text-align:right;
  padding: 3px 4px 0px 0px;
}
.form1descr, .form2descr {
  float: left;
  margin-bottom: 12px;
}
.form2list {
  width: 150px;
  clear: both;
  float: left;
  margin-bottom: 12px;
  font-weight: bold;
  text-align:right;
  padding: 3px 4px 0px 0px;
}
.form2descr input, .form2descr select {
  width: 250px;
}
.form1descr input, .form1descr select {
  width: 120px;
}


/***** Produktdetails ******/
.prodlist {
  width: 150px;
  clear: both;
  float: left;
  margin-bottom: 12px;
  font-size: 14px;
}
.proddescr {
  float: left;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
}