body {
  margin:0px;
  padding:0px;
  font-size:10pt;
  font-family:Verdana, sans-serif;
  text-decoration:none;
  background-color:#e5e5e5;
}

#main {
  position:absolute;
  left:50%;
  margin-top:10px;
  margin-left:-500px;
  width:1000px;
}

#header {
  width:100%;
  height:300px;
  background:url(./images/collage-oben.jpg) white top left no-repeat;
}

#navigation {
  width:100%;
  height:35px;
  background:url(./images/bg_navigation.gif) white top left repeat-x;
  text-align:right;
  border-bottom:5px solid white;
}

#navigation li, #navigation ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  display:inline;
}

#navigation img {
  border-left:solid white 5px;
  padding:0px;
  margin:0 0 0 -5px;
  }
	
#blogvorschau ul {
	margin:0px;
	margin-left:15px;
	padding:0px;
	}
	
#blogvorschau li {
	list-style-type:circle;
	margin-top:10px;
	}
  
#page {
  float:left;
  background:url(./images/bg_page.gif) #fff4db top left repeat-y;
  width:100%;
}

#sidebar {
  float:left;
  font-size:8pt;
  }
  
#sidebar h1 {
  font-size:11pt;
  letter-spacing:0.2em;
  color:#333333;
  }

#sidebar_top {
  padding:15px 10px 10px 10px;
  width:180px;
  background-color:#94b4f4; 
/*   border-bottom:5px solid white; */
}

#sidebar_bottom {
  padding:15px 10px 10px 10px;
  background-color:#b7b4ad;
  width:180px;
}

#mitglieder {
  float: left;
  width:570Px;
  border: solid #666666 thin;
  margin-top:10px;
  margin-bottom: 10Px;
  padding: 10Px;
}

.mitgliederbild {
	float:right;
	margin:0 0 10px 20px;
}

.mitgliederbild img {
	display:block;
	margin-bottom:5px;
}

.eingabe_email {
  width:140px;
  border:none;
  background:url(images/bg_email_eingabe.gif) no-repeat;
  font-size:8pt;
  padding:5px 10px 10px 10px;
  }
  
.button {
  background:url(images/bg_button.gif) no-repeat;
  height:23px;
  border:none;
  font-size:8pt;
  width:66px;
  }

.galerie_container {
  float:left;
  margin:0 70px 20px 0;
  }

.galeriebild {
  width:auto;
  height:150px;
}

.bad {
  color: #FF0000;
}

#content {
  float:left;
  padding:20px 100px 20px 100px;
  width:600px;
}

h1 {
  font-size:14pt;
  }
  
h2 {
  font-size:12pt;
  margin-top:30px;
}
  
h3 {
  font-size:12pt;
  font-weight:normal;
  }
  
a {
  text-decoration:none;
  color:#07389b;
  border:none;
}

p {
  text-align:justify;
}

img {
  border:none;
  margin:0px;
  padding:0px;
  }
