

/* *** Farb-Definitionen *** */
.color { color: #3F4042; }
.bgpage { color: #C6C6C6; }
.bgcontent { color: #CAD1D6; }
.bgsidebar { color: #F4F2F2; }
.bggalnav { color: #DEE3E7; }
.red { color: #BA000B; }
.green { color: #00B900; }

* { margin: 0; padding: 0; border: 0; }

html, body { height: 100%; }

body { 
 color: #3F4042; 
 font: 100.01%/1.5;
 font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;  
 text-align: center;
 background: #C6C6C6 url(images/wrappage-bg.gif) repeat-y 50% 0%;
 height: 100%;
}

/* *** global Format *** */

a {
 color: #BA000B;
}
a:hover {
 text-decoration: none;
}

.c {
 clear: both;
}
.small {
 font-size: .9em;
}
.smaller {
 font-size: .8em;
}
.error {
 color: #BA000B;
}
.errorsmall {
 color: #BA000B;
 font-size: .9em;
}

/* *** global Formulare *** */
input, select, textarea {
 font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;  
}
textarea {
 font-size: 1em;
}
input, select {
}
input.submitButton {
 font-size: 1em;
}

/* *** MAIN Wrap *** */
#wrappage { 
 margin: 0px auto;
 position: relative;
/* width: 772px; */ 
 width: 980px;
 font-size: .75em;
 text-align: left;
}

/* ***** AREAS ***** */
/* *** Prehead *** */
#prehead {
 background: #C6C6C6;
/* height: 25px; */
 height: 29px;
/* width: 772px; */ 
 width: 980px;
 font-size: .9em;
}
#prehead li {
 float: left; margin: 8px 15px 0 6px; list-style-type: none;
} 
#prehead a {
 color: #3F4042; text-decoration: none;
}
#prehead a:hover {
 color: #BA000B; text-decoration: underline;
/* color: #FFFFFF; */
}
#prehead ul#language {
 float: right;
 color: #FFFFFF;
 margin-right: 6px;
}
/* *** Language Text *** */
#prehead ul#language li {
 margin: 8px 3px 0 10px; 
}
/* *** Language Images *** */
#language li {
 width: 20px;
 height: 13px;
}
#language a img {
 background: #FFFFFF; 
 -moz-opacity: 0.25;
 opacity:.25;
 filter: alpha(opacity=25);
}
#language a:hover img, #language a.active img {
 -moz-opacity: 1;
 opacity: 1;
 filter: alpha(opacity=100);
}
/* Language End */

/* *** Head *** */
#head {
/* height: 260px; */
 height: 330px;
/* width: 762px; */
 width: 970px;
 position: relative;
 background: #FFFFFF;
 background: #EFEFEF url(../../../images/animation/lounge.jpg);
 border: 1px solid #FFFFFF; 
}
#head #logo {
 position: absolute;
/* width: 209px; */
 width: 267px;
/* height: 74px; */
 height: 95px;
 left: 0;
 bottom: 0;
 border-right: 1px solid white;
 border-top: 1px solid white;
 background: #000000;
}


/* *** Navigation *** */
#navigation {
/* height: 19px; */
 height: 22px;
/* width: 762px; */ 
 width: 970px;
 background: url(images/wrappage-navigation.gif) repeat-y;
 border-bottom: 1px solid #CAD1D6;
 border-left: 1px solid #FFFFFF;
 border-right: 1px solid #FFFFFF;
 color: #FFFFFF;
 font-size: 1em;
 letter-spacing: .1em;
}
#navigation ul {
 position: relative; 
/* left: 220px; */ 
 left: 310px;
 width: 640px;
 text-align: center;
}
#navigation li {
 float: left; margin: 4px 0; list-style-type: none;
}
#navigation li.line {
 background: url(images/navi-line.gif) no-repeat 0% 70%;
}
#navigation a {
 color: #FFFFFF; text-decoration: none; margin: 0 8px 0 9px;
}
.color { color: #3F4042; }
.bgpage { color: #C6C6C6; }
.bgcontent { color: #CAD1D6; }
.bgsidebar { color: #F4F2F2; }
.red { color: #BA000B; }


/* *** Sidebar & Content *** */
#sidebarwrap {
 float: left;
 position: relative;
 width: 220px;
 padding: 30px 20px 20px 20px;
}
#bookmark {
/* position: absolute;
 top: -23px; */
}
.tx-timtabsociable-pi1 strong {
 display: block;
}
.tx-timtabsociable-pi1 img {
 margin-right: 10px;
 margin-bottom: 10px;
}

#contentwrap {
 float: left;
 position: relative;
 width: 600px;
 padding: 30px 20px 20px 60px;
}
#contentcenter {
 text-align: center;
 width: 600px;
}

/* *** CONTENT *** */

/* *** Content-Formatierung *** */
.content {
 line-height: 1.5;
 font-size: 1.05em;
}
h1, h2, h3, h4 {
 padding-top: 4px;
 padding-bottom: 6px;
 color: #BA000B;
 font-size: 1.05em;
}
.content p, .content ul, .content ol {
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: justify;
}
.content form p {
 text-align: left;
}
.content ul, .content ol {
 padding-left: 25px;
 text-align: left;
}
.content a { color: #BA000B; }
.content a:hover { text-decoration: none; }

#contentfooter {
 padding-top: 10px;
 margin-top: 20px;
 border-top: 1px solid #BA000B;
 font-size: .9em;
}
#contentfooter li {
 list-style-type: none;
 float: left;
 padding-right: 20px;
}
#contentfooter a { color: #3F4042; text-decoration: none; }
#contentfooter a:hover { color: #BA000B; }

/* *** Spalten *** */
.s { float: left; width: 150px; }
.s20 { float: left; width: 20px; }
.s30 { float: left; width: 30px; }

/* *** mehrspaltig *** */
.spalten2 {
}
.spalten2 .links, .spalten2 .rechts {
 width: 275px;
}
.spalten2 .links {
 float: left; 
}
.spalten2 .rechts {
 float: right;
}
/* #content .spalten2 img { margin: 0; } */
.closer { clear: both; }
.spalten2 h1 {
 border-bottom: 1px solid #BA000B;
}

/*
#galnavigation {
 clear: both;
 width: 703px;
 position: relative;
 left: 268px;
 background: #DEE3E7;
 font-size: .9em;
 text-align: center;
}
#galnavigation ul {
 position: relative;
 width: 672px;
 width: 680px;
 margin: 0 auto;
}
#galnavigation li {
 float: left;
 width: 86px;
 height: 39px;
 text-align: center;
 list-style-type: none;
 margin: 5px;
}
#galnavigation a {
 text-decoration: none;
 color: #3F4042;
}
#galnavigation #close {
 clear: both;
}
*/

#galnavigation {
 position: absolute;
 left: 268px;

 overflow: show;
 background: #DEE3E7;
 font-size: .9em;

 background: #F4F2F2; 
 left: 13px;
 height: auto;
 top: 415px;
/* top: 440px;
 top: 460px; */
 width: 240px;

}
#galnavigation ul {
 position: relative;
 margin: 0; padding: 0;
 padding-top: 15px;
 padding-left: 15px;
}
#galnavigation li {
 float: left;
 width: 100px;
 height: 50px;
 text-align: center;
 list-style-type: none;
 padding: 0; margin: 0; border: 0;
}
#galnavigation a {
 text-decoration: none;
 color: #3F4042;
 padding: 0; margin: 0; border: 0;
}
#galnavigation #close {
 clear: both;
 height: 10px;
}

#closer, .closer {
 clear: both;
}

/* *** Galerie *** */
.tx-rgsmoothgallery-pi1  {
 position: relative;
 text-align: center;
 margin: 0 auto;
}


/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#navfooter a, #subMenusContainer a{
 text-decoration:none;
 display:block;
 padding: 8px 16px;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#navfooter a{
 margin:0;
 float:left;	
}

/* Just sub menu links */
#subMenusContainer a, #navfooter li li a{
 text-align:left;
}

/* All menu links on hover or focus */
#navfooter a:hover, #navfooter a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #navfooter a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
 background-color: #BA000B;
 color: #FFF;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#navfooter a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#navfooter li a:hover,
#navfooter li a:focus{
 background-color: #BA000B;
 color:#FFF;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
/*	background: url(../img/arrow_right.gif) right center no-repeat;  */
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
/*	background: url(../img/arrow_right_over.gif) right center no-repeat; */  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
/*	 background: url(../img/arrow_down.gif) right center no-repeat; */
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
/*	background: url(../img/arrow_down_over.gif) right center no-repeat; */ 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
 display:none; 
 position: absolute; 
 overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
 padding:0 2px;
 margin:0 0 0 -2px;
}


/* All ULs and OLs */
#navfooter, #navfooter ul, #navfooter ol, #subMenusContainer ul, #subMenusContainer ol { 
 padding: 0;
 margin: 0;
 list-style: none;
}

/* All submenu OLs and ULs */
#navfooter ol, #navfooter ul, #subMenusContainer ul, #subMenusContainer ol {	
 background:#fff;	
 background: #CAD1D6;
 left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#navfooter li { 
	/*great place to use a background image as a divider*/
 display:block;
 list-style:none;
 position:relative;
 float:left;
}

#subMenusContainer li{
 list-style: none;
}

/* main menu ul or ol elment */
#navfooter{
 display:block;
 position: absolute;
 list-style:none;
 margin:0 0 0 0;
/* z-index:5; */
 display:block;
}

#subMenusContainer{	
 display:block; 	
 position:absolute;	
 top:0;	
 left:0;	
 width:100%;	
 height:0;	
 overflow:visible;	
/* z-index:100; */
}


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#navfooter li li{	float:none; }

#navfooter li li a{ /* Just submenu links*/	
 position:relative;
 float:none;
}

#navfooter li ul { /* second-level lists */
 position: absolute;
/*	width: 10em; */
 margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
 margin-top:2.2em;
 margin-top: 0px;
}

/* third-and-above-level lists */
#navfooter li ul ul { margin: -1em 0 0 -1000em; }
#navfooter li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#navfooter li:hover ul{	margin-left: 0; }
#navfooter li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#navfooter li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#navfooter li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#navfooter li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#navfooter li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#navfooter li:hover a:focus{ margin-left: 0; }
#navfooter li li:hover a:focus + ul { margin-left: 10em; }


/* *** MAIN Wrap *** */
#formpage { 
 margin: 10px auto;
 position: relative;
/* width: 772px; */ 
 width: 580px;
 font-size: .75em;
 text-align: left;
 background: #CAD1D6;
 z-index: 1000;
}

/* ***** AREAS ***** */
/* *** Prehead *** */
#formhead {
 background: #C6C6C6;
/* height: 25px; */
 height: 95px;
/* width: 772px; */ 
 width: 580px;
 font-size: .9em;
 border-bottom: 1px solid #FFFFFF;
}
#formhead #formlogo {
 float: left;
 margin-right: 10px;
}
#formhead #formlogo img {
 border: 1px solid #FFFFFF;
}
#formhead ul {
 padding-top: 2px;
}
#formhead li {
 margin: 4px 15px 0 6px; list-style-type: none;
} 
#formhead a {
 color: #3F4042; text-decoration: none;
}
#formhead a:hover {
 color: #BA000B; text-decoration: underline;
/* color: #FFFFFF; */
}


/* *** CONTENT *** */

/* *** Content-Formatierung *** */
.formcontent {
 line-height: 1.5;
 font-size: 1.05em;
 margin: 10px;
}
h1, h2, h3, h4 {
 padding-top: 4px;
 padding-bottom: 6px;
 color: #BA000B;
 font-size: 1.05em;
}
.formcontent p, .formcontent ul, .formcontent ol {
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: justify;
}
.formcontent form p {
 text-align: left;
}
.formcontent ul, .formcontent ol {
 padding-left: 25px;
 text-align: left;
}
.formcontent a { color: #BA000B; }
.formcontent a:hover { text-decoration: none; }

#contentfooter {
 padding-top: 10px;
 margin-top: 20px;
 border-top: 1px solid #BA000B;
 font-size: .9em;
}
#contentfooter li {
 list-style-type: none;
 float: left;
 padding-right: 20px;
}
#contentfooter a { color: #3F4042; text-decoration: none; }
#contentfooter a:hover { color: #BA000B; }

/* *** Spalten *** */
.s { float: left; width: 150px; }
.s20 { float: left; width: 20px; }
.s30 { float: left; width: 30px; }


#closer {
 clear: both;
}

/* moodalbox CSS */

div#mb_overlay {
/* z-index: 1000; */
}

div#mb_center, div#mb_bottom {
}

div#mb_center {
}

div#mb_contents {
/* z-index: 1000; */
}

.mb_loading {
}

#mb_error {
}

#mb_error em {
}

div#mb_bottom {
/* z-index: 1000; */
}

a#mb_close_link {
}

div#mb_caption {
}


/* Anfrage-Formular */

/* spezielle p-Abschnitte zurücksetzen */
.tx-powermail-pi1 p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
.tx-powermail-pi1 p.tx_powermail_pi1_fieldwrap_html_radio_title {
 margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0;
}
/* Unterteilungen */
.tx-powermail-pi1 fieldset {
 clear: both;
 border: 1px solid #BA000B;
 margin: 8px 0;
 padding: 8px;
}
fieldset legend {
 font-weight: bold;
 margin-left: 15px;
}


/* Einzelzeile */
.tx_powermail_pi1_fieldwrap_html {
 clear: both;
 line-height: 18px;
 padding: 0; margin: 0;
 padding-top: 8px;
}

.tx-powermail-pi1_formwrap legend {
}

/* Label */
.tx_powermail_pi1_fieldwrap_html_text label,
.tx_powermail_pi1_fieldwrap_html_textarea label, 
.tx_powermail_pi1_fieldwrap_html_select label,
.tx_powermail_pi1_fieldwrap_html_file label,
.tx_powermail_pi1_fieldwrap_html_radio .tx_powermail_pi1_fieldwrap_html_radio_title,
.tx_powermail_pi1_fieldwrap_html_check .tx_powermail_pi1_fieldwrap_html_checkbox_title {
 clear: both;
 float: left;
 width: 130px;
 margin-right: 10px;
 text-align: right;
}
/* Sternchen */
.powermail_mandatory {
 margin-left: 5px;
}

/* Eingabefelder Text, Textarea*/
.tx_powermail_pi1_fieldwrap_html_text input,
.tx_powermail_pi1_fieldwrap_html_file input,
.tx_powermail_pi1_fieldwrap_html_textarea textarea {
 border: 1px solid #3F4042; 
 float: left;
}
.tx_powermail_pi1_fieldwrap_html_text input.validation-failed {
 border: 1px solid #BA000B; 
}
/* Eingabefelder Checkboxen */
.tx_powermail_pi1_fieldwrap_html_check .powermail_check_inner,
.tx_powermail_pi1_fieldwrap_html_radio .powermail_radio_inner {
 float: left; margin-right: 15px; /*width: 110px; */ 
}
/* Feld-Überprüfung Pflichtfeld */
.required {
}
.validation-failed {
 border-color: #BA000B; 
}
.validation-advice {
 color: #BA000B; float: left; margin-left: 10px; font-size: 11px; 
 line-height: 18px;
}


/* Positionierung Abschicken-Button */
.tx_powermail_pi1_fieldwrap_html_submit {
 margin-left: 140px;
}
.tx_powermail_pi1_fieldwrap_html_submit input {
 border: 1px solid #BA000B;
}

/*
.tx_powermail_pi1_fieldwrap_html_text label span {
 font-weight: normal;
}
.powermail_mandatory_js {
 display: inline;
 font-size: .85em;
 color: #FF0000;
 margin-left: 5px;
}
.tx_powermail_pi1_formconfirmation_back {
 float: left;
 width: 80px;
 margin-left: 10px;
}
.powermail_all_table {
 margin-left: 10px;
}
.tx-powermail-pi1_confirmation p {
 font-weight: bold;
 margin: 3px;
}
.tx-powermail-pi1_confirmation td {
 padding: 3px;
}

*/
.csc-textpic-caption {
 display: none; visibility: hidden;
}