/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
}

#footer td {
  padding: 5px;
}

body {
  background-color: #FFFFFF;
  font: 12px Verdana, Arial, sans-serif;
  text-align: left;
  color: #000000;
  margin-top: 20px;
}

h1 {
  font-size: 14px;
}

h2 {
  font-size: 12px;
}

.submenu {
  font-size: 13px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

#container {
  width: 900px;
  margin-right: 0; /*auto für zentrierte version angeben*/
  margin-left: 0; /*0 für linksbündige version*/
  background-color: #FFFFFF;
}

#header {
  width: 900px;
  height: 40px;
  float: left;
}

#column_all {
  width: 900px;
  float: left;
}

#column_left {
  width: 419px;
  float: left;
}

#column_right {
  width: 481px;
  float: left;
}

#box_bild_left {
  width: 419px;
  float: left;
}

#box_blue {
  width: 481px;
  height: 271px;
  float: left;
  background-color: #A7CDE0;
  overflow: auto;
}

#box_blue_leer {
  width: 481px;
  height: 271px;
  float: left;
  overflow: auto;
}

#box_blue_team {
  width: 481px;
  height: 430px;
  float: left;
  background-color: #A7CDE0;
  overflow: auto;
}

#box_blue_leer_news {
  width: 481px;
  float: left;
  overflow: auto;
}

.box_left {
  width: 419px;
  float: left;
}

.box_right {
  width: 481px;
  float: left;
}

#footer {
  width: 900px;
  float: left;
}
