html, body{
  background-color:#ECEFDC;
  background-image:url(../img/content_shadows.gif);
  background-position:center;
  background-repeat:repeat-y;
	line-height:0px;
	font-size:0px;
  text-align:center;
  margin:0px;
  padding:0px;
  border:0px;
  height:100%;
}
h1, h2, p, a, td, span, input, fieldset, textarea{
  color:#000;
  font-family:Arial, Verdane, Helvetica, sans-serif;
  font-size:12px;
  line-height:130%;
  margin:0px;
  padding:0px;
}
img{
  border:0px;
}
pre{
  font-size:12px;
  line-height:120%;
  text-align:left;
}
input, textarea{
  padding-left:2px;
  border:1px solid #4CA623;
  background-color:#CCDEBA;
}
fieldset{
  padding:5px;
  border:1px solid #4CA623;
}
legend{
  font-weight:bold;
}
tr.decoration img{
    display:block;
}
/* Klassen-Selektoren */

.margined{
  margin-left:1px;
}
.borderless{
  border:0px;
}
.linkActive{
  color:#ff0000;
  font-weight:bold;
  background-color:#fff;
}
.darkGreen{
  color:#fff;
  font-size:14px;
  font-weight:bold;
  background-color:#4EA700;
  vertical-align:top;
}
.darkGreenBlack{
  color:#000;
  background-color:#4CA623;
  vertical-align:top;
}
.lightGreen{
  color:#000;
  background-color:#CCDEBA;
  vertical-align:top;
}
.yellowGreen{
  color:#000;
  background-color:#D7FFA0;
  vertical-align:top;
}
.padded td{
  font-size:11px;
  padding:2px;
  vertical-align:top;
}
.member td{
  background-color:#BBFF8D;
  border-bottom:1px solid white;
}
.interests td{
  background-color:#F6FF94;
  border-bottom:1px solid white;
}
.galery td{
  background-color:#B2C9FF;
  border-bottom:1px solid white;
}
.member a:hover, .interests a:hover, .galery a:hover{
  text-decoration:underline;
}
a.strongBlue:link, a.strongBlue:hover, a.strongBlue:visited, a.strongBlue:active{
  font-weight:bold;
  color:#2674B9;
}
.location{
  font-family:Arial, Verdane, Helvetica, sans-serif;
  font-size:11px;
  line-height:120%;
  background-color:#455151;
  color:#ffffff;
  padding-left:5px;
}
a.location, a.location:link, a.location:visited, a.location:hover, a.location:active{
  color:#fff;
  text-decoration:none;
}
/* ID-Selektoren */
#shadows{
  background-image:url(../img/shadows.gif);
  width:760px;
  margin:0px auto;
  height:100%;
  border:0px;
}
#outer{
  width:742px;
  margin:0px auto;
  text-align:left;
  height:100%;
  border:0px;
}
#header{
  width:742px;
}
#containerBox{
  width:742px;
}
#menu{
  width:160px;
  color:#fff;
  float:left;
  margin:0px;
  clear:right;
}
#menubar{
  width:161px;
  background-color:#fff;
}
#menubar p{
  padding-left:10px;
  padding-right:15px;
}
#menubar a, a:link, a:visited{
  color:#000;
  text-decoration:none;
}
#menubar a:hover{
  color:#fff;
  background-color:#ff0000;
}
#menubar a.linkActive{
  color:#ff0000;
  font-weight:bold;
  background-color:#fff;
}
#menubar a.linkActive:hover{
  color:#fff;
  background-color:#ff0000;
}
#menubar ul{
  padding-left:22px;
}
#content{
  width:535px;
  margin:0px;
  padding:0px 10px 0px 25px;
  float:left;
}
#content p{
  margin-top:10px;
}
/* Allgemeine Selektoren */
*{
  margin:0px;
  padding:0px;
}
