/* CSS Document */

body {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: left;
  color: #333333;
  margin-top: 0px;
  margin-left: 0px;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

h1 {
  font-size: 12px;
  color: #333333;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

/* Boxes */

#container {
  width: 760px;
  margin-right: auto; /*auto für zentrierte version angeben*/
  margin-left: auto; /*0 für linksbündige version*/
  margin-top: 15px;
}

#header_box {
  width: 760px;
  float: left;
}

#main_container {
  width: 760px;
  float: left;
  padding-top: 16px;
  padding-bottom: 8px;
}

#box_left {
  width: 143px;
  float: left;
  padding-top: 3px;
}

#box_content {
  width: 307px;
  border-left: dashed #333333 1px;
  border-right: dashed #333333 1px;
  height: 387px;
  float: left;
}

#box_right {
  width: 308px;
  float: left;
}

#box_content_big {
  width: 616px;
  border-left: dashed #333333 1px;
  height: 387px;
  float: left;
}

#box_content_big_news {
  width: 616px;
  border-left: dashed #333333 1px;
  height: 407px;
  float: left;
}

#footer_box {
  width: 760px;
  float: left;
}

/* Forms */

.button {
  background: #333333;
  border: 1px solid #FFFFFF;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color: #CCCCCC;
  font-size : 10px;
  font-weight: 700;
}

.input {
  background: #333333;
  border: solid 1px #FFFFFF;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color: #CCCCCC;
  font-size : 10px;
  color: #CCCCCC;
  padding: 1px;
}