/* CSS Document */
/*Set Background Color*/
body
{
  background-color:#B8DA6B;
  font-family: arial;
}
/*Position Header and insert gradient*/
.header
{
  margin: 10px;
  background-color: #FDFDFD;
  background-image: url(img/headerlogo.png); 
  background-repeat: no-repeat;
  background-position: left center;
  border: 2px solid #A5A5A5;
  border-top:2px;
  border-left:2px;
}

/*Position Navigation and insert gradient*/

.einruecknavi
{
padding-left: 4.5%;
list-style: none;
font-size: 68%;
}

#navigation
{
  position: absolute;
  top: 145px;
  left: 8px;
  padding: 20px 10px 20px 20px;
  margin: 10px;
  background-color: #FDFDFD;
  background-repeat: repeat-y;
  background-image: url(img/navi.png);
  color: black;
  list-style-type: disc;
  width: 13%;
  text-decoration:none;
  border: 2px solid #A5A5A5;
  border-top: 2px;
  border-left: 2px;
}

h4
{
margin-top: 4em;
margin-bottom: 0.5em;
}

a
{
  text-decoration: none;
  color: black;
}

a:hover
{
  text-decoration: n;
}

.text
{
  margin-left: 20%;
}

#ueberlinks
{
  float: left;
  width: 40%;
}

#ueberrechts
{
  float: right;
  width: 40%;
}

.img1
{
float: right;
}

.img2
{
position: relative;
left: 28%;
}

.ul
{
text-decoration: underline;
}

