/* CSS Document */

* {

  margin:0;

  padding:0; 

}

body {

  background-color: white;

  font-family: Arial Black;

  font-size: 10px;

  background-color: white;

}

.tcenter {text-align: center; color:white;}

.tcenter a {color: rgb(0,124,195);}

.tcenter a:hover {color:red;}

.invisible {display:none;}

a {

  text-decoration: none;

}

#container {

  position: relative;

  margin:0 auto;

  width: 548px;

  background-color: white;

}

.logo {

  display: block;

  float: left;

  width:548px;

  height:37px;

  margin:80px 0 5px 0;

}

.logo a {

  display: block;

  float: right;

  background-image: url(../gfx/logo.jpg);

  width:200px;

  height:37px;

}

.pictures {

  display: block;

  float: left;

  width:548px;

}

.pictures img {

  float:left;

  margin:0 12px 0 0;

  padding:0;

}

.pictures img.last {

  margin:0;

}

.info {

  display: block;

  float: left;

  width:548px;

  color:rgb(149,149,149);

  margin:35px 0 0 0;

}

.links {

  display: block;

  width:100px;

  margin:0 0 0 448px;

}

.links a {

  color: rgb(0,124,195);

}

.links a:hover, .links a.active {

  color:red;

}

.form {

  display: block;

  width:224px;

}

.form p {

  text-align: right;

  margin:0 0 2px 0;

}

.form p a {

  color: rgb(0,124,195);

}

.form p a:hover {

  color:red;

}

.form form input, .form form textarea {

  display: block;

  width:224px;

  border:0;

  margin:0 0 2px 0;

  background-color: rgb(230,230,230);

  color: rgb(0,124,195);

  font-size: 10px;

  font-family: Arial Black;

}

.form form input {

  overflow: hidden;

}

.form form textarea {



}

.form form .submit {

  width:30px;

  float: right;

  background-color: white;

}

.form form .submit:hover {

  color:red;

  cursor: hand;

}

.linkslist {

  position: absolute;

  top:413px;

  right:-64px;

}

.linkslist a {

  color:#1d2425;

}

.linkslist a:hover {

  color:yellow;

}

.aktual {

  position: absolute;

  top:427px;

  right:-164px;

}

.aktual a {

  color:#1d2425;

}

.aktual a:hover {

  color:yellow;

}

.icons {

  position: absolute;

  top:495px;

  left:0;

}