

a:link
{
  color: #DFAC69;
  text-decoration: none;
}

a:visited
{
  color: #DFAC69;
  text-decoration: none;
}

a:hover
{
  color: #ECDDCB;
  background: #606060;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia, "Times New Roman", serif;
  background: #000000;
    color: #FFCC99;
}


/* Header */

#header {
    width: 1024px;
    margin: 0 auto;
}

#header h1 {
  text-align: center;
    height: 80px;
  font-size: 32px;
  background: url(../img/img_top.jpg) no-repeat;
    margin: 0;
    padding: 20px 0 0 0;
}


/* Menu */
#menu {
  background: #202020;
    width: 1024px;
  height: 40px;
    margin: 0 auto;
  font-size: 14px;
  border-right: 1px solid;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
  display: inline;
}

#menu a
{
  text-decoration: none;
    display: block;
    float: left;
  border-left: 1px solid;
  width: 169px;
  height: 30px;
    text-align: center;
  font-weight: bold;
  color: #FFCC99;
    padding: 10px 0 0 0;
}

#menu a:hover
{
  background: #606060;
  border-color: #FFCC99;
  color: #ECDDCB;
}

#lang_select img
{
  width: 30px;
  height: 20px;
    border: none;
}

#lang_select a:hover
{
  background: #202020;
}


/* Page */
#page {
  width: 1024px;
  margin: 0 auto;
}

#page_table_start {
  width: 540px;
  height: 400px;
  margin: 60px 140px auto;
  font-size: 14px;
}

#page_table_start img {
  width: 150px;
  height: 100px;
}

#page_table_start_col1 {
  width: 40%;
}

#page_table_start_col2 {
  width: 60%;
}

#page_impressum_table {
  width: 800px;
  margin: 40px 112px;
}

#page_impressum_table th {
  font-size: 18px;
  font-weight: bold;
  height: 80px;
  text-decoration: underline;
}

#page_impressum_table td {
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  text-decoration: none;
}

#page_impressum_table_empty_row{
  height: 60px;
}

#page_product_main_table {
  width: 1000px;
  margin: 20px 12px;
  table-layout: fixed;
}

#page_product_main_table th {
  font-size: 20px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}

#page_product_main_table td {
  font-size: 14px;
  height: 20px;
}

#page_product_main_table_col1 {
  width: 20%;
  vertical-align: top;
}

#page_product_main_table_col2 {
  width: 80%;
}

#page_product_menu_table {
  width: 170px;
  font-size: 12px;
  border-spacing: 10px;
}

#page_product_menu_table td {
  background-color: #7F6C59;
  height: 38px;
  text-align: center;
  vertical-align: middle;
}

#page_product_menu_table a:hover {
  background-color: #7F6C59;
}

#page_gallery_table {
  width: 700px;
  font-size: 12px;
  margin-left: 80px;
  table-layout: fixed;
}

#page_gallery_table img {
  border-style: none;
  width: 140px;
  height: 100px;
}

#page_gallery_table img.img_pic {
  border-style: none;
  width: 80px;
  height: 50px;
}

#page_gallery_table img.img_scr {
  border-style: none;
  width: 50px;
  height: 50px;
}

#page_gallery_table img.img_button {
  border-style: none;
  width: 80px;
  height: 30px;
}

#page_gallery_table th {
  font-size: 20px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}

#page_gallery_table td.menu {
  font-size: 14px;
  text-align: center;
  border-spacing: 20px;
  margin-top: 10px;
  background-color: #5F6C59;
  height: 35px;
  font-weight: bold;
}

#page_gallery_table td.img {
  height: 150px;
}

#page_gallery_table td.install_desc {
  text-align: left;
}

#page_gallery_table td {
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}

#page_gallery_table a:hover {
  background-color: #5F6C59;
}

#page_product_screensaver_table {
  width: 700px;
  font-size: 12px;
  margin-left: 80px;
  border-spacing: 20px;
  table-layout: fixed;
}

#page_product_screensaver_table th {
  font-size: 20px;
  height: 60px;
  text-align: center;
  vertical-align: top;
}

#page_product_screensaver_table td
{
  height: 20px;
  vertical-align: middle;
  text-align: left;
}

#page_product_screensaver_table ul {
  text-align: left;
  margin-left: 40px;
}

#page_product_screensaver_table img {
  width: 50px;
  height: 50px;
}

#page_product_treecreator_table {
  width: 700px;
  font-size: 12px;
  margin-left: 80px;
  border-spacing: 20px;
  table-layout: fixed;
}

#page_product_treecreator_table td
{
  height: 20px;
  vertical-align: middle;
  text-align: left;
}

#page_product_treecreator_table img {
  width: 100px;
  height: 100px;
  border-style: none;
  vertical-align: middle;
}

#page_product_treecreator_table ul {
  text-align: left;
  margin-left: 40px;
}

#page_product_treecreator_table th {
  font-size: 20px;
  height: 60px;
  text-align: center;
  vertical-align: top;
}


/* Sidebar */
#sidebar {
  float: right;
  width: 300px;
  height: 400px;
  background: #202020;
  margin: 20px 0 20px 0;
  border-left: 1px dotted #FFCC99;
  border-top: 1px dotted #FFCC99;
}

#sidebar h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  text-align: center;
  text-decoration: underline;
}

#sidebar ul {
  list-style: none;
}

#table_news {
  table-layout: fixed;
  width: 280px;
  margin: 0 10px 0 10px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

#tb_news_empty_row {
  height: 30px;
}

#tb_news_col1 {
  width: 75%;
}

#tb_news_col2 {
  width: 25%;
  text-align: center;
}

#tb_news_col2 img {
  width: 50px;
  height: 40px;
  vertical-align: middle;
}

.new {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  height: 18px;
}


/* Footer */

#footer {
  clear: both;
  width: 1024px;
  margin: 20px auto;
  padding-top: 10px;
  border-top: 1px solid;
  border-color: #7F6C59;
  border-width: 2px;
}

#footer p {
  font-size: 10px;
  text-align: right;
  margin: 0 20px auto;
}

