body {
  background-color: #414141;
  margin-top: 15px;
  margin-bottom: 14px;
  margin-left: 0px;
  margin-right: 0px;
  height:100%;
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 10px;
  color: #000000;
  
}

#header {
  width: 589px;
  height: 64px;
  min-height: 64px;
  margin: 50px auto 0; 
  margin-top: 0px;
  background-color: #dbdbdb;
  background-repeat: no-repeat;
}

#menu {
  width: 589px;
  height: 50px;
  min-height: 50px;
  margin: 50px auto 0; 
  margin-top: 0px;
  background-color: #dbdbdb;
  background-repeat: repeat-y;
}

#menu ul {
  list-style: none;
  margin: 12px 3px 0px 0px;
  padding: 0;
  float:right;
}

#menu li {
  display:inline;
   margin: 0;
  padding: 0;
}

#menu a {
  margin: 0px 2px 0px 0px;
  padding: 3px 3px 3px 3px;
  display: block;
  float:left;
  color: #ffffff;
  background-color: #000000;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:bold;
}

#menu a:hover {
  background-color: #887f85;
}

#container {
  width: 589px;
  min-height: 450px;
  margin: 50px auto 0; 
  margin-top: 0px;
  background-color: #dbdbdb;
  background-repeat: repeat-y;
  clear:both;
}

body>#container { 
  height:auto;
}

#contentlinks {
  width: 244px;
  min-height: 450px;
  margin: 0px;
  padding: 0px;
  float:left;
  text-align: right;
  text-valign: bottom;
  
}

.contentrand {
  margin-right: 10px;
  
}

#container>#contentlinks { 
  height:auto;
}

#contentrechts {
  width: 345px;
  min-height: 450px;
  margin: 0px;
  padding: 0px;
  float:left;
  
}

#container>#contentrechts { 
  height:auto;
}

#containerbottom {
  width: 589px;
  height: 1px;
  min-height: 1px;
  padding: 0;
  margin: 50px auto 0; 
  margin-top: 0px;
  clear:both;
  background-color: #000000;
}

#container>#containerbottom {
  position: relative;
  bottom: 0;
}

.clear {
  clear:both;
}

.contentrand a:link { 
   color: #ff0000; 
   font-weight: normal; 
   font-size: 10px; 
   text-decoration: none 
}

.contentrand a:visited { 
   color: #ff0000;  
   font-weight: normal; 
   font-size: 10px; 
   text-decoration: none 
}

.contentrand a:hover { 
   color: #ff0000;  
   font-weight: normal;  
   font-size: 10px; 
   text-decoration: underline 
}

.contentrand a:active {
   color: #ff0000; 
   font-weight: normal; 
   font-size: 10px; 
   text-decoration: none 
}

.contentrand a:focus {
   color: #ff0000; 
   font-weight: normal; 
   font-size: 10px; 
   text-decoration: none 
}

.rot {
   color: #ff0000; 
   
}

#kontaktform input, #kontaktform select, #kontaktform textarea {
  margin: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #424242;
  background-color: #ffffff;
  color: #000000;
  display: block;
}


