#navcontainer
{
background: #fffff0;
border-top: 1px solid #fffff0;
font: normal normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 0;
}

@media all {
#navlist {
/*text-align: center*/
margin: 0 0 2% 18%; /*Passt die obere Navigationsleiste der rechten Inhaltsspalte und linken Sidebar an*/
}
}

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #996666;
margin: 0 1px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #900; /*helleres rot*/
border: 1px solid #fffff0;
bottom: 2px;
color: #fffff0;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #65021e;
bottom: 1px; /*auf 2px geändert*/
color: #fffff0;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #65021e;
bottom: 0px;
color: #fffff0;
position: relative;
right: 0px;
}

#navlist li#active
{
background: #369;
bottom: 1.1em; /*von 13px auf 1.1em geändert*/
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
background: #000;
margin: 0 4px 0 0; /*von 0 4px 0 4px geändert*/
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #fffff0;
border: 1px solid #fffff0;
bottom: 0;
color: #65021e;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}

/* CSS Document */

body {
	background: #65021e;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 4% 7%;
}

#wrap {
	background: #fffff0;
	border: 2px solid #fffff0;
	min-width: 680px;
	max-width: 1400px;
}

#header {
	background: #65021e;
	text-align: center;
	height: 225px;	
}

#sidebar {
	float: left;
	width: 18%
}

#sidebar .gutter {
	margin: 0 1% 0 15%;			
}

#sidebar ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	line-height: 1.7em;
	text-align: left;
	font: normal normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar li {
	margin: 0 0 3% 0;
}

#sidebar a:link, #sidebar a:visited {
	color: #65021e;
	text-decoration: none;
	padding-left: 10px;	
}

#sidebar a:hover, #sidebar a:active, #sidebar a:link.current, #sidebar a:visited.current {
	background: url(img/bullet.gif) no-repeat left;
	color: #65021e;
}

#content {
	background: #fffff0;
	float: right;
	width: 82%;
	font-size: 95%;
	line-height: 1.5em;
	margin: 0 0 -75px 0;
}

#content p {
	text-align: justify;
}

#content q {
	quotes:"\201E" "\201C";
}

#content .gutter {
	margin: 0 4% 0 0%;	
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	background: inherit;
	color:#900;
	text-decoration: none;
	border-bottom: 1px dotted #900;
}

#content a:link.imglink, #content a:visited.imglink, #content a:hover.imglink, #content a:active.imglink {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

#content h2 {
	margin: 0 0 1em 0;
	font-size: 130%;
	font-weight: bold;
	color: #65021e;
}

#content h3 {
	margin: 0 0 1em 0;
	font-size: 115%;
	font-weight: bold;
	color: #65021e;
}

#content h4 {
	margin: 2em 0 0.2em 0;
	font-size: 105%;
	font-weight: bold;
	color: #65021e;
	/*border-bottom: 2px solid #65021e; für Überschriften bei uDD-Beiträgen und Aktuelles*/
}

#content h5 {
	margin: 0 0 0.5em 0;
	font-size: 100%;
	font-weight: bold;
	color: #65021e;
}

#content img {
    /*display: block;*/
	margin: 15px auto 15px auto;
	padding: 2px;
	border: 1px solid #65021e;
}

#content a img {
	margin: 15px auto 15px auto;
	padding: 2px;
}

#content #boxcenter, #content #boxcenter p, #content #thumb_beschriftung, #content #beschriftung {
	text-align: center;
}

#content .achtung {
	color: #900;
	font-style: italic;
}

#content .pause {
	color: #080;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	font-style: italic;
}

#content address {
	font-style: normal;
	margin: -0.5em 0 0.8em 0;
}

#content a img {
	display: inline;
	border: none;
	margin: 1.6em;
}

#content table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

#content th {
	padding: 0 0 0 0.5em;
	font-size: 105%;
	color: #65021e;
}

#content td {
	border: 1px solid #65021e;
	padding: 0.5em;
	vertical-align: top;
}

#content caption {
	margin: 0 0 0.5em 0;
	font-size: 105%;
	font-weight: bold;
	color: #65021e;
	text-align: left;
}

#content iframe {
	border: 0;
	width: 100%;
	height: 1000px;
}

#content #floatbox {
	float: left;
}

#floatbox dl {
	margin: 0;
	padding: 0;
	float: left;
}

#floatbox dd {
	margin: 0;
	padding: 0;
	text-align: justify;
}

#floatbox dd.img img {
	float: left;
	margin-right: 0.5em;
}

#floatbox dd.text {
/*	margin: 1em;*/
	margin: 1em 0;
}

#floatbox .alt dd.img img {
	float: right;
}

#floatbox .alt2 dd.text {
	float: left;
}

#footer {
	text-align: center;
	height: 95px;
	clear: both;
	padding-top: 25px;
	padding-left: 24.15%;
	background: url(img/footer.gif) no-repeat top left;
}

#footer img {
	margin-left: 1%;
	border: 1px solid #65021e;
}

#copyr {
	background: #65021e;
	color: #ffffeb;
	margin: 0px;
	padding: 10px;
	font-size: 85%;
}

#deckblatt {
	background: #65021e;
	text-align: center;
}

#deckblatt #active a.ortsgruppe, #deckblatt #active a:link.ortsgruppe, #deckblatt #active a:visited.ortsgruppe, #deckblatt #active a:hover.ortsgruppe
 {
 	background: url(img/doggenkopf_li_re.gif);
	background: #65021e;
	text-align: center;
}
