@charset "UTF-8";
/* CSS Document */

/* START CSS RESET */
/* ÜBERSCHREIBT BROWSER-STANDARDFORMATIERUNGEN, ERMÖGLICHT EINHEITLICHE DARSTELLUNG IN VERSCHIEDENEN BROWSERN */
/* Quelle: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */

/* Standard HTML-Elemente */

body {
/*	background-color:#6d6d6d;*/
	background-color:#7b7263;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:-moz-scrollbars-vertical;
}

* html #container-1st-row-logo a img {
	behavior: url(fileadmin/templates/scripts/iepngfix/iepngfix.htc);
}

strong {
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6  {
	color:#7b7263;
	font-weight:bold;
}

h1 {
	font-size:1.3em;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

h4, h5, h6 {
	font-size:1.0em;
}

a {
	color:#000000;
	text-decoration:none;
}

:hover {
	text-decoration:none;
}

ul {
	width:100%;
}

p {
/*	margin:10px 0px 10px 0px;*/
}

#wrapper-homepage-slider {
	display:none;
}

#homepage-slider-oben {
/*	top:36px;
	position:absolute;
	z-index:300;
*/
	display:none;
}

#homepage-slider-unten {
	/*top:327px;
	position:absolute;
	z-index:200;*/
	display:none;	
}

#container-center {
	width:1004px;
	margin:36px auto 0px auto;
}

#container-overall {
	background:url(grafik/bg_body_steel.jpg);
	background-repeat:repeat-y;
	width:1004px;
	float:left;
	min-height:577px;
	margin-bottom:36px;
}

* html #container-overall { /* for IE6 only, ignores min-height ... */
	height:577px;
}

#container-1st-row {
	height:136px;
	width:1004px;
	clear:both;
}
#container-1st-row-logo {
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 418px;
	width:162px;
	clear:both;
}

#container-1st-row-metamenu {
	float:right;
}

#container-1st-row-metamenu a:hover {
	text-decoration:underline;
}

.container-1st-row-metamenu-item {
	padding:0px 10px 0px 10px;
	height:25px;
	line-height:25px;
	text-align:center;
	float:left;
}

#container-1st-row-searchbox {
	float:right;
	height:25px;
	line-height:25px;
	padding:2px 4px 0px 4px;
	width:143px;
	position:relative;
}

#container-1st-row-searchbox #bt_go {
	padding:2px 4px 0px 4px;
	position:absolute;
	right:10px;
}
div.FormularBlock input.FeldAllgemeineSuche {
	width:91px;
	height:14px;
	color:#666666;
}
div.FormularBlock div.autocompleter-loading {
	width:20px;
}

#container-2nd-row {
	width:1004px;
	height:278px;
	background:url(grafik/border_top_row2.gif);
	background-repeat:repeat-x;
	padding:4px 0px 0px 0px; /* Höhe der BG-Grafik ausgleichen, damit Content erst unterhalb der BG-Grafik beginnt */
}

ul.list-container-2nd-row-menu-tmenu-layer {
	height:278px;
	width:150px;
	background-color:#CCCCCC;
	background:url(grafik/bg_steel_2nd_row_menu_level_2.jpg);
	background-repeat:repeat-y;
}

ul.list-container-2nd-row-menu-tmenu-layer li {
	/*height:20px;
	line-height:20px;*/
	padding:4px 0px 4px 6px;
}

#container-2nd-row ul.list-container-2nd-row-menu-tmenu-layer li:hover {
	background:none;
}

li.list-container-2nd-row-menu-act {
	background-color:#a4d7f5;
}

#container-2nd-row li a {
	display:block;
	padding:4px;
}

#container-2nd-row ul li {
	overflow:hidden;
/*	height:20px;
	line-height:20px;
	padding:4px 0px 4px 6px;*/
}

#container-2nd-row ul li:hover {
	background-color:#a4d7f5;
}

* html #container-2nd-row ul li a:hover { /* IE6 only */
	background-color:#a4d7f5;
}

* html ul.list-container-2nd-row-menu-level-1 li {
	width:180px;
}

* html ul.list-container-2nd-row-menu-level-2 li {
	width:150px;
}

* html ul.list-container-2nd-row-menu-level-3 li {
	width:150px;
}

* html ul, li { /* fix 3px gap below nested li-elements in IE */
	vertical-align:bottom;
}

#container-2nd-row-menu-layer-1 {
	position:absolute;
	z-index:999;
	height:278px;
	width:180px;
	background-color:#EEEEEE;
	border-right:#7c7d7d solid 1px;
	background:url(grafik/bg_steel_2nd_row_menu_level_1.jpg);
	background-repeat:repeat-y;
}

ul.list-container-2nd-row-menu-level-1 {
	position:absolute;
}

ul.list-container-2nd-row-menu-level-2 {
	position:absolute;
	height:278px;
	width:150px;
	background-color:#CCCCCC;
	left:181px;
	top:0px;
	border-right:#7c7d7d solid 1px;
	background:url(grafik/bg_steel_2nd_row_menu_level_2.jpg);
	background-repeat:repeat-y;
}

ul.list-container-2nd-row-menu-level-3 {
	position:absolute;
	left:151px;
	top:0px;
	height:278px;
	width:150px;
	background-color:#CCCCCC;
	border-right:#7c7d7d solid 1px;
	background:url(grafik/bg_steel_2nd_row_menu_level_2.jpg);
	background-repeat:repeat-y;	
}

.list-container-2nd-row-menu-level-2 li:first-child {

}

.list-container-2nd-row-menu-level-2 li {

}

.container-2nd-row-menu-layer-2 {
	position:relative;
	z-index:999;
	height:278px;
	width:120px;
	background-color:#EEEEEE;
	margin:0px 0px 0px 151px;
	border-right:#7c7d7d solid 1px;	
}

#container-2nd-row-menu-layer-3 {
	position:relative;
	z-index:999;
	height:278px;
	width:151px;
	background-color:#EEEEEE;
	margin:137px 0px 0px 0px;
	border-right:#7c7d7d solid 1px;
	left:302px;
}

#container-2nd-row-imagebild {
	position:absolute;
	z-index:1;
	width:1004px;
}

div#container-2nd-row-menu-detail-info-layer {
	z-index:999;
	/*position:relative;*/
/*	left:483px;
*/	background-color:#FF0000;
	margin-left:483px;
}


* html div#container-2nd-row-menu-detail-info-layer {  /* IE6 */
	margin-left:0px;
	left:483px;
	position:relative;
}

*+html div#container-2nd-row-menu-detail-info-layer { /* IE7 */
	margin-left:0px;
	left:483px;
	position:relative;
}

div#container-2nd-row-menu-detail-info-layer div#wrapper div div {
	height:278px;
	width:521px;
	position:relative;
	z-index:9999;
}

div#container-2nd-row-menu-detail-info-layer div#wrapper div div h3.detailInfoLayer-headline {
	font-size:1.2em;
	font-weight:bold;
	float:left;
	padding:0px 6px 0px 6px;
}

div#container-2nd-row-menu-detail-info-layer div#wrapper div div div.detailInfoLayer-image-container {
	display:block;
	width:271px;
	float:right;
}

div#container-2nd-row-menu-detail-info-layer div#wrapper div div p.detailInfoLayer-text { 
	float:left;
	width:238px;
	padding:0px 6px 4px 6px;	
	color:#7B7263;
	font-weight:bold;
}

div#container-2nd-row-menu-detail-info-layer div#wrapper div div p.detailInfoLayer-link { 
	float:left;
	padding:0px 6px 0px 6px;
}

div#container-2nd-row-menu-detail-info-layer div#wrapper div div p.detailInfoLayer-link a:hover {
	text-decoration:underline;
}

div#wrapper {
	position:absolute;
	display:none;
}

div#container-2nd-row-menu-detail-info-layer div#wrapper div {	
	background:url(grafik/bg_steel_2nd_row_menu_detailinfo_layer.jpg);
	background-repeat:repeat-y;
	line-height:1.5em;
	width:521px;
}

#container-3rd-row {
	width:1004px;		
	clear:both;
	background:url(grafik/border_top_row3.gif);
	background-repeat:repeat-x;
	padding:2px 0px 0px 0px; /* Höhe der BG-Grafik ausgleichen, damit Content erst unterhalb der BG-Grafik beginnt */
	float:left;
}

#container-3rd-row-menu {
	float:right;
}

#container-3rd-row-menu a {
	display:block;
}

.container-3rd-row-menu-item {
	padding:0px 10px 0px 10px;
	height:25px;
	line-height:25px;
	text-align:center;
	float:left;
}

.container-3rd-row-menu-item:hover {
	background-color:#a4d7f5;
	float:left;
}

.container-3rd-row-menu-item-cur {
	background-color:#a4d7f5;
	padding:0px 10px 0px 10px;
	height:25px;
	line-height:25px;
	text-align:center;
	float:left;
}

#container-4th-row {
	width:1004px;
	background:url(grafik/border_top_row4.gif);
	background-repeat:repeat-x;
	padding:3px 0px 0px 0px; /* Höhe der BG-Grafik ausgleichen, damit Content erst unterhalb der BG-Grafik beginnt */
	float:left;
	height:20px;
	line-height:20px;
}

#container-4th-row-breadcrumbs {
	float:left;
}

#container-4th-row-breadcrumbs a {
	padding:0px 4px 0px 4px;
	height:25px;
	line-height:25px;
	text-align:center;
}

#container-4th-row-breadcrumbs span.breadcrumb-current-site {
	background-color:#A4D7F5;
	padding:0px 4px 0px 4px;
	height:25px;
	line-height:25px;
	text-align:center;
}

#container-4th-row-icon-menu {
	height:25px;
	float:right;
	padding-right:10px;
}
#icon-print {
	float:left;
	width:14px;
	height:16px;
	padding:4px 4px 0px 4px;
}
#icon-pdf {
	float:left;
	width:13px;
	height:13px;
	padding:4px 4px 0px 4px;
}
#icon-tip {
	float:left;
	width:11px;
	height:14px;
	padding:4px 4px 0px 4px;
}

#container-4th-row-icon-menu img {
	float:left;
}

a.vcard {
	background-image:url(grafik/bg_vcard.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 22px;
}

a.mailto {
	background-image:url(grafik/bg_mail.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 22px;
}

a.pdf {
	background-image:url(grafik/bg_pdf.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 22px;
}

input.FeldAllgemeineSuche {
	border:1px solid #9D9D9D;
	color:#000000;
	display:inline;
	float:left;
	font-size:0.9em;
	height:13px;
	padding:3px 0px 0px 3px;
	width:87px;
	background:#EEEEEE;
}
input.FeldAllgemein {
	border:1px solid #9D9D9D;
	color:#000000;
	display:inline;
	font-size:0.9em;
	margin:4px 0px 0px 0px;
	background:#EEEEEE;
}
textarea.FeldAllgemein {
	border:1px solid #9D9D9D;
	color:#000000;
	display:inline;
	font-size:0.9em;
	margin:4px 0px 0px 0px;
	background:#EEEEEE;
	width:200px;
}

.tx-powermail-pi1 legend{
	display:none;
}

.tx-powermail-pi1 input.powermail_kontakt{
	border:1px solid #9D9D9D;
	color:#000000;
	display:inline;
	font-size:0.9em;
	margin:4px 0px 0px 0px;
	background:#EEEEEE;
}

.tx-powermail-pi1 textarea.powermail_kontakt{
	border:1px solid #9D9D9D;
	color:#000000;
	display:inline;
	font-size:0.9em;
	margin:4px 0px 0px 0px;
	background:#EEEEEE;
	width:200px;
}

.tx-powermail-pi1 label{
	width:192px;
	display:inline-block;
	vertical-align:top;
}

.tx_powermail_pi1_fieldwrap_html_captcha_description{
	width:150px;
}

.tx_powermail_pi1_fieldwrap_html_submit{
	/*margin-left:196px;*/
}

#powermaildiv_uid11{
	font-weight:bold;
	margin-bottom:15px;
}

.tx_powermail_pi1_fieldwrap_html_captcha{
	margin-top:10px;
	margin-bottom:15px;
}

tr.KontaktformTR {
	margin:0px 0px 0px 0px;
}
tr.KontaktformTR td img {
	padding:0px;
	margin:0px;
}
#container-5th-row {
	width:1004px;
	float:left;
	line-height:1.5em;
}

#container-5th-row-left-column {
	float:left;
	width:482px;
	padding:20px 10px 10px 10px;
}

#container-5th-row-left-column-container-news {
	float:left;
	border:#333333 solid 1px;
}

#container-5th-row-left-column-container-pictures {
	float:left;
	margin:10px 0px 10px 0px;
}

#container-5th-row-right-column {
	float:left;
	width:476px;
	padding:20px 16px 10px 10px;
}

#container-5th-row-left-column-container-content {
	float:left;
}

#container-5th-row ul {
	list-style:disc outside;
	padding:6px 0px 6px 15px;
	width:467px;
}

#container-5th-row ol {
	list-style:decimal outside;
	padding:6px 0px 6px 15px;
}

#container-4th-row a:hover, #container-5th-row a:hover {
	text-decoration:underline;
}

#container-homepage-produkt-landkarte {
	width:1004px;
	float:left;
}

#homepage-produkt-landkarte-bild-1 {
	border-right:#D6EDFA solid 1px;
	float:left;
}

#homepage-produkt-landkarte-bild-2 {
	border-top:#D6EDFA solid 1px;
	border-right:#D6EDFA solid 1px;
	border-bottom:#D6EDFA solid 1px;
	float:left;
}

#homepage-produkt-landkarte-bild-3 {
	border-top:#D6EDFA solid 1px;
	border-bottom:#D6EDFA solid 1px;
	float:left;
}

#homepage-produkt-landkarte-bild-4 {
	border-right:#D6EDFA solid 1px;
	float:left;
}

#homepage-produkt-landkarte-bild-5 {
	float:left;
}

/* ### News ### */

div#container-5th-row-subsite-news {
	float:left;
	padding:10px 16px 10px 10px;
	width:978px;
	line-height:1.5em;
}

div#container-5th-row-subsite-news a:hover {
	text-decoration:underline;
}

.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-amenu-container, .news-catmenu{
	font-size:100%;
}

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	height:1px;
	border-top:solid 1px #7C7D7D;
	border-right:none;
	border-left:none;
	border-bottom:none;
	margin:4px 0px 4px 0px;
}
.news-latest-container HR.clearer {
	height:1px;
	border-top:solid 1px #7C7D7D;
	border-right:none;
	border-left:none;
	border-bottom:none;	
	margin:4px 0px 4px 0px;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	padding:24px 16px 44px 15px;
	float:left;
	width:471px;
}

.news-latest-container H2,.news-latest-gotoarchive {
}

.news-latest-gotoarchive {
	padding:8px 0px 0px 0px;
	clear:left;
	display:none;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
}
.news-latest-gotoarchive A {
}
.news-latest-item {
	padding:0px 20px 10px 0px;
/*	float:left;
	width:137px;	*/
}

.news-latest-item IMG {
}

.news-latest-item h3 {
	font-size:1.2em;
	font-weight:normal;	
}
.news-latest-item h1 {
	font-size:1.2em;
	font-weight:normal;	
}

.news-latest-category IMG {
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
}

.news-latest-morelink {
}

.news-latest-morelink A {
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container-images {
	float:left;
}

.news-list-container {
	float:right;
	padding:10px 16px 10px 10px;
	width:450px;
}

div.news-list-item {
	padding:0px 0px 20px 0px;
}

.news-list-item {
	}
.news-search-form {
}
.news-search-emptyMsg{
}
.news-search-form FORM {
}
.news-list-container H3 {
	padding:0px 0px 14px 0px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
}

.news-list-container H3 A {
		color:#7b7263;
		font-size:1.2em;
}
.news-list-container P {
}
span.news-list-date {
	font-size:0.9em;
	font-weight:bold;
	color:#000000;
	}

.news-list-imgcaption {
	}

.news-list-container IMG {
}
.news-list-category IMG {
}

.news-list-morelink,.news-list-category {
}
.news-list-morelink  {
}
.news-list-browse {
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
}
.tx-ttnews-browsebox TD {
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
}

.tx-ttnews-browsebox-SCell {
}
.news-search-emptyMsg {
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

div.news-single-item-picture	 {
	float:left;
	width:130px;
	padding:0px 2px 2px 0px;
}

div.news-single-item-container-images {
	float:left;
	padding:10px;
	width:482px;
}

div.news-single-item-container-contents {
	float:left;
	padding:10px 16px 10px 10px;
	width:450px;
}

.news-single-item {
	float:left;
}

.news-single-item H2 {
	color:#7b7263;
	font-size:1.2em;
}

.news-single-item H3 {
	padding:0px 0px 14px 0px;
	color:#000000;
}



.news-single-img {

}

.news-single-imgcaption {
	margin:-20px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	width:130px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	color:#FFFFFF;
/*
	background:url(grafik/news_single_img_bauchbinde.png);
	background-repeat:no-repeat;
	z-index:999999;
	position:relative;
*/
}

.news-single-category {
}
.news-single-backlink, .news-single-backlink a {
}
.news-single-timedata {
	padding:0px 0px 14px 0px;
	font-size:0.9em;
	font-weight:bold;
	color:#000000;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
}
.news-single-author {
}
.news-single-additional-info {

}
.news-single-related,.news-single-files,.news-single-links  {

}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {

}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {

}
.news-amenu-container LI {

}
.news-amenu-container UL {

}
.news-amenu-container H2 {

}
.news-amenu-item-year {

}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {

}
.news-catmenu-header  {

}
.news-catmenu DIV {

}
.news-catmenu DIV img {

}
.news-catmenu-ACT {
	
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	
}
.level1 {

}
.level2 {

}
.level3 {

}
.level4 {

}

input.tx-indexedsearch-searchbox-sword {
	float: left;
}
div.tx-indexedsearch-clear-left {
	clear: left;
}
div.autocompleter-loading {
	float: left;
/*	clear: right;*/
	background: #fff url(grafik/spinner.gif) no-repeat center;
	width: 20px;
	height: 16px;
	position:relative;
}
div.autocompleter-loading img {
	width:20px;
	height:16px;
}
.autocompleter-loading2 {
	background: transparent url(grafik/spinner.gif) no-repeat right;
}

ul.autocompleter-choices {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color:#ffffff;
	text-align: left;
	position:absolute;

/*	border: 1px solid #eeeeee;	
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	*/
}

ul.autocompleter-choices li {
	position: relative;
	cursor: pointer;
	font-weight: normal;
	font-size: 1em;
	padding:2px 2px 2px 2px;	
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color: #444;
	color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	font-weight: bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #9FCFFF;
}

/*********************
 * Styles for getting the ecard
 *********************/
 
div.tx-rgecard-pi1 {
	float:left;
}
 
div.ecard-container-image {
	float:left;
	padding:10px;
	width:482px;
}

div.ecard-container-content {
	float:left;
	padding:10px 0px 10px 0px;
	width:450px;
}
 
.rgecard-nest {
	float:left;
}

.rgecard-text {

}

.rgecard-text span {
	font-size:1.2em;
	color:#7b7263;
	font-weight:bold;
}

.rgecard-subtitle {
	padding:0px 0px 14px 0px;
}

.rgecard-msg {
	font-style:italic;
	padding:0px 0px 14px 0px;
}

.rgecard-delete-link, .rgecard-delete-link a {

}

.rgecard-img {

}

.rgecard-img img{

}

.rgecard-info {

}

.rgecard-reminder {
	padding:0px 0px 14px 0px;

}

.rgecard-warning {

}

div.tx-rgecard-pi1 hr.clearer {
	height:1px;
	border-top:solid 1px #7C7D7D;
	border-right:none;
	border-left:none;
	border-bottom:none;
	margin:4px 0px 4px 0px;
}

/*********************
 * Styles for messages at sending the ecard
 *********************/
#rgecardform .error, #rgecardform .success, #rgecardform .warning {
  margin:0 10px;
  padding:2px 5px;
  line-height:11px;
  text-align:center;
  color:#fff;
}

#rgecardform .error {
  border:1px solid #ff0000;
  background:#c60606;
}

#rgecardform .success{
  border:1px solid #00ff18;
  background:#009900;
}

#rgecardform .warning{
  border:1px solid #ffa200;
  background:#ff8400;
}

#rgecardform #log_res {
  height:45px;
}
#rgecardform .ajax-loading {
  background: url(grafik/spinner.gif) no-repeat center;
  height:45px;
}

/*********************
 * Styles for sending the ecard
 *********************/
.rgecard-formheader {
  font-weight:bold;
  text-align:center;
  color:#333;
  background:#c8c7c7;
  border-bottom:1px solid #a9a9a9;
  border-top:1px solid #a9a9a9;
  padding:2px 0;
  font-size:1.2em;
}
 
#rgecardform {
  padding:3px 10px 0 10px;
}

#rgecardform fieldset {
  padding: 2px;
  margin:0 2px;
  border:0px;
}

#rgecardform legend {
  margin-left:5px;
  font-weight:bold;
  color:#505050;
  font-size:1em;  
}

#rgecardform label {
  float:left;
  clear:both;
  display:block;
  width:60px;
  margin-bottom:10px;
  padding:0 10px;
  text-align:right;
  font-size:0.9em;  
}

#rgecardform input, #rgecardform textarea {
  float:left;
  display:block;
  width:160px;
  border: 1px solid #333;
  background:#F4F4F4;
  font-size: 0.9em;
  margin-bottom:10px;
  padding:1px;
}

#rgecardform textarea {
  width:253px;
  height:70px;
  margin:0 5px 5px 5px;
  padding:2px;
}

#rgecardform input:hover, #rgecardform textarea:hover {
  background:#fff;
}

#rgecardform div.clearer {
  clear:both;
  font-size:1px;
  line-height:1px;
  display:block;
  height:1px;
} 

#rgecardform .submit {
  margin:4px 10px;
  width:100px;
  clear:both;
}

#rgecardform .hidden {
  display:none;
}


/*********************
 * Styles for positioning the ecard form on pmkslimbox
 *********************/ 
#ecardNest {
  position:absolute;
  bottom:0;
  margin-bottom:7px;
  width:100%;
}

#ecard {
  background:#fff;
  position:absolute;
  bottom:0px;
  overflow:hidden;
  right:0;
  margin-right:16px;
  opacity:0.8;
  -moz-opacity: 0.8;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  width:300px;
  border-left:1px solid #a8a7a7;
}


/*
********************
* Styles for the Ecard button
********************
*/ 

#lbTipLink {
  display:block;
  float:right;
  width:79px;
  height:22px;
  background: transparent url(grafik/ecard.png) no-repeat center;
  margin:0 10px 0 0; 
  padding:1px;
  cursor:pointer;
} 

#lbTipLink:hover {
	background: transparent url(grafik/ecardHover.png) no-repeat center;
} 


#lbCloseLink:hover {
	/*background: transparent url(closeHover.png) no-repeat center;*/
}

/*
********************
* Styles for tip-a-friend
********************
*/ 

.tip-a-friend-form {
	
}

.tip-a-friend-form textarea {
	width:240px;
}

.tip-a-friend-form input {
	width:240px;
}

.tip-a-friend-form input {
	border:1px solid #999999;
}

.tip-a-friend-form input.tip-a-friend-form-submit {
	border:1px solid #999999;
	width:72px;
}

table.tip-a-friend-form-table tr td {
	padding:4px 0px 4px 0px;	
}




/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #7B7263;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(grafik/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(grafik/prevlabel.gif) no-repeat 0% 15%;
}

#lbPrevLink:hover {
	background: transparent url(grafik/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
	background: transparent url(grafik/nextlabel.gif) no-repeat 100% 15%;
}

#lbNextLink:hover {
	background: transparent url(grafik/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(grafik/closelabel.gif) no-repeat center;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(grafik/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(grafik/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}
.tx-srfreecap-pi2-image {
	margin:0px;
	padding:0px;
}

div.tx_lumogooglemaps_pi1_sidebar {
	display:none;
}
div.tx-lumogooglemaps-pi1 {
	padding-top:20px;
}
.tx-srfreecap-pi2-cant-read {
	color:#000000;
}
.tx-srfreecap-pi2-cant-read a:link {
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
.tx-indexedsearch {
	width:476px;
	overflow:hidden;
}



/*lumogooglemaps*/
span.description p.bodytext a:link, span.description p.bodytext a:hover {
		color:#0000ff;
		text-decoration:underline;
		border:none;
}
#gmapmarker p a {
	color:#0000ff;
}
#gmapmarker p {
	padding-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#gmapmarker {
	position:relative;
	top:-16px;
}
#gmapmarker p.bodytext {
	padding-top:0px;
}
#gmapDirHead {
	color:#333333;
	display:none;
}
#gmapDirHead a {
	color:#0000ff;
}
.gmnoprint div {
	top:0px;
}
.tx_lumogooglemaps_pi1_infobox {
	float:left;
	clear:both;
}

/* Startseite Text rechts */
.csc-frame-indent{
 	float: left;
    margin-top: 23px;
    width: 475px;
}
