@charset "UTF-8";

/* ----------- from TYPO3 --------------- */

P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 10px; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }

/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { }

TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { }
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }

/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #EDEBF1; }
TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


/* ------------ styles to be the same as rte.css ------------- */

body {
	text-decoration: none;
	text-transform: none;
	color: #505050;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", "Trebuchet MS";
}

p {
	margin-top: 1em;
}

h1 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 0.2em;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #e2001a;
	margin-bottom: 0.2em;
	margin-top: 1em;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #e2001a;
	margin-bottom: 0.2em;
	margin-top: 1em;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.2em;
	margin-top: 1em;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	color: #e2001a;
	margin-bottom: 0.2em;
	margin-top: 1em;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #e2001a;
	margin-bottom: 0.2em;
	margin-top: 1em;
}

a {
	color: #505050;
	text-decoration: underline;
}
a:hover,a:active {
	color: #e2001a;
	text-decoration: none;
}


hr {
	border:0 #ccc solid;
	border-top-width:1px;
	height:0;
	clear:both;
}

ol {
	list-style:decimal;
}
ul {
	list-style:disc;
}
li {
	margin-left:30px;
}

strong {
	font-weight: bold;
}

TABLE.contenttable { margin: 10px 0px; width: 100%; }
TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: top; }
TABLE.contenttable TR TD,TABLE.contenttable TR TH { padding: 0px 3px; }

p.align-left, td.align-left, th.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center { text-align: center; }
p.align-right, td.align-right , th.align-right { text-align: right; }

td.width-25 { width: 24%; }
td.width-33 { width: 33%; }
td.width-50 { width: 49%; }

/* ----------- our styles --------------- */

#footwrap .footer a {
	color: #606060;
}

/* shortlinks */
.shortlinks {
	background: #efefef;
}

.shortlinks a {
	color: #e2001a;
	text-decoration: none;
	padding-right: 0.1em;
	padding-left: 0.1em;
	line-height: 1.4em;
}

.shortlinks a:hover  {
	color: #FFF;
	text-decoration: none;
	background: #e2001a;
}

.hide {
	display: none !important;
}

/* ------------ captcha ------------  */

.tx-srfreecap-pi2-image { margin-left: 1em; }
.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }

/* ------------ language menu  ------------  */

.tx-srlanguagemenu-pi1 {
	text-align: right;
	color: white;
}
.tx-srlanguagemenu-pi1 fieldset legend {
	display: none;
}
.tx-srlanguagemenu-pi1 div {
	display: inline;
}
.tx-srlanguagemenu-pi1 img {
	margin: 0 5px;
	padding: 0;
	border-style: none;
	height: 16px;
	vertical-align: middle;
}
.tx-srlanguagemenu-pi1 .CUR {}
.tx-srlanguagemenu-pi1 .CUR a {
	font-weight: bold;
}
.tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active {}
.tx-srlanguagemenu-pi1 .NO {}
.tx-srlanguagemenu-pi1 .NO a {
	font-weight:bold;
}
.tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active {}
.tx-srlanguagemenu-pi1 .INACT {}
.tx-srlanguagemenu-pi1 .INACT a {
	font-weight: normal;
}
.tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active {}
.tx-srlanguagemenu-pi1 .SPC {
	font-size: 0.8em;
	line-height: 100%;
}


/* ------------ felogin  ------------  */

.login {
	position: relative;
}

.login .reglink {
	position: absolute;
	top: 53px;
	left: 69px;
	width: 300px;
	height: 20px;
}

.login .tx-felogin-pi1 div,.login .tx-felogin-pi1 form {
	display: block;
	float: left;
}
.login .tx-felogin-pi1 div {
	height: 50px;
	line-height: 130%;
	padding: 3px;
}
.login .tx-felogin-pi1 div.welcomemessage {
	color: #F10000;
	padding-top: 20px;
	height: 30px;
}
.login .tx-felogin-pi1 label {
	color: white;
	font-size: 0.9em;
	padding-right: 10px;
}
.login .tx-felogin-pi1 div a,.login .reglink a {
	color: #A2A2A2;
	font-size: 0.8em;
	text-decoration: none;
}
.login .tx-felogin-pi1 input {
	width: 160px;
	background-color: #666;
	border: none;
	color: #E2E2E2;
}
.login .tx-felogin-pi1 input.submit {
	background: url(backgrounds/button.png) #E2E2E2 repeat-x top left;
	color: #6E6E6E;
	border: none;
	height: 24px;
	width: 60px;
	margin-top: 13px;
}

/* ------------ Slider  ------------  */

.faq .beschreibung {
	display: block;
	padding:5px;
	width:650px;
}
.faq .kategorie {
	display:block;
	height:20px;
	width:660px;
	padding:10px 0 0 0;
	margin-bottom:5px;
	border-bottom: solid 1px #ccc;
}
.faq .txt_kategorie {
	padding-left:5px;
	padding-bottom:5px;
	font:normal 12px/120% Arial, Helvetica, sans-serif;
	color:#666;
}
.faq .btn_fold_in {
	float:right;
	display:inline;
	padding-top:6px;
	width: 79px;
	height: 14px;
	cursor: pointer;
	background: url(../slider/media/btn_fold_out.gif) no-repeat right bottom;
}
.faq .btn_fold_out {
	float:right;
	display:inline;
	padding-top:6px;
	width: 79px;
	height: 14px;
	cursor: pointer;
	background: url(../slider/media/btn_fold_in.gif) no-repeat right bottom;
}
.faq .kategorie p {
	margin: 0;
}

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) CSS-component for creating vertical forms
 * (de) CSS-Baustein zur Erstellung von Formularen mit untereinander angeordneten Elementen
 *
 * @note            Many thanks to Ansgar Hein (http://www.anatom5.de) for contribution
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision: 455 $
 * @lastmodified    $Date: 2010-01-01 17:33:05 +0100 (Fr, 01. Jan 2010) $
 */

@media screen, projection
{
  /**
   *  YAML Forms - visual styling
   *
   *  (en) visual form styling area
   *  (de) Festlegung des optischen Erscheinungsbildes
   */

  .yform {
    margin:0 0 1em 0;
    padding:10px;
  }

  .yform fieldset {
    border:1px #ddd solid;
    background:#fafafa;
    margin:0 0 1em 0;
    padding:0.5em 1em;
  }
  
  .yform legend {
    font-size:125%;
    font-weight:normal;
    color:#000;
  }

  .yform label {
    color:#666;
  }

  .yform input,
  .yform textarea,
  .yform select, 
  .yform optgroup {
    font-family:Arial, Helvetica, sans-serif; /* proportional fonts for all form elements */
  }

  .yform .type-text input,
  .yform .type-text textarea,
  .yform .type-select select {
    border:1px solid #ddd;
  }

  /* :hover and :focus status on form fields | Effekt zur Hervorhebung von Formularfeldern bei :hover oder :focus */
  .yform div.type-text input:focus,
  .yform div select:focus,
  .yform div textarea:focus,
  .yform div.type-text input:hover,
  .yform div select:hover,
  .yform div textarea:hover,
  .yform div.type-text input:active,
  .yform div select:active,
  .yform div textarea:active {
    border:1px #a66 solid;
    background:#fff;
  }

  /* Styling of custom styled buttons | Gestaltung von individuell gestalteten Buttons */
  .yform .type-button input {
    border-top:1px #ddd solid;
    border-left:1px #ddd solid;
    border-right:1px #444 solid;
    border-bottom:1px #444 solid;
    color:#000;
    background:#454545 url(images/button_gray.png) top left repeat-x;
    padding:5px 1em;
  }

  .yform .type-button input[type=reset] { color:#300; background:#661717 url(images/button_red.png) top left repeat-x; }
  .yform .type-button input[type=submit] {
  	background:url(backgrounds/button.png) #E2E2E2 repeat-x top left;
	color:#6E6E6E;
	border:none;
	height:24px;
	padding:0 5px;
  }

  /* optional button styling for IE6 using classes */
  .yform .type-button input.reset { color:#300; background:#661717 url(images/button_red.png) top left repeat-x; }
  .yform .type-button input.submit {
	background:url(backgrounds/button.png) #E2E2E2 repeat-x top left;
	color:#6E6E6E;
	border:none;
	height:24px;
	padding:0 5px;
  }

  /* :hover and :focus status on buttons | Effekt zur Hervorhebung von Schaltern bei :hover oder :focus */
  .yform div.type-button input:focus,
  .yform div.type-button input:hover,
  .yform div.type-button input:active {
    border-top:1px #444 solid;
    border-left:1px #444 solid;
    border-right:1px #ddd solid;
    border-bottom:1px #ddd solid;
    color:#fff;
    background:#555; 
  }

  .yform div.type-button input.reset:focus,
  .yform div.type-button input.reset:hover,
  .yform div.type-button input.reset:active {
    background:#800; color:#fff;
  }

  .yform div.type-button input.submit:focus,
  .yform div.type-button input.submit:hover,
  .yform div.type-button input.submit:active {
    background:#880; color:#fff;
  }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Vertical-Forms - technical base (standard)
  *
  * |-------------------------------|
  * | fieldset                      |
  * |-------------------------------|
  * |   label                       |
  * |   input / select / textarea   |
  * |-------------------------------|
  * | /fieldset                     |
  * |-------------------------------|
  *
  * (en) Styling of forms where both label and input/select/textarea are styled with display:block;
  * (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
  *
  * WARNING:This part contains several IE-stability-fixes. Don't edit this part if you are not sure, what you're doing!
  */

  /* General form styling  | Allgemeine Formatierung des Formulars */
  .yform { overflow:hidden; }
  .yform fieldset { overflow:hidden; }
  .yform label { display:block; cursor:pointer; }
  .yform legend { background:transparent; border:0; padding:0 0.5em; }
  .yform .message { display:block; margin-bottom:0.5em; color:#666; }

  /* Hiding of hidden fields (otherwise ugly spaces in Firefox) | Versteckte Felder wirklich verstecken (sonst ggf. häßliche Lücken im Firefox) */
  .yform input[type=hidden] { display:none !important; }

  /* Highlight mandatory fields | Pflichtfeldkennzeichnung hervorheben */
  .yform sup { vertical-align: super; }

  /* styling containing DIV elements | Gestaltung der kapselnden DIV-Elemente */
  .yform div.type-text,
  .yform div.type-select,
  .yform div.type-check,
  .yform div.type-button {
    margin:0.5em 0;
	padding:2px 0.5em;
    position:relative;
    overflow:hidden;
  }

  .yform div.type-button {
    padding:2px 0em;  
  }

  /* styling standard form elements with 'almost' equal flexible width | Gestaltung der einzelnen Formularelemente mit annähend gleicher Breite */
  .yform .type-text input,
  .yform .type-text textarea {
    display:block;
    position:relative;
    padding:0.3em 0.3em;
    width:58.5%;
  }

  .yform .type-select select {
    display:block;
    position:relative;
    padding:0.3em 2px 0.3em 1px;
    width:60%;
    cursor:pointer;
  }
  .yform .type-select select optgroup {
    font-style:normal;
    font-weight:bold;
  }

  .yform .type-check input { cursor:pointer; }
  .yform .type-check label { display:inline; }

  /* Styling of buttons | Gestaltung von Buttons */
  .yform .type-button input {
    cursor:pointer;
    overflow:visible;  /* Fixes IE7 auto-padding bug */
    width:auto;
  }

  /* Styling of error-messages | Fehlermeldungen */
  .yform div.error {
    border:1px #a00 dashed;
    background:#faf4f4;
    padding:0.5em;
  }

  .yform div.error label { color:#000; font-weight:bold; }
  .yform div.error .message { color:#800; }

  /* avoid jumping checkboxes & radiobuttons in IE8 */
  .yform div.type-check input:focus,
  .yform div.type-check input:hover,
  .yform div.type-check input:active { border:0 none; }

 /*------------------------------------------------------------------------------------------------------*/

  /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrücken, wie die Breite der labels */

  .full div.type-text input,
  .full div.type-text textarea { width:95.5%; margin-right: -3px; }
  .full div.type-select select { width:97.0%; margin-right: -3px; }
  
  /* width adjustments for IE 5.x & IE6 | Breitenanpassung für Internet Explorer 5.x und 6.0 */
  * html .full div.type-text input,
  * html .full div.type-text textarea { width:95.5%; }
  * html .full div.type-select select { width:97.0%; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Columnar forms display - technical base (optional)
  *
  * |-------------------------------------------|
  * | fieldset                                  |
  * |-------------------------------------------|
  * |                                           |
  * |   label   |   input / select / textarea   |
  * |                                           |
  * |-------------------------------------------|
  * | /fieldset                                 |
  * |-------------------------------------------|
  *
  * (en) Styling of forms where label floats left of form-elements
  * (de) Formulargestaltung, bei der die label-Elemente nach links fließen
  *
  * WARNING:This part contains several IE-stability-fixes. Don't edit this part if you are not sure, what you're doing!
  */

  /* Columnar display | Spalten-Darstellung */
  .columnar .type-text label,
  .columnar .type-select label {
    float:left;
    width:30%; /* Can be fixed width too | Kann auch eine fixe Angabe sein */
  }

  /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrücken, wie die Breite der labels */
  .columnar div.type-check input { margin-left:30%; }
  .columnar div.error .message { margin-left:30%; }

  .columnar fieldset div.type-button,
  fieldset.columnar div.type-button { padding-left:30%; }

  .columnar div.type-text input,
  .columnar div.type-text textarea { float:left; width:67.8%; margin-right: -3px; }
  .columnar div.type-select select { float:left; width:69.4%; margin-right: -3px; }
  
  /* width adjustments for IE 5.x & IE6 | Breitenanpassung für Internet Explorer 5.x und 6.0 */
  * html .columnar div.type-text input,
  * html .columnar div.type-text textarea { width:67.2%; }
  * html .columnar div.type-select select { width:68.8%; }
  
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Global fixes for YAML's form construction set
  *
  * @workaround
  * @affected IE 5.x/Win, IE6, IE7
  * @css-for IE 5.x/Win, IE6, IE7
  * @valid no
  */

  .yform, 
  .yform div,
  .yform div * { zoom:1; }

 /**
  * Forms Fieldset/Legend-Bug in IE
  * @see http://www.mattheerema.com/web-design/2006/04/getting-fieldset-backgrounds-and-legends-to-behave-in-ie/
  *
  * @workaround
  * @affected IE 5.x/Win, IE6, IE7, IE8
  * @css-for IE 5.x/Win, IE6, IE7, IE8
  * @valid no
  */
  
  /* all IE */
  .yform { padding-top:0\9; }
  .yform fieldset { padding:0 5px\9; padding-top:1em\9; }
  .yform legend { position:absolute\9; top:-.5em\9; *left:0\9; }
  .yform fieldset { position:relative\9; overflow:visible\9;  margin-top:1.5em\9; zoom:1; }

  /* IE5.x, IE6 & IE7 */
  .yform legend { *padding:0 5px; }
  .yform fieldset { *padding-top:1.5em; *padding-bottom:0.5em; }
  
  /* IE5.x & IE6 */
  * html .yform { padding-top:10px; }
}


/*------smoothgallery------*/

.tx-rgsmoothgallery-pi1 {
  float:left;
}
 
#externalthumbs {
  float:left;
  width:200px;
}
 
#externalthumbs .label {
  display:none;
}
.carouselInner {
  width:205px;
}
 
.carouselInner .thumbnail {
  float:right;
  padding-bottom:10px;
}



