/* 1layout.css
/* $Id$
/* coding: ascii, tab:4
/*/

/*
/* layout, Topografie, wireframe, navigation, feste Elemente
/*/
#dummy .color { color:#dcb480; } /* gold */
#dummy .color { color:#919887; } /* grau */
#dummy .color { color:#CFD6C3; } /* hellgruen */	
#dummy .color { color:#FFFFEA; } /* beige */	
#dummy * {
	margin: 0;
	padding: 0;
	background: url(img/top.jpg);
}
div#mantel {
	margin: 0 auto 2em auto;
	width: 1185px;
}
div#mantelPad {
}
div#mantel2 {
	margin: 0 auto 5em auto;
	width: 1183px;
	background: #555;
	color: #000;
}
div#mantel2Pad {
}
div#header {
	width: 1185px;
	height: 200px;
	border: 0px solid #cfd6c3;
	border-bottom: 0px solid #f6f4eb;
	background: transparent;
}
div#headerPad {
	border-bottom: 0px #213120 solid;
	top: -28px;
	position: relative;
}
#logo {
	position: absolute;
	top: 40px;
	left: 60px;
}
div#torso {
	width: 1185px;
	/* min-height: 200px; */
}
div#torsoPad {
	position: relative;
}
div#footer {
	width: 1185px;
	height: 20px;
	border-left: 0px solid #CFD6C3;
	border-right: 0px solid #CFD6C3;
}
div#footerPad {
	position:relative;
}

div#lcol {
	float: left;
	margin: 170px 0 0 0;
	padding: 0 0 0 57px;
	width: 200px;
}
div#mcol {
	float: left;
	margin-top: 35px;
	padding-bottom: 80px;
	margin-left: 40px;
	width: 800px;
}
div#mcolPad {
}

div#rcol {
	float: right;
	margin: 30px 0 0 0;
	padding: 0 10px 0 0;
	width: 200px;
	background: #fff6c0;
	background: url(../../redaktion/bilder/lcolback.jpg) repeat-x top;
}

#aktionen {
	margin-top: 30px;
	background: #fff6c0;
	background: url(../../redaktion/bilder/lcolback.jpg) repeat-x top;

}
.out {
	position: absolute;
	left: -3000px;
	top: -3000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/*
 * hnav, header navigation, Kopfnavigation
 */
#hnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: none;
}
#hnav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#hnav ul li {
	display: inline;
	margin: 0;
}
#hnav ul li a {
	padding: 0 10px 0 0;
	color: #A7A9AB;
	text-decoration: none;
	font-size: 1.1em;
}
#hnav ul li a:hover,
#hnav ul li a:focus {
	color: #fff;
}
#hnav ul li a.active {
	color: #fff;
	border-bottom: 0px solid #999;
}
/*
 * mnav, main navigation, Hauptmen�
 */
#mnav {
	position: absolute;
	top: 188px;
	left: 213px;
	bottom: 10px;
	font-weight: bold;
	font-size: 96.00%; /* 114.29, 16/14 */
}
#mnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}
#mnav ul li {
	display: inline;
	margin: 0;
	text-align: left;
}
#mnav ul li a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 0 30px 0 0;
}
#mnav ul li a:hover,
#mnav ul li a:focus,
#mnav ul li a:visited:hover {
	color: #dcb480;
}
#mnav ul li a.active {
	color: #dcb480;
	border-bottom: 0 solid #999;
}
/*
 * nnav, subnavigation
 */
#nnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.08em;
	font-weight: bold;
	font-size: 80.00%; /* 114.29, 16/14 */
}
#nnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nnav ul li {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#nnav ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0 0 0px;
	height: 27px;
	display: block;
	border-bottom: 1px solid #5f4536;
}
#nnav ul ul {
	margin-left: 15px;
}

#nnav ul li a:hover,
#nnav ul li a:focus {
	color: #dcb480;
}

#nnav ul li a:visited:hover,
#nnav ul li a:focus {
	color: #dcb480;
}


#nnav ul li a.active {
	color: #dcb480;
	border-bottom: 0px solid #999;
}


#nnav ul li ul li a.lastnav {
	margin-bottom: 20px;
}
	
/*
 * fnav, footer navigation, Menue im Seitenfuss
 */
#fnav {
	margin: 5px 30px 20px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
	letter-spacing: 0.25px;
	font-size: 71.43%; /* 10/14 */
}
#fnav ul {
	border: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	margin: 0 10px 0 0;
}
#fnav ul li {
	display: inline;
	text-align: right;
	padding: 0;
	margin: 0;
}
#fnav ul li a {
	padding: 1px 8px 3px 8px;
	color: #dcb480;
	text-decoration: none;
	font-weight: bold;
}
#fnav ul li a.active {
	color: #fff;
}
#fnav ul li a:hover,
#fnav ul li a:focus {
	text-decoration: none;
	color: #fff;
}
/*
 * header elements, Elemente im Kopfbereich
 */
#headerPad-DISABLED {
	background: url(img/top1.jpg);
	height: 180px;
}
#header h1 {
	color: #ccc;
	font-weight: bold;
	font-size: 1em;
	font-family: Georgia,"Times New Roman",Times,serif;
	line-height: 120%;
	letter-spacing: 1px;
}
#header h1 a {
	color: #ccc;
	text-decoration: none;
}
/*
 * lcol, left column, Elemente der linken Spalte
 */
#lcol p {
	color: #1c0001;
	font-size: 0.85em;
	line-height: 150%;
	padding: 10px 0px 10px 15px;
	margin: 0 0 0 0;
}

#lcol h1 {
	color: #1c0001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.04em;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 130%;
	padding: 0 0 0 15px;
}


#lcol h2 {
	color: #1c0001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.04em;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 120%;
	padding: 20px 0 0 15px;
}

#lcol a {
	text-decoration: none;
	color: #b6915f;
	font-weight: bold;
	font-size: 1em;
	line-height: 160%;
	margin: 0;
}
#lcol a:hover,
#lcol a:focus {
	color: #1c0001;
	text-decoration: none;
}
#lcol a:visited {
	text-decoration: none;
}
#lcol a:visited:hover {
	text-decoration: none;
	color: #1c0001;
}


#player_78    { border: 1px solid #dcb480; }

/*
 * rcol, right column, Elemente der rechten Spalte
 */
#rcol p {
	color: #1c0001;
	font-size: 0.85em;
	line-height: 150%;
	padding: 10px 0px 10px 15px;
	margin: 0 0 0 0;
}

#rcol h1 {
	color: #1c0001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.04em;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 130%;
	padding: 0 0 0 15px;
}


#rcol h2 {
	color: #1c0001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.04em;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 120%;
	padding: 20px 0 0 15px;
}

#rcol a {
	text-decoration: none;
	color: #b6915f;
	font-weight: bold;
	font-size: 1em;
	line-height: 160%;
	margin: 0;
}
#rcol a:hover,
#rcol a:focus {
	color: #1c0001;
	text-decoration: none;
}
#rcol a:visited {
	text-decoration: none;
}
#rcol a:visited:hover {
	text-decoration: none;
	color: #1c0001;
}

#rcol img {
	margin: 12px 0 5px 5px ;
}

#rcol .col-11	{ color: #5aaade; } /* dg+2 */


.frame-right {
	margin: 12px 0 5px 5px;
}

/*
 * Elemente im Fussbereich
 */
#footer p {
	margin: 0;
	padding: 0;
}
#footer p a {
	color: #666666;
	text-decoration: none;
}

