<!-- /* Allgemeines */ -->

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #161616;
	background: #FFFFFF;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	background-image:url(./sysgfx/bg.gif); background-repeat:repeat;
}

#aussenrahmen {
   display: block;
   width: 800px;
   text-align: left;
}

#img {
   display: block;
   width: 100%;
   text-align: center;
   margin-top:10px;
   margin-bottom:10px;
}

#linkeseite {
	display: block;
	float: left;
	width: 180px;
	height: auto;
	margin-top: 0px;
	margin-left:0px;
}

#inhalt {
    float:left;
	display: block;
	width: 600px;
	height: auto;
	margin-top:110px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:20px;
}

#menu {
   display: block;
   width: 100%;
   height: auto;
   float: left;
   margin-left: 0px;
   margin-top: 10px;
   font-size: 16px;
}

#menu .menuschrift {
   margin-left: 0px;
   margin-right: 0px;
   color: #0033AC;
   font-family: Georgia, Times New Roman, serif;
   line-height: 24px;
}

#menu .menuschriftaktiv {
   color: #BD5400;
   font-family: Georgia, Times New Roman, serif;
   line-height: 40px;
   background-color: #FFFFFF;
}

#menu a {
   line-height: 40px;
}

#menu a:link {
    color: #0033AC;
	text-decoration: none;
}

#menu a:visited {
    color: #0033AC;
	text-decoration: none;
}

#menu a:hover {
    color: #001A58;
	background-color: #FFFFFF;
}

#menu a:active {
    color: #001A58;
	background-color: #FFFFFF;
}

#logo {
	margin-top: 10px;
	text-align: center;
}

#logo p {
	text-align: center;
	   font-size: 11px;
}

<!-- /* Inhalt */ -->

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #0033AC;
	background: #FFFFFF;
	line-height: 16px;
	text-align:right;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 2px solid #0033AC;
	font-style: italic;
}

h2 {
	font-size: 14px;
	color: #0033AC;
	margin-top: 20px;
	margin-bottom: 10px;
	font-style: bold;
}

#adressblock {
   display: block;
   width: 99%;
   height: auto;
   text-align: left;
   border-bottom: 1px solid #A8A8A8;
   padding-top: 10px;
   padding-bottom: 10px;
   	margin: 0px;
}

#adressblock .links {
   float: left;
   display: block;
   width: 40%;
   text-align: left;
}

#adressblock .rechts {
   float: left;
   display: block;
   width: 49%;
   margin-left:10px;
   text-align: left;
}

#news {
   display: block;
   width: 99%;
   height: auto;
   text-align: left;
   border-bottom: 1px solid #A8A8A8;
   padding-top: 10px;
   padding-bottom: 10px;
   	margin: 0px;
}

#mitglieder tr {
   border-bottom: 1px solid #A8A8A8;
}

#mitglieder td {
    height: auto;
   text-align: left;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-right:10px;
   margin: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   border-bottom: 1px solid #A8A8A8;
   border-left: 0px;
   border-right: 0px;
}

#mitglieder p {
   padding: 0px;
   margin: 0px;
}

