body {
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #C6D0D0;
	background-image: url(../bilder/bg_grad.jpg);
/* Mit dem folgenden den horizontalen Scrollbalken im IE verhindern */
         width:98%;
}
#-----------------------Body{}
#container {
	width: 900px;
	margin: auto;
	background-color: #ECF0F3;
}
#-----------------------Überschriften{}
#top {
	background-color: #3399cc;
	height: 9.0em;
	position: relative;
	vertical-align: middle;
}
/* DARC-Logo */
#top_logo {
	float: left;
	position: relative;
	top: 8px;
	text-align: center;
	width: 195px;
}
/* Schriftzug Ortsverband... */
#toptable {
	position: relative;
	left: 0em;
	top: 0.5em;
         margin-right: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #FFFFFF;
	text-align: right
}
/* Hyperlinks Startseite... */
#top_tools {
	float: right;
	position: absolute;
	left: 36.5em;
	top: 6.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #35556C;
	font-weight: normal;
	width: 25em;
	height: 1em;
	vertical-align: baseline;
}
/* Star-html mit spez. Einstellungen für Internet Explorer */
* html #top_tools {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	left: 46em;
        	top: 9em;
        	font-size: 9.5pt;
}
#top_tools a {
	text-decoration:none;
	color: #FFFFFF;
}
#top_tools a:link {
	text-decoration:none;
	color: #FFFFFF;
}
#top_tools a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
#top_tools a:hover {
	color: #000000;
	background-color: #ECF0F3;
}
#-----------------------Ende #top_tools{}
#-----------------------Linker Navigationsbereich{}
#navi {
	background-color: #ECF0F3;
	width: 204px;
	height: 800px;
        	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
         font-weight: bold;
	list-style-type: none;
	color: #003366;
	float: left;
}
#navi .active {
	background-color: #C0C0C0;
	font-weight: bold;
}

#navi a{
	color: #003366;
	text-decoration:none;
}
#navi a:visited {
	color: #003366;
	text-decoration:none;
}

#navi a.active {
	color: #FF3300;
	text-decoration:none;
}
#navi a:visited.active {
	color: #000000;
	text-decoration:none;
}
#navi a:hover{
	color: #000000;
	text-decoration:none;
	background-color: #99CCFF;
}
#navi h3 {
	padding-left: 5px;
	list-style-type: none;
	font-size: 8pt;
	border-top-style: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	font-weight: bold;
}

#navi ul {
	margin: 0px;
	padding-left: 5px;
	list-style-type: none;
}
#navi ul li{
	margin-top: 2px;
	margin-left: 10px;
}
#navi ul li.small{
         font-size: small;
}

#navi ul li ul{
	margin-top: 5px;
	margin-bottom: 5px;
}
#navi ul li ul li {
	margin-left: 5px;
}
#-----------------------Ende navi{}
#-----------------------Überschrift des rechten Bereichs für Inhalte{}
#content_head {
	width: 670px;
	height: 1em;
	text-align: left;
	vertical-align: middle;
 	float: right;
        	font-family: Arial, Helvetica,sans-serif;
	font-size: 32px;
	background-color: #3399cc;
	color: #FFFFFF;
	padding: 10px;
	padding-left: 0.5em;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ECF0F3;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #3399CC;
}
#-----------------------Rechter Bereich für Inhalte{}
#content {
	width: 681px;
	text-align: left;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	font-size: 0.75em;
	color: #37536E;
	background-color: #ECF0F3;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #ECF0F3;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3399CC;
}
* html #content {
         height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
        	width: 676px;

}
#-----------------------Freier Text im Content-Bereich{}
#content_text {
	margin-left: 5px;
        	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
* html #content_text {
         height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */

}

#content ul, p ul {
}

#content p {
}

#content strong {
	font-weight: bold;
}

#content h2 {
	margin-top: 5px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
}

#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
}
#-----------------------Hyperlinks im Content-Bereich{}
#content a {
	color: #37536E;
	text-decoration:underline;
}

#content a:link {
	color: #37536E;
	text-decoration:underline;
}
#content a:visited {
	color: #37536E;
	text-decoration:underline;
}

#content a:hover {
	color: #000000;
	text-decoration:underline;
	background-color: #999999;
}
#-----------------------Tabellen im Content-Bereich{}
#content table{
	margin-left: 5px;
}
#content td.head{
	font-size: 16px;
	font-weight: bold;
---------color: #6699cc;
	color: #013F9A;
         margin-left: 5px
}
#content td{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
#content td.smaller{
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
#content td.small{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#content td.bold{
	font-weight: bold;
}
#content table.tower{
         background-image: url(../gifs/zz_bg_20.gif);
         background-repeat: repeat-y;
}
.active a{
	background-color: #c7d1e4;
	color: #000000;
}
#-----------------------Ende Content{}
#liste {
	background-color: yellow;
         margin-left: 10px;
         color: blue;
	font-size: large;
         }
