* { padding: 0; margin: 0; } /*alles auf 0, Browserdarstellung*/

p {
  margin-bottom: 1.5em;
}
h1 {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 36px;
  color: #FFFFFF;
}
 
h1 a, h1 a:hover{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 36px;
  color: #F6F6FA;
  text-decoration: none;
}

h2 {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  color: #6495ED;
  font-size: 20px;
  margin-left: -10px;
  margin-bottom: 7px;
  width: 400px;
  letter-spacing: 0.1em;
}

h3 {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 16px;
  color: #6495ED;
  margin-left: -8px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  border-bottom: 1px solid #6495ED;
  }

body {
  font-family: Arial;
  font-size: 14px;
  background-color: #F6F6FA;
}

a {
  color: #d4915a;
}
a:hover {
  color: #a05f25;
  font-weight: bold;
}

p{
padding-top:10px;
}

img{
  float:right;
  border:solid 1px #6495ED;
  padding: 5px;
}

.contentpic{
  float:right;
  border:solid 1px #6495ED;
  padding: 2px;
  margin-bottom:30px;
}
/*****************************************************
  Layout Styles
******************************************************/
#wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
  width: 960px;
  background-repeat: repeat-y;
}

#header {
  margin-top:10px;
  background-image: url(images/aquarium-reinigung.jpg);
  background-repeat: no-repeat;
  width: 960px;
  height: 118px;
}

.titel {
  position: absolute;
  left: 30px;
  top: 40px;
}

#content {
  float: left;
  width: 660px;
  padding-left: 30px;
  margin-top: 10px;
  color: #000080;
  font-weight: bold;
  line-height:20px;
}

#entry {
  padding:10px;
  background-color: #FFF;
  
}

.right{
  float:right;
  padding-right:30px;
}

.midpic{
  align:center;
  margin-right:75px;

}

#entry li{
  list-style-type: circle;
  margin-left:20px;
}

#content a{
   color: #6495ED;
  font-weight: bold;
}

#content a:hover {
  color: #6495ED;
  font-weight: bold;
}
li{
  list-style-type: none;
}
#sidebar {
  background-color: #fff;
  float: right;
  width: 200px;
  padding: 0 15px;
  margin-top: 10px;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 12px;
}
#sidebar a {
  color: #000080;
  text-decoration: none;
}

#sidebar ul li {
  list-style-type: none;
  line-height:30px;
}
#sidebar ul {
  margin-bottom: 15px;
}

#sidebar img{border:0px;}

#footer {
  margin-top: 40px;
  border-top: 1px solid #000;
  width: 920px;
  height: 10px;
  padding: 2px 20px 8px 20px;
  color: #F6F6FA;
  background-color: #6495ED;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
}
#footer a{
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}


