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

@media screen {
body {
	padding: 0px;  margin: 0px;
	font: 12px Arial, Helvetica, sans-serif; 
  	background:#FFFFFF;
	color: #000000; 
	text-align:center;
}

td {
	font: 12px Arial, Helvetica, sans-serif; 
	color: #000000; 
}

p {
  margin: 0.6em 0;
}

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;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:white;
	border-width:0;
}

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

@media screen {
body {
	background:silver;
}

p {
	margin-top: 0px;
	margin-bottom: 16px;
}

#main {				/*seiten-Rahmen für zentrierte Darstellung*/
	width:992px;
	margin:20px auto 0;
	border-top:1px solid silver; /* abstand nach oben */
	text-align:left;
	background:white;
}

#content {
	margin-top:150px;
	width:992px;
	position:static;
	overflow:hidden;
	background:#D9DADB;
}

#inhalt {
	float:left; /* bei float hat display keine Wirkung. Um IE-Fehler zu vermeiden, immer display:inline; dazu */
	display:inline;
	position:static;
	margin-left:162px;
	width:630px;
	overflow:hidden; /* bei floatenden inhalten hilft das sehr */
	margin-bottom:-32000px;
	padding-bottom:32000px;
}

#right {
	float:left; /* bei float hat display keine Wirkung. Um IE-Fehler zu vermeiden, immer display:inline; dazu */
	display:inline;
	width:200px;
	overflow:hidden; /* bei floatenden inhalten hilft das sehr */
}

#navigation {
	float:left;
	display:inline;
	margin-top:15px;
	margin-left:-992px;
	width:160px;
	margin-bottom:18px;
	/*position:absolute;
	top:170px;
	left:0px;
	width:160px;*/
}

#navigation_oben {
	position:absolute;
	top:125px;
	left:790px;
}

#aktionen {
    width: 140px;
    margin-left: 11px;
	padding-bottom:5px;
	background:white;
	overflow:hidden;
}

#suche {
	position:absolute;
	top:125px;
	right:316px;
}

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

#inhalt_box {
	position:static;
	width:618px;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-top:0px solid gray;/*0 pixel border to fix firefox border bug*/
	border-bottom:0px solid gray;/*0 pixel border to fix firefox border bug*/
	background:white;
	padding-bottom:32000px;
	margin-bottom:-32000px;
	overflow:hidden;
}

.logo {
	position:absolute;
	top:28px;
	left:28px;
}

.welle {
	position:absolute;
	top:0;
	right:0;
}


}
/* **** Datei anfahrt.css **** */

@media screen {
#maps_suche {
	position:absolute;
	top:50px;
	left:0px;
	width:200px;
	height:100px;
}

#google_map {
	position:absolute;
	top:50px;
	left:250px;
	width:350px;
	height:350px;
}

#maps_ergebnis {
	position:absolute;
	top:400px;
	left:250px;
	width:340px;
	height:150px;
	overflow:auto;
}
}
/* **** Datei formular.css **** */

@media screen {
#Kontaktformular {
}

#Kontaktformular input {
	border:1px solid #444444;
}

#Kontaktformular div {
	width:450px;
	margin-bottom:2px;
}

#Kontaktformular .error {
	color:#ff0000;
}

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

span.element {
}

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

.error {
	color:red;
}

textarea {
	border:1px solid #444444;
	width:250px;
}

#inhalt_box .formular_infos {
	position:absolute;
	left:380px;
	top:30px;
	width:210px;
}
}
/* **** Datei inhalt.css **** */

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

.halbfett {
	font-weight:bold;
}

.suchtext {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:black;
	overflow:visible;
}

.text div {
	position:static; /* ie6 bugfix für die .mediumleft, .mediumcenter ect styles */
}

.border {
	padding:10px 15px 10px 20px;
	overflow:hidden;
}

.textbody {
	margin-top:10px;
}

.ueberschrift {
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	padding:10px 0 10px;
	/*margin:5px 0 10px;*/
	margin:0;
}

.ueberschrift_news {
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	padding:0 0 5px;
	margin:0;
}

h1.ueberschrift_dreispaltig {
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	padding:5px 0;
	margin:35px 0 0;
	text-decoration:underline;
	color:#444444;
}

h3.normal {
	font: bold 14px  Arial, Helvetica, sans-serif;
	padding:2px 8px 4px;
	margin:0;
}

h3.news_archiv {
	font: normal 12px  Arial, Helvetica, sans-serif;
	padding:0;
}

h4.newsarchiv {
	margin:0;
	padding:0;
	font-weight: bold;
	font-size: 12px;
}

#ueberschrift_info {
    position: absolute;
    top: 20px;
    right: 22px;
}

.popupueberschrift {
	font: bold 15px/17px Arial, Helvetica, sans-serif;
	padding:5px 20px;
	margin:5px 0 10px 0;
}

.extern a.nounderline {
	text-decoration:none;
}

.archivlink {
	margin-bottom:12px;
	width:170px;
}
/*h2.ueberschrift_dreispaltig {
	float:left;
	display:inline;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	padding:3px 0 5px;
	color:black;
	margin:0;
}

.inhalt_spalte h3 {
	float:left;
	display:inline;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#DB007A;
	padding:3px 0 15px;
	margin:0;
}*/

.extern {
	padding:10px 0;
}

.mediumleft { margin: 0 10px 0 0;  padding: 0;  text-align:right;  float:left; display:block; }
.mediumright { margin: 0 0 0 10px;  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; display:inline; margin-right:10px; width:150px; }
.teasertext { float:left; display:inline; width:215px; }
.teasertext_wide { float:left; display:inline; width:375px; }
.teasertop span {
	font:normal 12px Arial, sans-serif;
	display:block;
	padding:2px;
	margin-bottom:5px;
	background-color: #D9DADB;
}

.teasertop span.archiv {
	margin-bottom:0;
	width:170px;
}

.teasertop .date {
	text-align:left;
	color:black;
}

.borderbottom {
	margin:2px 0;
	padding:2px 0;
	border-bottom:1px solid #D9DADB;
	font-size:1px;
	line-height:1px;
	height:0;
}

.linkunten {
	clear:both;
}

.linkunten a {
}

.linkunten a:hover, .linkunten a:focus {
}

.internlink {
	margin:3px 2px 3px 0;
}

.topic img {
	position:absolute;
	top:0;
	left:0;
}

.topic {
	position:relative;
	display:block;
	height:38px;
	padding:0;
	padding-left:65px;
	margin:0;
	font:bold 18px/38px Arial, sans-serif;
	color:white;
	text-decoration:none;
}

.topic a {
	font:bold 18px/38px Arial, sans-serif;
	color:white;
	text-decoration:none;
}

.inhalt_menu {
	position:static;
	float:left;
	display:inline;
	overflow:hidden;
	width:168px;
	padding:10px 15px;
	margin-bottom:-32000px;
	padding-bottom:32005px;
}

/* html .inhalt_menu {
	 width: 197px! important;
}*/

.inhalt_main {
	float:left;
	display:inline;
	width:419px;
}

.inhalt_spalten {
	float:left;
	display:inline;
	width:419px;
}

.inhalt_dreispalten {
	position:static;
	float:left;
	display:inline;
	width:620px;
	overflow:hidden;
}

.inhalt_dreispaltenbottom {
	position:static;
	float:left;
	display:inline;
	width:620px;
	margin-bottom:-32000px;
	padding-bottom:32000px;

}

.inhalt_spalte {
	position:static;
	float:left;
	display:inline;
	width:170px;
	margin-bottom:-32000px;
	padding-bottom:32000px;
	overflow:hidden;
}

.inhalt_spaltebreit {
	position:static;
	float:left;
	display:inline;
	width:375px;
	margin-bottom:-32000px;
	padding-bottom:32000px;
	overflow:hidden;
}

.bogen_gross_wrap {
	width:419px;
	max-height:200px;
	overflow:hidden;
}

* html .bogen_gross_wrap {
	height: expression( this.scrollHeight > 199 ? "200px" : "auto" );
}

}
/* **** Datei lytebox.css **** */

@media screen {
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(bilder/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(bilder/leer.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(bilder/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(bilder/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(bilder/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(bilder/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(bilder/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(bilder/leer.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(bilder/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(bilder/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(bilder/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(bilder/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(bilder/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(bilder/close_grey.png) no-repeat; }
	#lbClose.red { background: url(bilder/close_red.png) no-repeat; }
	#lbClose.green { background: url(bilder/close_green.png) no-repeat; }
	#lbClose.blue { background: url(bilder/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(bilder/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(bilder/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(bilder/play_red.png) no-repeat; }
	#lbPlay.green { background: url(bilder/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(bilder/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(bilder/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(bilder/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(bilder/pause_red.png) no-repeat; }
	#lbPause.green { background: url(bilder/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(bilder/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(bilder/pause_gold.png) no-repeat; }
}
/* **** Datei menu.css **** */

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

ul.menu, ul.submenu, ul.subsubmenu {
	margin:0;
	padding:0;
	overflow:visible;
	position:static;
}

ul.menu li, ul.submenu li {		/* float:left clear:left gegen Whitespace Bug. */
	list-style-type:none;
	float:left; /* bei float hat display keine Wirkung. Um IE-Fehler zu vermeiden, immer display:inline; dazu */
	display:inline;
	clear:left; /* ohne clear:left vertikales menu */
	position:relative; /* für popup-menu benötigt */
	margin:0;
	/*width:164px;*/
}


/*menu*/
ul.menu li a {
	display:block;
	clear:both;
	width:160px;
	font:bold 12px/14px Arial, sans-serif;
	padding:3px 2px;
	text-decoration:none;
}

ul.menu li a span {
	float:left;
	display:inline;
	width:150px;
	cursor:pointer;
}

ul.menu li a span.bull {
	width:auto;
}

/*popup position
ul.menu ul.submenu {
	position:absolute;
	left:133px;
	top:0;
}

ul.menu ul.submenu li {
}*/

/*submenu (erbt menu) /*/
ul.menu ul.submenu li a {
	font-weight:normal;
	margin-left:20px;
}

/* aktiv */
ul.menu li a.aktiv {
	text-decoration:underline;
}

/* hover */
ul.menu li a:hover, ul.menu li a.aktiv:hover, ul.menu li a:focus, ul.menu li a.aktiv:focus {
	text-decoration:underline;
}

/* für popup-menu */
.popup_hover {
	display:none;
}
}
/* **** Datei navigation.css **** */

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

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

ul.navigation li {
	display:inline;
	list-style-type:none;
	padding:0 1px;
	font-size:12px;
}

ul.navigation li a img {
	float:left;
	display:inline;
	margin:7px 5px 6px 4px;
}

* html ul.navigation li a img {
	margin:7px 7px 6px 5px;
}

ul.navigation li a {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color:dimgray;
}

ul.navigation li a:hover, ul.navigation li a.aktiv:hover, ul.navigation li a.aktiv {
	color:#DB007A;
}

#navigation .trenner {
	display:none;
}

#navigation ul.navigation li {
	position:relative;
	float:left; /* bei float hat display keine Wirkung. Um IE-Fehler zu vermeiden, immer display:inline; dazu */
	clear:left; /* ohne clear:left vertikales menu */
	padding:0 0 0 10px;
	width:150px;
}

#navigation ul.navigation li a {
	font-weight:bold;
}

#navigation li a span {
	float:left;
	display:inline;
	margin:9px 8px;
	width:7px;
	height:4px;
	line-height:1px;
	font-size:1px;
	background:dimgray;
}

#navigation li a.aktiv span, #navigation li a:hover span, #navigation li a:focus span, #navigation li a.aktiv:hover span, #navigation li a.aktiv:focus span {
	background:#DB007A;
}
}
/* **** Datei print.css **** */

@media print {
#menu, #navigation, #navigation_oben, .inhalt_part, .inhalt_part_unten, .thickbox, 
.print_button, #suche, #copyright, .welle, .logo_menu, .teasertop, .linkunten,
.teaserbild, .topic img, .bogen_gross_wrap, .inhalt_menu, .startseite_top, .bogen_wrap, .menu, .link { display:none; }
.druck_visible { display:block; }
.topic a, .startseite_border a { color:black; text-decoration:none; }

#main { padding-top:100px; }
.logo { position:absolute; top:0; left:0; border:0; }

/*formular*/

span.label { float:left; width:100px; }
span.elementonly { margin-left:100px; }

}
/* **** Datei right.css **** */

@media screen {
.right_box .startseite_top a {
	width:125px;
}

.bogen_wrap {
	width:190px;
}

.right_box {
	float:left;
	display:inline;
	width:190px;
	margin:0;
	padding:0;
	margin-right:10px;
	background:white;
	overflow:hidden;
	padding-bottom:32020px;
	margin-bottom:-32000px;
}

.right_box a {
	text-decoration:none;
}

h2.ueberschrift_rechts, h2.ueberschrift_dreispaltig {
	font: bold 12px/13px Arial, Helvetica, sans-serif;
	padding:5px 0 0;
	margin-bottom:0;
	color: #444444;
}

h3 {
	font: bold 12px/13px Arial, Helvetica, sans-serif;
	color:#DB007A;
	padding:0 0 8px;
	margin:0;
}

#right h2.ueberschrift_rechts {
	padding-top:24px;
	margin-top:0;
}

div.inhalt_rechts {
	margin-bottom:20px;
}

#right .menu {
	padding:10px 0;
}
}
/* **** Datei startseite.css **** */

@media screen {
.startseite_top img{
	position:absolute;
	top:0;
	left:0;
}

.startseite_top a {
	display:block;
	width:133px;
	height:38px;
	padding-left:65px;
	font:bold 18px/38px Arial, sans-serif;
	color:white;
	text-decoration:none;
}

.startseite_box {
	float:left;
	display:inline;
	position:static;
	width:198px;
	border-left:1px solid silver;
	border-right:1px solid silver;
	margin-right:10px;
	background:white;
	padding-bottom:32000px;
	margin-bottom:-32000px;
}

.startseite_box div {
	width:198px;
}

.bogen {
	position:absolute;
	bottom:-2px;
	left:0;
}

.startseite_box a {
	text-decoration:none;
}

.startseite_box a.link {
	margin-right:15px;
}

div.startseite_border {
	font:normal 11px Arial, sans-serif;
	padding:10px 15px;
	color:gray;
	width:auto;
}

div.startseite_box div.clear {
	width:auto;
}

.startseite_border h2 {
	margin:0 0 5px;
	padding-top:0;
}

.startseite_border h2 a {
	font:bold 13px Arial, sans-serif;
}

.inhalt_part, .inhalt_part_unten {
	overflow:hidden;
	width:630px;
	position:static;
}

.inhalt_part_unten {
	float:left;
	display:inline;
	position:static;
	padding-bottom:32010px;
	margin-bottom:-32000px;
}
}
/* **** Datei style.css **** */

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

a:hover, a:focus {
}

a.link {
	text-decoration: underline;
}

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

.clear { line-height:0; font-size:1px; display:block; clear:both; padding:0; margin:0; }
.clear:after { line-height:0; font-size:1px; content: "."; display:block; height:0; clear:both; visibility:hidden; }
* html .clear { height:1%; }

#suche span {
	color: #444444;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	padding:0 10px 0 0;
}

#suche input {
	position:absolute;
	top:0;
	left:40px;
	font:normal 10px Arial, Helvetica, sans-serif;
	border:1px solid gray;
	width:105px;
}

.standorte_link, div.inhalt_rechts b a{
	text-decoration: none;
	font-weight: bold;
}



.print_button {
	position:absolute;
	bottom:5px;
	left:5px;
	color:gray;
	text-decoration:none;
	font:bold 11px Arial, sans-serif;
}

.suchtexte {
	position:static;
	width:618px;
}

#ticker {
	position:absolute;
	top:0px;
	left:0px;
	width:500px;
	height:25px;
	overflow:hidden;
}

.abstand_menu {
	padding-bottom:15px;
}

.logo_menu {
	position:absolute;
	top:107px;
	left:28px;
	margin:0;
	padding:0;
}

.logo_menu li {
	list-style-type:none;
	display:inline;
	margin:0;
}

.logo_menu a span {
	float:left;
	display:inline;
	height:22px;
	margin-right:13px;
	cursor:hand;
	background:url('../bilder/leer.gif');
}



.gruen_width { width:90px; }
.blau_width { width:103px; }
.orange_width { width:105px; }

.logo_menu a {
	font:bold 16px/21px Arial, sans-serif;
}

a.link {
	position:relative;
	float:right;
	display:inline;
	height:14px;
	text-decoration:none;
	font:normal 12px/16px Arial, sans-serif;
	background-position:right 4px;
	background-repeat:no-repeat;
}

a.link:hover, a.link:focus {
	text-decoration:underline;
}

#infoDiv {
	position:absolute;
	bottom:1px;
	left:1px;
	border:1px solid gray;
	padding:3px;
	margin:1px;
	background:white;
	width:250px;
}
.thickbox_wrap {
	padding:0 20px;
	width:378px;
	height:140px;
}

.thickbox_padding {
	height:6px;
	font-size:1px;
	line-height:1px;
}

.thickbox_unten {
	position:absolute;
	bottom:0;
	left:0;
	border-top:1px solid gray;
	height:18px;
	text-align:right;
	padding:5px 20px;
	width:379px;
}

.thickbox_unten a {
	text-decoration:none;
}

.thickbox_unten img {
	padding-left:5px;
}

.wrap_left {
	padding:5px 8px;
	width:124px;
	overflow:hidden;
}

.orange { color:#F39911; }
.orangeb { background:#F39911; }
.borderorange { border-width:0 1px 0 0; border-style:solid; border-color:#F39911; }

.blau { color:#00A0D1; }
.blaub { background:#00A0D1; }
.borderblau { border-width:0 1px 0 0; border-style:solid; border-color:#00A0D1; }

.gruen { color:#84B819; }
.gruenb { background:#84B819; }
.bordergruen { border-width:0 1px 0 0; border-style:solid; border-color:#84B819; }

.normal { color:#DB007A; }
.normalb { background:#DB007A; }
/*.bordernormal { border-width:0 1px 0 0; border-style:solid; border-color:#DB007A; }*/
.bordernormal { border:1px solid #DB007A; border-width:0 1px 0 0; }

}
/* **** Datei thickbox.css **** */

@media screen {
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#999;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 4px solid #525252;*/
	border 1px solid gray;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	display:inline;
	padding:0;
	padding-left:65px;
	/*margin-bottom:1px;*/
	font:bold 18px/38px Arial, sans-serif;
	color:white;
}

#TB_title{
	height:38px;
}

#TB_title img {
	position:absolute;
	top:0;
	left:0;	
}


#TB_ajaxContent label {
	float:left; 
	display:inline;
	width:75px;
}

#TB_ajaxContent{
	clear:both;
	/*padding:2px 15px 15px 15px;*/
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

}
/* **** 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;
}

}
