/* **** Generated CSS **** */

/* **** Datei _presets.css **** */

@media screen {
body {
	padding: 0px;  margin: 0px;
	font: 12px Arial; 
  	background:#FFFFFF;
	color: #000000; 
	text-align:center;
	
	background-image: url(../bilder/bg.jpg);
	background-repeat: repeat-y;
}

p {
  margin: 1em 0 1px;
}

ul {
  margin: 1px 0 1em;
  padding-left:20px;
}

h1 {
	font: bold 18px/22px Arial, Helvetica, sans-serif;
	padding: 5px 0;
}

h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 5px 0;
}

h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px 0;
}

h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 5px 0;
}

img {	/* Whitespace-Bugfix */
	vertical-align:bottom;
	border:0;
}

form {	/* form-margin bugfix */
	margin:0;
}

div {		/* behebt Darstellungsprobleme */
	position:relative;
}

li {				/* behebt Darstellungsprobleme bei ol */
	display:list-item;
}
}
/* **** Datei _struktur.css **** */

@media screen {
body {
	height:100%;
}

#main {				/*seiten-Rahmen für zentrierte Darstellung*/
	width:996px;
	height:599px;
	margin:20px auto;
	text-align:left;
}

#main_bg {		
	position: absolute;
	top: 0px;
	left: 0px;
	width:996px;
	height:599px;
	text-align:left;
	background-image: url(../bilder/bg_main.png);
}

#content {
	height:315px;
	left:491px;
	position:absolute;
	top:115px;
	width:492px;
	
	background-image: url(../bilder/bg_content.jpg);
}

#content_start {
	height:315px;
	left:10px;
	position:absolute;
	top:115px;
	width:478px;
	
	background-image: url(../bilder/rls_linkes_feld_news.png);
}

#content_start h2 {
	float: left;
	width: 350px;
	font-size: 12px;
}

#content_start .teaser {
	
}

#content_start .content {
	padding: 20px 0 0 20px;
}

#inhalt {
	height:315px;
	overflow:auto;
}

#inhalt.kurz {
	height:290px;
	overflow:auto;
	border-bottom: 1px solid #CCCCCC;
}

#inhalt.kurz .border {
 	padding: 0px 40px 10px 30px;
}

#content #inhalt {
	width:492px;
}

#paging {
	text-align: center;
	padding-top: 3px;
}

#sprachen {
}

#menu {
	height:18px;
	left:8px;
	position:absolute;
	top:90px;
	width:800px;
}

#upper_left {
	right: 8px;
	position:absolute;
	top:11px;
	text-align: left;
}

#navigation {
	text-align: right;
}

#suche {
	padding:5px;
	height:15px;
	width:176px;
	left:545px;
}

#media {
	left:8px;
	position:absolute;
	top:115px;
	width:480px;
	height:315px;
	overflow: hidden;
	/*background-color: #DDDDDD;*/
}

#media_holder {
	width:480px;
	height:315px;
}

#auswahl {
	height:150px;
	left:8px;
	position:absolute;
	top:438px;
	width:975px;
	
	background-image: url(../bilder/bg_auswahl.jpg);
}

#details {
	height:315px;
	left:8px;
	position:absolute;
	top:115px;
	width:303px;
	
	background-image: url(../bilder/bg_details.jpg);
}

#details .page_buttons {
	position:absolute;
	bottom:5px;
	left:10px;
	padding:3px 10px;
}

#details .page_buttons a {
	text-decoration:none;
}

#info_content {
	height:315px;
	left:315px;
	position:absolute;
	top:115px;
	width:667px;
	
	background-image: url(../bilder/bg_info.jpg);
}

#info_content #inhalt {
	width:667px;
}

#logo {
	left: 8px;
	position:absolute;
	top:22px;
	width: 190px;
	height: 50px;
}

#copyright {
	position:absolute;
	bottom:-15px; /* unter der seite */
	left:0;
	width:100px;
	height:15px;
	letter-spacing:1px;
}

#inprint {
	left:315px;
	position:absolute;
	bottom:-16px;
}

#kontakt {
	right: 8px;
	position:absolute;
	top:91px;
	text-align: right;
}

#kontakt a {
	font-size: 11px;
	text-decoration: none;
}

.paging {
	position: absolute;
	right:20px;
	top:17px;
}

#breadcrumbs {
	left: 15px;
	position:absolute;
	top:15px;
	width: 945px;
	z-index: 10;
}

#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}


#breadcrumbs .backlink {
	color:black;
}

#breadcrumbs div {
	float: left;
	margin-right: 3px;
}

#breadcrumbs a.backlink:hover {
	text-decoration: none;
	color:#C2233D;
}

#breadcrumbs img {
	position:relative;
	top:-2px;
}

#breadcrumbs a {
	font-weight: bold;
}
}
/* **** Datei formular.css **** */

@media screen {
.formular_wrap {
	width:620px;
	height:350px;
	text-align:left;
}

.formular_wrap input, td input, span input, .input, .element input, .label input, #inhalt input, #inhalt .input {
	border:1px solid grey;
	margin-bottom:2px;
}

select {
	width:205px;
}

.formular_wrap h1 {
	margin-top:0px;
	margin-bottom: 10px;
}

.formular_wrap div {
	
}

span.label {
	display:block;
	float:left;
	width:80px;
}

span.element {
}

span.elementonly {
	margin-left:80px;
}

.error {
	color:red;
	margin-top:3px;
	margin-bottom:3px;
	text-align:right;
	width:284px;
}

textarea {
	width: 225px;
	margin-bottom: 5px;
}
}
/* **** Datei inhalt.css **** */

@media screen {
.text {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:black;
	overflow:visible;
}

.border {
	padding:10px;
}

#inhalt .border { 
	padding:10px 40px 10px 30px;
}

#content_start .border { 
	padding:10px 0 0 20px;
}

.ueberschrift {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding:5px 0 5px 0;
	margin: 0px;
}

.mediumleft { margin: 0 5px 0 0;  padding: 0;  text-align:right;  float:left; display:block; }
.mediumright { margin: 0 0 0 5px;  padding: 0;  text-align:left;  float:right; display:block; }
.mediumcenter { margin: 0;  padding: 0; text-align:center; display:block; }
.mediumHintergrund { color:white;  background:gray; display:block; }
.mediumBeschriftung { font: normal 12px Arial, Helvetica, sans-serif;  text-align: left;  padding: 0 3px; }
.mediumCopyright { font: normal 12px Arial, Helvetica, sans-serif;  text-align: left;  font-style: italic;  padding: 0 3px; }

.teaserbild { float:left;  margin-right:5px; }

.linkunten { 
	clear:both;
}

.linkunten a, .linkunten a:link, .linkunten a:active, .linkunten a:visited {
}

.linkunten a:hover {
}

#inhalt ul {
	margin-top: 5px;
}
#inhalt li {
	margin-bottom: 2px;
}

.content_col1 {
	float: left;
	width: 280px;
	overflow: hidden;
}
.content_col2 {
	float: left;
	width: 280px;
	overflow: hidden;
	margin-left: 30px;
}
}
/* **** Datei lightwindow.css **** */

@media screen {
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 3px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(../bilder/leer.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(../bilder/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(../bilder/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(../bilder/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(../bilder/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(../bilder/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(../bilder/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		text-align: right;		
		cursor: pointer;
		color: #CD1F40;
		background-color: #ffffff;
		line-height: 25px;
		padding: 2px;
		margin: 0;
		text-decoration: none;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
		background-color: #CD1F40;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}



}
/* **** Datei menu.css **** */

@media screen {
#menu a {
	text-decoration:none;
}

ul.menu, ul.subsubmenu {
	margin:0;
	padding:0;
}

ul.submenu, #submenu ul {
	margin:0;
	padding:0;
}

ul.menu li {		/* float:left clear:left gegen Whitespace Bug */
	list-style-type:none;
	display:block;
	float:left;
	
	margin-right: 3px;
}

ul.submenu li {
	list-style-type:none;
	display:block;
	float:left;
	margin-right: 0px;
}

ul.submenu li a {
	display:block;
	
	width: 114px;
	height: 50px;
	font-size: 13px;
	
	color: white;
	font-weight: bold;

	text-align:center;	
	text-decoration: none;
	
	padding-top: 9px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 41px;
	}
	html>body ul.submenu li a {
	height: 41px;
}


ul.submenu li a:active,ul.submenu li a:hover, ul.submenu li a.aktiv  {

	color: white;
	font-weight: bold;
	text-decoration: underline;
}


/*menu*/
ul.menu li a, ul.menu li a:link, ul.menu li a:visited, ul.menu li a:active {
	display:block;
	width:100px;
	color:white;

	white-space:nowrap;
	text-align: center;

	font-size: 11px;
	padding-top: 2px;
	
	background-image: url(../bilder/bg_button.jpg);
	background-repeat: no-repeat;	
			
	voice-family: "\"}\"";
	voice-family: inherit;
	height:18px;
	}
	html>body #myDIV {
	height:16px;
}

/*submenu (erbt menu)*/
ul.menu ul.submenu li a, ul.menu ul.submenu li a:active, ul.menu ul.submenu li a:link, ul.menu ul.submenu li a:visited{
	width:100px;
	padding-left:20px;
	white-space:nowrap;
}

ul.menu li a:hover, ul.menu li a.aktiv:hover, ul.menu li a.aktiv {
	/*background-image: url(../bilder/bg_button_hover.jpg);*/
}


#submenu ul li {
	list-style-type:none;
	display:block;
	float:left;
}

#submenu ul li a {
	display: block;
	margin-right: 5px;
}


#menu a.c00A5B6, #menu a.h00A5B6:hover, #menu a.h00A5B6:active  {
	background-image: url(../bilder/bg_button_00A5B6.jpg);
}

#menu a.c53A1D1, #menu a.h53A1D1:hover, #menu a.h53A1D1:active   {
	background-image: url(../bilder/bg_button_53A1D1.jpg);
}

#menu a.c878889, #menu a.h878889:hover, #menu a.h878889:active   {
	background-image: url(../bilder/bg_button_878889.jpg);
}

#menu a.cA9CB71, #menu a.hA9CB71:hover, #menu a.hA9CB71:active {
	background-image: url(../bilder/bg_button_A9CB71.jpg);
}

#menu a.cDB0031, #menu a.hDB0031:hover, #menu a.hDB0031:active  {
	background-image: url(../bilder/bg_button_DB0031.jpg);
}

#menu a.cF29400, #menu a.hF29400:hover, #menu a.hF29400:active {
	background-image: url(../bilder/bg_button_F29400.jpg);
}

#menu a.cFABA00, #menu a.hFABA00:hover, #menu a.hFABA00:active {
	background-image: url(../bilder/bg_button_FABA00.jpg);
}

ul.menu li a:hover, ul.menu li a.aktiv:hover {

}

#details ul {
	margin:0;
	padding:0;
}

#details ul li {		/* float:left clear:left gegen Whitespace Bug */
	list-style-type:none;
	float:left;
	clear:left;
	width:260px;
	margin: 0 0 2px 10px;
	background: url(../bilder/pfeil_klein_53A1D1.jpg) no-repeat 2px 2px;
}

#details ul li a {
	display:block;
	padding-left:18px;
	text-decoration: none;
}

#details ul li img {
	position: relative;
	top: -2px;
}

#details h2 {
	
}

#submenu {
	padding: 42px 0pt 0pt 15px;
}

a.aktiv {
	font-weight: bold;
}
}
/* **** Datei navigation.css **** */

@media screen {
#navigation a {
	text-decoration:none;
}

ul.navigation {
	margin:0;
	padding:0;
}

ul.navigation li {
	display:inline;
	list-style-type:none;
	padding:0 5px;
}

ul.navigation li a, ul.navigation li a:link, ul.navigation li a:active, ul.navigation li a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	color:black;
}

ul.navigation li a:hover, ul.navigation li a.aktiv:hover, ul.navigation li a.aktiv {
	color:#C2233D;
}
}
/* **** Datei print.css **** */

@media print {
body {

}

#main {				/*seiten-Rahmen für zentrierte Darstellung*/
/*
	width:996px;
	height:599px;
	margin:20px auto;
	text-align:left;
*/
}

#main_bg {		
	display: none;
}

#content {
/*
	height:315px;
	left:491px;
	position:absolute;
	top:115px;
	width:492px;
	
	background-image: url(../bilder/bg_content.jpg);
*/
}

#inhalt {
/*
	height:315px;
	overflow:auto;
*/
}

#inhalt.kurz {
/*
	height:290px;
	overflow:auto;
	border-bottom: 1px solid #CCCCCC;
*/
}

#inhalt.kurz .border {
 	padding: 0px 40px 10px 30px;
}

#content #inhalt {

}

#paging {
	display: none;
}

#sprachen {
}

#menu {
	display: none;
}

#upper_left {
	display: none;
}

#navigation {
	text-align: right;
}

#suche {
	display: none;
}

#media {
	display: block;
}
:root  #media_holder {
	display: none;
}


#auswahl {
	display: none;
}

#details {

}

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

#details .page_buttons {

}

#details .page_buttons a {
	text-decoration:none;
}

#info_content {

}

#info_content #inhalt {

}

#logo {

}

#copyright {

}

#inprint {
	text-align:center;
}

#kontakt {
	display: none;
}

#breadcrumbs {
	display: none;
}

#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}


#breadcrumbs .backlink {
	color:black;
}

#breadcrumbs div {

}

#breadcrumbs a.backlink:hover {
	text-decoration: none;
	color:#C2233D;
}

#breadcrumbs img {

}

#breadcrumbs a {
	font-weight: bold;
}

#lightwindow {
	display: none;
}

#lightwindow_overlay {
	display: none;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.4em;
}

/*a:after {content: "(" attr(href) ") "; } */
}
/* **** Datei style.css **** */

@media screen {
a  {
	text-decoration: underline;
	color:black;
}

a:hover {
}

#copyright a {
	font: 9px Arial, Helvetica, sans-serif;
	color:black;
	text-decoration:none;
}

.clear { clear:both;  height:1px;  line-height:1px;  font-size:1px; }

#suche {
	font-size:11px;
	left:545px;
	position:absolute;
	top:6px;
}

#suche input {
	position:absolute;
	top:3px;
	right:5px;
	font-size: 11px;
	border: 1px solid #878889;
	background-color: #DDDDDD;
	width:118px;
}



.suchfeld {
}

.breadcrumbs span {
	font-weight: bold;
}

.p5 {
	padding: 5px;
}

#inprint, #inprint a {
	font-size: 11px;
	color: #878889;
}

#navigation, #navigation a {
	font-size: 11px;
}

#details h2 {
	font-size: 13px;
	margin-top: 0px;
}

#info_content .linkunten {
	margin-top: 5px;
	padding-right: 10px;
	text-align: right;
}

#info_content .linkunten a {
	text-decoration: none;
}

#info_content .linkunten img {
	position: relative;
	top: -2px;
}

.suchetexte em {
	color: #CD1F40;
	font-weight: bold;
}
}
/* **** Datei transparenz.css **** */

@media screen {
.alpha100 {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.alpha80 {
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

.alpha70 {
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.alpha60 {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

.alpha50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

.alpha30 {
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
	opacity:0.30;
}

}
