html {
	margin: 0px;
	padding: 0px;
	background: #ededed;
}
body {
  margin: 0px;
  padding: 0px;
  background: #919191;
  text-align: left;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 13px;
  color: #333333;
  z-index: 1;
  }
h1, h2, h3, h4, h5, h6 {
  font-family: "Comic Sans MS",Consolas,Candara,Garamond,Times,sans-serif;
  color: #4169e1;
}
#top_navigation {
  position: absolute;
  top: 215px;
  left: 0px;
  width: 100%;
  z-index: 3;
}
a.top_link {
  display: block;
  position: absolute;
  width: 115px;
  text-align: center;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  padding-top: 2px;
  text-decoration: none;
  font-family: Georgia,"Times New Roman",Times,serif;
}
a.top_link:link, a.top_link:visited {
  color: white;
  background-image: url(images/reiter1.gif);
  background-repeat: no-repeat;
  background-color: black;
}

a.top_link:hover, a.top_link:active {
  color: black;
  background-image: url(images/reiter2.gif);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: white;
}
a#home {
  bottom: 0px;
  left: 75px;
  z-index: 4;
  border-bottom: black solid 1px;
}
a#projekt {
  bottom: 0px;
  left: 188px;
  z-index: 5;
  border-bottom: black solid 1px;
}
a#verein {
  bottom: 0px;
  left: 301px;
  z-index: 6;
  border-bottom: black solid 1px;
}
a#dabeisein {
  bottom: 0px;
  left: 414px;
  z-index: 7;
  border-bottom: black solid 1px;
}
a#fotos {
  bottom: 0px;
  left: 527px;
  z-index: 8;
  border-bottom: black solid 1px;
}
a#impressum {
  bottom: 0px;
  left: 640px;
  z-index: 9;
  border-bottom: black solid 1px;
}
a#home:hover, a#home:active, a#projekt:hover, a#projekt:active, a#verein:hover, a#verein:active, a#dabeisein:hover, a#dabeisein:active, a#fotos:hover, a#fotos:active, a#impressum:hover, a#impressum:active {
  z-index: 10;
}
#projekt_sublinks {
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  position: absolute;
  top: 215px;
  left: 188px;
  width: 150px;
  z-index: 11;
  visibility: hidden;
}
#verein_sublinks {
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  position: absolute;
  top: 215px;
  left: 301px;
  width: 150px;
  z-index: 12;
  visibility: hidden;
}
#dabeisein_sublinks {
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  position: absolute;
  top: 215px;
  left: 414px;
  width: 150px;
  z-index: 13;
  visibility: hidden;
}
#fotos_sublinks {
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  position: absolute;
  top: 215px;
  left: 527px;
  width: 150px;
  z-index: 14;
  visibility: hidden;
}
.sub_link {
  border-top: 1px solid black;
  display: block;
  width: 100%;
  text-align: center;
  height: 18px;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 12px;
  font-weight: bold;
  padding-top: 1px;
  text-decoration: none;
}
.sub_link:link, .sub_link:visited {
  background-color: #d7d7d7;
  color: #4169e1;
}
.sub_link:hover, .sub_link:active {
  background-color: white;
  color: black;
}
#header {
  margin: 0;
  padding: 0;
  background: #fffbfd url(images/header-.jpg) no-repeat scroll left top;
  height: 215px;
  width: 770px;
}
#header h1 {
  margin-left: 120px;
  text-align: left;
  color: #ff2400;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 60px;
}
#content {
  margin: 0px;
  padding-left: 30px;
  padding-right: 15px;
  background-color: #ededed;
  width: 725px;
  z-index: 2;
  }
#content h2, #content h3, #content h4, #content h5, #content h6 {
  font-weight: normal;
}
#content p, #content ul, #content ol {
  line-height: 150%;
}
#left {
	margin: 0px;
	margin-top:15px;
  	padding-top: 0px;
  	float: left;
  	width: 465px;
}
#right {
	margin: 0px;
	margin-top:15px;
 	padding: 0px;
  	float: right;
  	width: 225px;
  	background-color: #b6b6b6;
}
#left h2	{
	margin: 5px;
	margin-left: 24px;
		}
#right h2, p	{
	margin-left: 5px;
	}
div.box_title {
   margin-top:16px;
   margin-left:8px;
   margin-right:8px;
   background-color: black;
   color:white;
   font-family:"Comic Sans MS",Consolas,Candara,Garamond,Times,sans-serif;
   font-size:13px;
   font-weight:bold;
   padding:1px;
   padding-left:3px;
   padding-right:3px;
   }
 div.box_content {
   margin-left:8px;
   margin-right:8px;
   margin-bottom:8px;
   background-color:white;
   border:rgb(130,130,130) solid 1px;
   color:black;
   font-family: Georgia,"Times New Roman",Times,serif;
   font-size: 12px;
   font-weight: normal;
   text-align: justify;
   padding:3px;
}
#right p { 
  	margin-left:8px;
   margin-right:8px;
   padding: 5px;
 	}