/* @group General Styles */

* {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 100.01%
}

a:link, a:visited {
	color: #0066cc;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
}

hr {
	border-style: none;
	background: url(images/linie.gif) repeat-x left center;
	height: 3px;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
}

/* @group Layout */



html > body #top_grad {
	width: 100%;
}

#container, #container_popup {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background-repeat: repeat-y;
	border-right: inherit;
	background-image: url(images/content_bg.jpg);
	width: 835px;
}
#container_popup {
	width: 100%;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 150px;
	position: relative;
}

#contentContainer, #contentContainer_popup {
	margin-top: 0px;
	padding-left: 47px;
	width: 540px;
}
#contentContainer_popup {
	padding-left: 0px;
	width: 100%;
}

#contentContainer #content, #contentContainer_popup #content {
	padding: 20px;
	text-align:justify;
}
#contentContainer_popup #content {
	padding: 20px 20px 20px 40px;
}

#sidebarContainer {
	width: 226px;
	text-align: left;
	float: right;
}

#sidebarContainer #sidebar {
	width: 206px;
	float: right;
	padding: 0 0 0 6px;
	text-align:justify;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 1.2em;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.3em;
}

#sidebarContainer ul.submenu {margin:5px 0 2em 0; padding:0; list-style:none}
#sidebarContainer ul.submenu li {background:url(../images/subnav_icon.gif) no-repeat left center; margin: 0px 0px 0px 0px; padding:0px 0px 0px 13px; line-height:22px; }
#sidebarContainer ul.submenu li a  {font-size:11px; color:#5A6165; text-decoration:none;}
#sidebarContainer ul.submenu li a:hover {text-decoration:underline;}



#footer {
	height: 75px;
	width: auto;
	margin-left: 55px;
}

#footer p {
	margin-left: 60px;
	padding-top: 5px;
	height: 20px;
}

#footer a:link, #footer a:visited {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 5px;
}

#footer a:hover, #footer a:active {
}
	

/* @group Toolbar */

/* Toolbar Styles */
#navcontainer {
	height: 95px;
	position: relative;
	z-index: 99;
	background: #ffca00 url(images/nav_back.gif) no-repeat left top;
}

#navcontainer #current {
	font-weight:bold;
	color: #0066cc;
}

#navcontainer .currentAncestor {
	color: #0066cc;
}
/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
}

#navcontainer li {
	position: relative;
	width: auto;
	display: inline;
	float: left;
}

#navcontainer #rightNav {
	float: right;
	z-index: 100;
	background-color: #f00;
	width: 226px;
	height: 95px;
}

#navcontainer a {
	display: block;
	color: #333333;
	text-decoration: none;
	font-size: 1.0em;
}

#navcontainer #rightNav a {
	margin: 0;
	padding: 0 0 0 15px;
	height: auto;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	display: block;
	position: relative;
	color: white;
	font-size: 14px;
}

#rightNav ul {
	margin: 0;
}

#navcontainer #rightNav ul li {
	display: block;
	width: 226px;
	padding-top: 6px;
	border-bottom: 1px solid white;
	height: 25px;
	margin: 0;
}


#navcontainer a:hover {
	color: white;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
/* End */


div#navcontainer ul li:hover ul {
display:block;
}


/* @group Global Classes */


h1 {
	font-size: 14pt;
	margin-bottom: 8px;
	color: #f00;
}

h2 {
	font-size: 14pt;
	margin-bottom: 8px;
}

h3 {
	font-size: 12pt;
	margin-bottom: 3px;
	color: #f00;
}

h4 {
	font-size: 12pt;
	margin-bottom: 3px;
}

h5 {
	font-size: 10px;
	margin-bottom: 3px;
	color: #f00;
}

h1,h2,h3,h4,h5,h6 {
    margin-top:1.5em;
  }



/* top level UL */
#contentContainer #content ul, #contentContainer_popup #content ul {
	margin: 20px;
	padding: 0 0 0 10px;
	list-style: disc;
}

#contentContainer #content li, #contentContainer_popup #content li {
	padding-left: 4px;
	background-position: left 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}	

.chgallery-list li {list-style: none;}

/* second level UL */
#contentContainer #content ul ul, #contentContainer_popup #content ul ul {
	margin: 0 10px;
}

#contentContainer #content ul ul li, #contentContainer_popup #content ul ul li {
	margin: 0 10px;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {width: 100%; font-size: 1em; border-collapse: collapse;}
th, td {padding:5px 10px 5px 10px; vertical-align:top;}

table.withborder th {border:1px solid #ccc;}
table.withborder td {border:1px solid #ccc;}


/* #####################################################################
** ### Spezielle Formatanweisungen des TYPO3 Templates #################
** #####################################################################
*/

input, textarea, select {margin-top:0.5em; margin-left:1em; width:auto; border:1px #ccc solid; background:#fafafa; color:#777;}
input[type=text]:focus, textarea:focus {background:#f0f0f0; color:#333; border-color:#666;}
label {margin-top:0.5em; width:10em; float:left; text-align:right;}
.checkbox-field {margin:0 0 0 10.5em; clear:both;}
.checkbox-field input {float:left; border-style:none;}
.checkbox-field label {padding:0 0 0 5px; width:auto; text-align:left;}
.radio-field {margin:0 0 0 10.5em; clear:both;}
.radio-field input {float:left; border-style:none;}
.radio-field label {padding:0 0 0 5px; width:auto; text-align:left;}

img {border:0;}
p.csc-linkToTop {text-align:right;}
p.csc-form-label-req {font-weight:bold;}
.csc-caption {font-size:0.9em; background-color:#E0E7F5; padding:2px;}
dd.csc-textpic-caption {font-style:italic; font-size:0.9em; background-color:#E0E7F5; padding:0;}




/**
 * @section subtemplates
 */

.subcolumns, .subcolumns_oldgecko {
	width: 100%;
	overflow:hidden;
}

/* (en) alternative class for optional support of old  Mozilla/Netscape browers */
.subcolumns_oldgecko { float:left }

.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

.c25l, .c25r { width: 25% }
.c33l, .c33r { width: 33.333% }
.c50l, .c50r { width: 50% }
.c66l, .c66r { width: 66.666% }
.c75l, .c75r { width: 75% }
.c38l, .c38r { width: 38.2% }
.c62l, .c62r { width: 61.8% }

.subc  { padding: 0 0.5em }
.subcl { padding: 0 1em 0 0 }
.subcr { padding: 0 0 0 1em }


  /* ### POWERMAIL ### */
  
  /* Form */
  div.tx-powermail-pi1_mandatory { padding-bottom: 15px; }
  ul.powermail_mandatory_list { padding: 0 0 3px 24px; padding-bottom: 3px; margin: 0 0 4px 0; /*border-bottom: 1px solid #e2e2e2;*/ }
  ul.powermail_mandatory_list strong { font-weight: normal; }
  ul.powermail_mandatory_list strong b { font-weight: bold; }
  #content li.powermail_mandatory_listitem { padding-bottom: 0px; margin-bottom: 0px; }
  
  /* Color of mandatory error message */
  span.powermail_mandatory { color:#a22c33; padding-left: 4px; }
  
  /* Background color if validation failed */
  input.validation-failed,
  textarea.validation-failed { /*background-color: red; background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif); background-repeat: no-repeat; background-position: 98% 1px;*/ }
  
  /* DIV container of errormessage */
  div.powermail_mandatory_js { color:#a22c33; margin: 3px 0 15px 128px; }
  
  /* Fieldset */
  fieldset.tx-powermail-pi1_fieldset { border: none; }
  
  /* legend of Fieldset */
  fieldset.tx-powermail-pi1_fieldset legend { display: none; }
  
  /* label */
  fieldset.tx-powermail-pi1_fieldset label { cursor: pointer; display: block; float: left; clear: both; line-height: 24px; padding-right: 8px; text-align: left; width: 120px; font-size:11px; color:#636363;}
  
  /* Input and textarea */
  fieldset.tx-powermail-pi1_fieldset input.powermail_text,
  fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea { background:#f7f7f7; border-top: 1px solid #787878; border-left: 1px solid #787878; border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;width: 240px; font-size: 12px; margin: 0; padding: 0 5px; }
  fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; padding: 5px; height:160px; overflow: auto; }
  fieldset.tx-powermail-pi1_fieldset input.powermail_text { line-height: 18px; height: 18px; padding-top: 4px; }
  fieldset.tx_powermail_pi1_fieldwrap_html_select select { background:#f7f7f7; border-top: 1px solid #787878; border-left: 1px solid #787878; border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;width: 240px; margin: 0 0 20px 0; padding: 10px; float: left; font-size: 12px; }
  
  /* Radiobuttons */
  fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio { margin: 5px 0; }
  
  /* DIV container arround every field */
  div.tx_powermail_pi1_fieldwrap_html { padding: 0 0 4px 0; margin: 0 0 4px 0; /*border-bottom: 1px solid #e2e2e2*/; }
  div.tx_powermail_pi1_fieldwrap_html_reset { border-bottom: none; padding: 0; }
  div.tx_powermail_pi1_fieldwrap_html_submit { margin: 0 0 15px 0;	}
  fieldset.tx-powermail-pi1_fieldset input.powermail_reset,
  fieldset.tx-powermail-pi1_fieldset input.powermail_submit,
  input.tx-powermail-pi1_mandatory_submit { cursor: pointer; font-size: 12px; line-height: 16px; padding: 4px 16px; }
  
  /* submit button */
  fieldset.tx-powermail-pi1_fieldset input.powermail_reset { /*background: #e0e0e0 url(../images/menu-2-a-background.gif) top left repeat-x;*/ border-bottom: 1px solid #585858; border-left: 1px solid #c7c7c7; border-right: 1px solid #585858; border-top: 1px solid #c7c7c7; color: #323232; margin: 0 0 0 128px; }
  fieldset.tx-powermail-pi1_fieldset input.powermail_submit { margin: 0 0 0 128px; }
  input.tx-powermail-pi1_mandatory_submit { margin: 0 0 0 0; }
  
  /* submit button */
  fieldset.tx-powermail-pi1_fieldset input.powermail_submit,
  input.tx-powermail-pi1_mandatory_submit { background: #e0e0e0 repeat-x top left; border-bottom: 1px solid #848484; border-left: 1px solid #bcbcbc; border-right: 1px solid #848484; border-top: 1px solid #bcbcbc; color: #323232; }
  p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
  p.tx_powermail_pi1_fieldwrap_html_radio_title { margin: 0; padding: 0;  }
  div.countryzone { margin: 0 0 0 128px; }
  
  /* Description */
  div.tx_powermail_pi1_fieldwrap_html label a { cursor: help; }
  div.tx_powermail_pi1_fieldwrap_html label a dfn { display: none; }
  
  /* Description on mouseover */
  div.tx_powermail_pi1_fieldwrap_html label a:hover dfn { display: block; position: absolute; width: 250px; padding: 5px; background-color: #ddd; border: 1px solid red; color: black; text-decoration: none; }
  
  /* Description icon */
  div.tx_powermail_pi1_fieldwrap_html img.icon_info { padding: 2px 2px 0 2px; }
  fieldset.tx-powermail-pi1_fieldset div.even { }
  fieldset.tx-powermail-pi1_fieldset div.odd { }
  
  /* Confirmation */
  td.powermail_all_td { padding: 3px 10px 3px 0; }
  
  /* THX */
  td.powermail_all p.bodytext { margin: 0; }
  
  /*Select*/
  fieldset.tx_powermail_pi1_fieldwrap_html_select select { width: 200px; margin: 0 0 20px 0; padding: 10px; float: left; font-size: 12px; }

  /* error message */
  .error {background-color:#ff0000; border:1px solid #ff0000; font-size:11px; color:#fff; padding:3px 10px 5px 10px; margin-left:-2px; z-index:10; text-align:left; height:auto;
	-moz-border-radius:5px;	-webkit-border-radius:5px; border-radius:5px;
	-moz-box-shadow:0 0 6px #ddd; -webkit-box-shadow:0 0 6px #ddd; box-shadow:0 0 6px #ddd;
  }
  .error p {margin:0; padding:0; font-weight:bold; color:#fff;}
  /* pure CSS arrow */
  .error em {display:block;	width:0; height:0; border:10px solid; border-color:#ff0000 transparent transparent; position:absolute; bottom:-7px; left:5px; border-bottom:0 none;}


/* Anpassungen für css_styled_content */
/*.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left:0;}*/
#contentContainer #content .csc-textpic-imagerow ul {padding:0;margin:0;}
#contentContainer #content .csc-textpic-imagerow li {padding:0;margin:0;}
#contentContainer #content .csc-textpic-imagecolumn ul {padding:0;margin:0;}
#contentContainer #content .csc-textpic-imagecolumn li {padding-left:0;}


/* Facebook Slide LikeBox */
.slide_likebox {
	float:right;
	width:247px;
	height:395px; 
	background: url(../images/fbslide1.png) no-repeat !important;
	display:block;
	right:-205px;
	padding:0;
	position:fixed;
	top: 170px;
	z-index:1002;
}
.slide_text {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 8px; 
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
}

