@charset "UTF-8";
/* CSS Document */
	
a:link      {
	font-family: Verdana, Geneva, sans-serif;
	color: #496682;
	font-size: 8pt;
	font-style: italic;
	text-decoration: none
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #496682;
	font-size: 8pt;
	font-style: italic;
	text-decoration: none
}
a:hover   { 
font-family: Verdana, Geneva, sans-serif;
color: #9a978a; 
font-size: 8pt; 
font-style: normal; 
text-decoration: none 
}

/* Absatz und Zeichenformatierung */
p, b 	  {
	color: #5a5851;
	font-size: 9pt;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 135%;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.italicBlack {
	color: #000;
	font-style: italic;
}
.versalien {
	color: #5a5851;
	font-size: 9pt;
	text-transform: uppercase;
	}
#menu p {
	color: #FFF;
	font-style: italic;
	padding-left: 10px;
}

#zitat p {
	color: #FFF;
	font-style: italic;
}
#partner p {
	padding-left: 0px;
}
#partner .webrubrik {
padding-left: 10px;
}
#flattrContainer .webrubrik {
padding-left: 10px;
}
#flattrContainer p {
	padding-left: 20px;
}
.text10pt {
	font-size: 10pt;
	color: #5a5851;
}
.artikelHead{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 120%;
}
.artikelSubhead{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}
.adresse {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 8pt;
	font-style: normal;
	margin-top: 10px;
}

.text11pt {
	font-size: 11pt
}


.artikelHead_1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 120%;
}
.heftrubrik {
	color: #F00;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 10px;
}
.linkBeschreibung {
	font-family: Verdana, Geneva, sans-serif;
	color: #5a5851;
	font-size: 7pt;
	font-style: normal;
	margin-bottom: 10px;
}
.ubersicht{
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
	width: 315px;
	left: -10px;
}
.ubersicht p {
	margin-top: 10px;
	border-bottom: dashed 1px;
	margin-bottom: 10px;
	margin-left: 10px;
}
p img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.webrubrik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	margin-top: 10px;
	margin-right: 0px;
	border-bottom: dashed 1px;
}
.liste	  {
	margin-bottom: 5px;
}

/* Textfarben */

.rot {
	color: #F00;
	font-weight: bold;
}
.black {
	color: #000000
}
.blackBold {
	color: #000000; 
	font-weight: bold; 
}
.blackBoldUnderline {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* Seitenelemente */

#inhalt         {
	margin-left: -512px;
	padding: 0;
	position: relative;
	top: -10px;
	left: 50%;
	width: 1024px;
	height: 300%;
	z-index: 1;
	visibility: visible;
}
#seite-fond {
	background-color: #FFF;
	height: 5751px;
	width: 1044px;
	left: 0px;
	top: 0px;
	z-index: 9;
	position: absolute;
	visibility: visible;
}
#titelFond {
	background-image: url(../bilder/key-visual-2.jpg);
	background-color: #fffae6;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 1024px;
	height: 380px;
	z-index: 8;
	visibility: visible;
}
#logo {
	height: 180px;
	width: 1013px;
	left: 1px;
	top: 39px;
	z-index: 3;
	position: absolute;
	visibility: visible;
	border-bottom: 1px solid #FFF;
	padding-left: 10px;
}
#themen {
	height: 27px;
	width: 300px;
	left: 72px;
	top: -8px;
	z-index: 7;
	position: relative;
	visibility: visible;
	text-align: left;
	color: #FFF;
}
#linieHead {
	height: 10;
	width: 713px;
	left: 308px;
	top: 130px;
	z-index: 10;
	position: absolute;
	text-align: right;
	overflow: hidden;
	visibility: visible;
}
#linieMenu {
	height: 5px;
	width: 1024px;
	left: 11px;
	top: 237px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	border-bottom: solid 1px #fff;
}

/* Menu */

#menu {
	position: absolute;
	visibility: visible;
	height: 50px;
	width: 680px;
	z-index: 14;
	top: 220px;
	left: 115px;
	background-color: none;
}

ul#navigation-1
	{ margin:0; padding:1px 0; list-style:none; width:100%; height:21px;}
ul#navigation-1 li
	{ margin:0; padding:0; display:block; float:left; position:relative; width:135px; }
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited
	{
	padding:4px 0;
	display:block;
	text-align:left;
	text-decoration:none;
	background:#0084AA;
	color:#ffffff;
	width:135px;
	height:13px;
}
ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active
	{ padding:4px 0; display:block; text-align:left; text-decoration:none; background:#000; color:#ffffff; width:135px; height:13px;  }
	
ul#navigation-1 li ul.navigation-2
	{ margin:0; padding: 0; list-style:none; display:none; width:135px; position:absolute; top:21px; }
ul#navigation-1 li:hover ul.navigation-2
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li
	{ width:135px; clear:left; width:135px; }

ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited
	{ clear:left; background:#a1abcc; padding:4px 0; width:135px; border:none; position:relative; z-index:1000; }
ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover
	{ clear:left; background:#7580a6; padding:4px 0; width:135px; border:none; position:relative; z-index:1000; }

ul#navigation-1 li ul.navigation-2 li ul.navigation-3
	{ display:none; margin:0; padding:0; list-style:none; position:absolute; left:135px; top:0px; z-index:900; }
ul#navigation-1 li ul.navigation-2 li:hover ul.navigation-3
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited
	{ background:#7580a6; }
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active
	{ background:#505b81; }
ul#navigation-1 li ul.navigation-2 li a span
	{ position:absolute; top:0; left:132px; font-size:12pt; color:#ec454e; }
ul#navigation-1 li ul.navigation-2 li:hover a span,
ul#navigation-1 li ul.navigation-2 li a:hover span
	{ position:absolute; top:0; left:132px; font-size:12pt; color:#ffffff; }
	
/* dreispaltiges Layout */

#spalteLinks {
	background-color: #fffae6;
	height: 5297px;
	width: 325px;
	left: 10px;
	top: 300px;
	z-index: 13;
	position: absolute;
	visibility: visible;
	border: dashed 1px #5a5851;
	overflow: visible;
	border-left-style: 0px;
	border-top: 0px;
	padding-top: 5px;
}

#spalteMitte {
	background-color: #fffae6;
	text-align: left;
	height: 3680px;
	width: 504px;
	left: 335px;
	top: 300px;
	z-index: 12;
	position: absolute;
	visibility: visible;
	border: dashed 1px #5a5851;
	border-top: 0px;
	padding-top: 5px;
}
#linie {
	height: 5px;
	width: 504px;
	left: 0px;
	top: 0px;
	position: relative;
	z-index: 7;
	visibility: visible;
	border-bottom: solid 1px #5a5851;
}
#spalteMitte-Inhalt {
	background-color: #E7EAF4;
	text-align: left;
	height: 3935px;
	width: 504px;
	left: -1px;
	top: 10px;
	z-index: 4;
	position: relative;
	visibility: visible;
	border: dashed 1px #5a5851;
}

/*rechte Spalte Homepage*/

#partner {
	background-color: #fffae6;
	height: 512px;
	width: 194px;
	left: 838px;
	top: 300px;
	z-index: 11;
	position: relative;
	visibility: visible;
	border: dashed 1px #5a5851;
	border-right-style: 0px;
	border-top: 0px;
	padding-top: 5px;
	border-left: dashed 1px #5a5851;
}

/* Banner */
#randomdiv1 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: relative;
}
#randomdiv2 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: relative;
}
#randomdiv3 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: relative;
}
#randomdiv4 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: relative;
}
#randomdiv5 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: relative;
}
#randomdiv6 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: relative;
}
#random2div1 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: absolute;
	top: 190px;
}
#random2div2 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: absolute;
	top: 190px;
}
#random2div3 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: absolute;
	top: 190px;
}
#random2div4 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: absolute;
	top: 190px;
}
#random2div5 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: absolute;
	top: 190px;
}
#random2div6 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: absolute;
	top: 190px;
}
#random2div7 {
	margin-left: 10px;
	height: 100px;
	width: 170px;
	z-index: 12;
	position: absolute;
	top: 190px;
}

/* flattr */

#flattrContainer {
	height: 195px;
	width: 194px;
	left: 0px;
	top: 343px;
	z-index: 15;
	position: absolute;
	text-align: left;
	overflow: hidden;
	visibility: visible;
	border-top: dashed 1px;
}
#flattr {
	height: 20;
	width: 100px;
	left: 20px;
	top: 145px;
	z-index: 100;
	position: absolute;
	text-align: right;
	overflow: hidden;
	visibility: visible;
}

#spalteRechts {
	background-color: #fffae6;
	height: 4805px;
	width: 194px;
	left: 838px;
	top: 815px;
	z-index: 10;
	position: absolute;
	visibility: visible;
	border: dashed 1px #5a5851;
}

#links {
	height: 30px;
	width: 193px;
	left: 0px;
	top: -32px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

/* zweispaltiges Layout */
#spalteLinks2 {
	background-color: #fffae6;
	height: 5297px;
	width: 819px;
	left: 10px;
	top: 300px;
	z-index: 13;
	position: absolute;
	visibility: visible;
	border: dashed 1px #5a5851;
	overflow: visible;
	padding-left: 10px;
}
#spalteLinksTitel {
	height: 30px;
	width: 1024px;
	left: 0px;
	top: -32px;
	position: absolute;
	visibility: visible;
	border: solid 1px #FFF;
	z-index: 1;
	border-left: none;
	border-right: none;
}
#spalteLinksInhalt {
	height: 100px;
	width: 729px;
	left: 0px;
	top: 20px;
	position: relative;
	visibility: visible;
	z-index: 1;
	margin-bottom: 30px;
}
#spalteLinksBilder {
	height: 1000px;
	width: 410px;
	left: 0px;
	top: 20px;
	position: relative;
	visibility: visible;
	z-index: 1;
}
/*rechte Spalte WebExtra*/
/* flattr */
#flattrContainerWebExtra {
	background-color: #fffae6;
	height: 200px;
	width: 194px;
	left: 838px;
	top: 300px;
	z-index: 16;
	position: absolute;
	visibility: visible;
	border: dashed 1px #5a5851;
	border-top: 0px;
	padding-top: 5px;
}

#flattrWebExtra {
	height: 75px;
	width: 100px;
	left: 0px;
	top: 100px;
	z-index: 17;
	position: absolute;
	text-align: center;
	overflow: hidden;
	visibility: visible;
}

#spalteRechtsWebExtra {
	background-color: #fffae6;
	height: 5096px;
	width: 194px;
	left: 838px;
	top: 500px;
	z-index: 15;
	position: absolute;
	visibility: visible;
	border: dashed 1px #5a5851;
}
/* einspaltiges Layout */
#spalteLinks3Inhalt {
	background-color: #fffae6;
	height: 500px;
	width: 680px;
	left: 90px;
	top: 30px;
	z-index: 13;
	position: relative;
	visibility: visible;
	overflow: visible;
	text-align: right;
}
#heftseiten {
	background-color: #fffae6;
	text-align: left;
	vertical-align: top;
	height: 400px;
	left: 0px;
	top: 0px;
	z-index: 4;
	position: relative;
	width: 680px;
	overflow: auto;
	visibility: visible;
}
#spalteRechtsVorschau {
	background-color: #fffae6;
	height: 5298px;
	width: 194px;
	left: 839px;
	top: 300px;
	z-index: 15;
	position: absolute;
	visibility: visible;
	border: dashed 1px #5a5851;
	border-top: 0px;
	border-left: 0px;
}
