/* Layout Stylesheet */ 
body {
  min-width: 550px;      /* 2x LC width + RC width */
  margin : 0;
  padding: 0;
}

#header {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  text-align: right;
}

#topmenu {
  width: 100%-1px;
  height: 17px;
  margin: 0;
  padding-top: 3px;
  background-color: #ffffff;
  border-top: 1px solid #009CD9;
  border-bottom: 1px solid #009CD9;
  border-left: 1px solid #009CD9;
  font: 12px Tahoma, sans-serif, Arial;
  color: #940F04;
}

#topmenu a {
  text-decoration: none;
  color: #940F04;
}

#topmenu a:hover {
  color: #940F04; 
}

#layout {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

#left {
  width: 147px;
  background-color: #009CD9;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #009CD9;
  padding-left: 1px;
}

#right {
  width: 200px;
  background-color: #009CD9;
  border-left: 1px solid #cdcdcd;  
  font: 12px Tahoma, sans-serif, Arial;
  color: #000000;
  padding: 3px;
}

#right a{
  color: #940F04;
  text-decoration: underline;
}

#right a:hover{
  text-decoration: none;
}

#center {
  background-color: #ffffff;
  padding: 5px 5px 50px 5px;
  font: 12px Tahoma, sans-serif, Arial;
  color: #000000;
}

#center h1 {
  color: #940F04;
  font: 15px Tahoma, sans-serif, Arial;
  font-weight: bold;
  margin-bottom: 4px;
}

#center h3 {
  font: 13px Tahoma, sans-serif, Arial;
  font-weight: bold;
  margin-bottom: 2px;
}

#center a{
  color: #940F04;
  text-decoration: underline;
}

#center a:hover{
  text-decoration: none;
}

#footer {
  float: clear;
  background-color: #ffffff;
  border-top: 1px solid #009CD9;
  border-bottom: 1px solid #009CD9;
  border-left: 1px solid #009CD9;
  font: 11px Tahoma, sans-serif, Arial;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu_container {
  width: 147px;
  margin-bottom: 50px;
}

.menu_buttons a {
  color: #ffffff;
  border: 1px solid;
  background-color: #009CD9;
  padding: 2px;
  padding-left: 3px;
  font: 13px Tahoma, sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-color: #ffffff ;
  display: block;
  margin: 0px;
  width: 100%;
  text-align: left;
}

.menu_buttons a:hover {
  border: 1px solid;
  padding-left: 4px;
  padding-top: 3px;
  padding-bottom: 1px;
  padding-right: 1px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}

.kurzinfo {
  background-color:#ffffff;
  border: 1px solid #009CD9;
  float: left;
  margin-left: 60px;
  margin-top: 30px;
  padding: 5px;
  padding-bottom: 8px;
  width: 170px;
}

.obenrechts{
  float: left;
  margin-left: 60px;
  margin-bottom: 10px;
}

table#csAIndex {
	width: 650px;
    font-size: 11px;
    border: 1px solid #384435;
}

table#csError {
	width: 80%;
    font-size: 11px;
    font-weight: bold;
    background-color: #DFDFDF;
    border: 1px solid #384435;
}

table#sendForm {
	width: 400px;
    font-size: 11px;
}

table#alt1 {
    background-color: #FFFFFF;
    width: 400px;
    font-size: 11px;
}

table#alt2 {
    background-color: #DFDFDF;
    width: 400px;
    font-size: 11px;
}

td#csError {
	padding-top: 15px;
    padding-bottom: 15px;
}

td#sendFormHead {
	background-color: #DFDFDF;
	font-weight: bold;
}

td#title {
	font-weight: bold;
}

td#time {
	font-weight: bold;
	font-size: 10px;
}

td#text {
}

body {
    background-color: #FFFFFF;
    color: #384435;
    font-family: verdana, sans-serif;
}

img#cs {
	border: 0px;
}

form#cs {
    margin: 0;
}

input#csNormal {
	font-family: verdana, sans-serif;
    background-color: #DFDFDF;
    color: #000000;
    border: #5A6A56 1px solid;
    font-size: 9px;
    height: 16px;
}

input#cs, select#cs {
    font-family: verdana, sans-serif;
    background-color: #DFDFDF;
    color: #000000;
    border: #5A6A56 1px solid;
    font-size: 9px;
    height: 16px;
    width: 300px;
}

textarea#cs {
    font-family: verdana, sans-serif;
    background-color: #DFDFDF;
    color: #000000;
    border: #5A6A56 1px solid;
    font-size: 9px;
    width: 300px;
    height: 200px;
}