
a:link, a:focus, a:hover, a:visited {
  color:navi;
}

body {
  text-align:left;
  height:100%;
  padding:0;
  margin:0;
  background-color:#EAEEF0;
  font-family:Tahoma, Verdana, Arial;
}



#alles {
  width:900px;
  height:700px;
}

#header {
  height:200px;
  background-image:url('img/style/banner.jpg');
}

#content {
  width:710px;
  background-color:#86B1CC;
  min-height:1000px;
  height:auto;
  position:relative;
  z-index:0;
  font-size:12px;
}

#content h1 {
  font-size:22px;
  font-weight:normal;
  color:navi;
}

#content img {
  border:none;
}

#navigation {
  position:absolute;
  top:167px;
  left:450px;
  z-index:3;
}

#navigation  a {
  color:#D5D59E;
  margin-left:20px;
  position:relative;
  text-decoration:none;
  top:5px;
}

#navigation a.selected {
  color:#172F40;
}


#Menu4 {
  position:absolute;
  top:170px;
  left:-400px;
  font-size:13px;
  line-height:1.7;
}

#Menu4 a{
  display:block;
  color:maroon;
}

#Menu4 a.selected {
  color:maroon;
  font-weight:bold;
}

#login {
  position:absolute;
  top:50px;
  left:720px;
  font-size:12px;
  width:170px;
  line-height:1.6;
}

#login input{
  height:22px;
  font-size:11px;
  margin-top:10px;
}

#login input.eingabe{
  height:17px;
  margin-top:0px;
  width:150px;
}

#suche {
  font-size:11px;
  position:absolute;
  top:20px;
  left:390px;
}

#suche input {
  width:170px;
  height:17px;
  border:1px solid red;
  font-weight:bold;
}

#suche .Button {
  width:70px;
  height:20px;
  border:none;
  font-weight:normal;
}

#suche div {
  position:absolute;
  top:5px;
  left:40px;
}

#suche .lupe {
  position:absolute;
  top:0;
  left:0;
}



