/**
 * Seite: ticcon.de
 * Datei: screen.css
 * Media: screen
 *
 * Datum: 2005-??  | 2006-02
 * Autor: N.Weber
 ****************************************************************************************************
 *
 * 1.0em = 11px    // Standard
 * 0.9em     // etwas kleiner
 * 0.8em    // sehr klein (z.B.Footer)
 * 
 * 1.4em    // grosse (Seiten-)Ueberschrift
 * 1.1em    // kleine (Unterseiten-)Ueberschrift/Navigation
 *
 * Bezug der Groessen immer auf Elternelement!
 *
 ****************************************************************************************************/


@import url("content.css");


* {
  margin: 0;
  padding: 0;
}
.hidden {
  display: none;
}

body {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    background-color: #ebebeb;
    color: #5e5e5e;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
} 

p.bodytext {   
  margin: 0;
  font-size: 1em;
  line-height: 1.4em;
  color: #5e5e5e;
  text-align: left;
}
.tx-srfreecap-pi2-cant-read {
  margin: 0;
  font-size: 1em;
  line-height: 1.4em;
  color: #5e5e5e;
  text-align: left;
}
a {
  color: #5e5e5e;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}
p.csc-linkToTop {
  margin: 15px 0 10px 0;
  text-align: right;
}
table {
  color: #5E5E5E;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
}
h1 {
        margin: 0 0 8px 0;
  font-size: 1.4em;
  letter-spacing: 0.1em;
}
h2 {
  margin: 20px 0 8px 0;
  font-size : 1.4em;
  letter-spacing : 0.1em;
}
h3 {
  margin: 10px 0 4px 0;
  font-size : 1.1em;
  letter-spacing : 0.1em;
}
h4 {
  margin: 10px 0 4px 0;
  font-size : 1.1em;
  font-weight: bold;
}
ul {
  margin: 0 0 0 30px;
  text-align: left;
}
fieldset {
  border: 0;
}
.imgtext-table {
  margin-left: 15px;
}

hr {
  color: #D3D3D3;
}

/* DIV TABELLE */
.table {
  display: table;
}

.tr {
  display: table-row;
}
.td-float-left {
  width: 120px;
  padding: 3px;
  float: left;
  display: table-cell;
  vertical-align: middle;
}
.td-float-no {
  padding: 3px;
  display: table-cell;
  vertical-align: middle;
}
.fehler-form {
  background-color: red;
}
/**
 * C O N T A I N E R
 ****************************************************************************************************/

#container {
    /*top: 15px;*/
    left: 50%;
    width: 900px;
    height: auto;
    min-height: 100%;
    overflow: visible;
    margin: 0 auto 0 -450px;
    padding: 0;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid  #959595;
    border-top: none;
    text-align: left;
} 

/**
 * R U B R I K B I L D
 ***************************************************/
body #container a #rubrikbild01 {
  width: 900px;
  height: 140px;
  display: block;
  cursor: pointer;
  background-image: url(../rubrikbild/header.jpg);
}

/**
 * N A V I - B A S I S
 ***************************************************/
body #container fieldset #navi-basis {
  padding: 1px 4px 1px 0;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  background-color: #f6d300;
  color: #777777;
  text-align: right;
  font-size: 1.1em;
  line-height: 1.4em;
}    
body #container fieldset #navi-basis a {
  padding: 0 3px 0 3px;
  background-color: #f6d300;
  color: #777777;
  text-decoration: none;
}
body #container fieldset #navi-basis a:hover,
body #container fieldset #navi-basis a.current {
  background-color: #f6d300;
  color: #444444;
}
/**
 * N A V I - B C T
 ***************************************************/
/*
body #container fieldset #navi-bct {
  margin: 0 0 2px 0;
  padding: 2px 3px 2px 4px;
  background-color: #ffffff;
  color: #bbbbbb;
  font-size: 0.9em;
  line-height: 1.8em;
}    
body #container fieldset #navi-bct a {
  padding: 0 3px 0 3px;
  background-color: #ffffff;
  color: #bbbbbb;
  font-size: 1em;
  text-decoration: none;
}
body #container fieldset #navi-bct a:hover,
body #container fieldset #navi-bct a.current {
  background-color: #ffffff;
  color: #777777;
}
*/
/**
 * N A V I - M A I N
 ***************************************************/
body #container fieldset.navi-main-fieldset {
  width: 180px;
  margin: 21px 0 250px 0;
  float: left;
  display: block;
}
body #container fieldset #navi-main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #cbcaca;  
}
body #container fieldset #navi-main ul ul {
  border-bottom: 0;
}
body #container fieldset #navi-main ul li.navi-level1 a {
  margin: 0 0 1px 0;
  padding: 1px 0 1px 17px;
  display: block;
  font-size: 1.1em;
  line-height: 1.6em;
}
body #container fieldset #navi-main ul li.navi-level1 a {
  /*background-color: #cbcaca;*/
  color: #5e5e5e;
  background-image: url(../images/navi_grafik_q.gif);
  background-repeat: no-repeat;
  background-position: 4px 7px;
  text-decoration: none;
  border-top: 1px solid #cbcaca;
}
body #container fieldset #navi-main ul li.navi-level1 a.current,
body #container fieldset #navi-main ul li.navi-level1 a:hover {
  /*background-color: #cbcaca;*/
  color: #5e5e5e;
  color: #333333;
  background-image: url(../images/navi_grafik_q_ro.gif);
  background-repeat: no-repeat;
  background-position: 4px 7px;
  text-decoration: none;
}
body #container fieldset #navi-main ul li.navi-level1 a.current2 {
  /*background-color: #cbcaca;*/
  color: #5e5e5e;
  background-image: url(../images/navi_grafik_q_ro.gif);
  background-repeat: no-repeat;
  background-position: 4px 7px;
  text-decoration: none;
}
body #container fieldset #navi-main ul li.navi-level2 a {
  margin: 0 0 1px 0;
  padding: 1px 0 1px 17px;
  display: block;
  /*background-color: #d9d9d9;*/
  background-image: none;
  color: #666666;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.8em;
  border-top: 1px solid #d9d9d9;
}
body #container fieldset #navi-main ul li.navi-level2 a.current,
body #container fieldset #navi-main ul li.navi-level2 a:hover {
  color: #222222;
  /*background-color: #dfdede;*/
  background-image: none;
  text-decoration: none;
}
body #container fieldset #navi-main ul li.navi-level3 a {
  margin: 0 0 1px 0;
  padding: 1px 0 1px 30px;
  display: block;
  /*background-color: #e9e7e7;*/
  background-image: none;
  color: #999999;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 2em;
        border-top: 1px solid #e9e7e7;  
}
body #container fieldset #navi-main ul li.navi-level3 a.current,
body #container fieldset #navi-main ul li.navi-level3 a:hover {
  color: #222222;
  /*background-color: #e3e2e2;*/
  background-image: none;
  text-decoration: none;
}

/**
 * C O N T E N T
 ***************************************************/
body #container fieldset.content-fieldset {
  width: 578px;
  height: auto;
  min-height: 400px;
  margin: 25px 0 20px 85px;
  float: left;
  /*border-top: 1px solid #ffffff;
  border-left: 15px solid #ffffff;
  border: 1px solid #eeeeee;*/
}

body #container fieldset.content-fieldset LI {
  padding-top: 5px;
}

/**
 * F O O T E R
 ***************************************************/
body #container #footer-container {
  width: 100%;
  margin: 20px 0 15px 0;
  float: left;
}
body #container #footer-container #navi-main-spacer {
  width: 160px;
  height: 1px;
  float: left;
}

body #container #footer-container #footer {
    width: 870px;
    float: left;
    /*border-left: 15px solid #ffffff;*/
    margin-left: 15px;
    background-color: #ffffff;
    color: #999999;
    text-align: right;
    border-top: 1px solid #dddddd;
} 
/*
body #container #footer-container #footer {
  width: 480px;
  float: left;
  border-left: 15px solid #ffffff;
  background-color: #ffffff;
  color: #bbbbbb;
  text-align: right;
}
*/
body #container #footer-container #footer #navi-service {
  width: 100%;
  height: 1.2em;
  padding: 3px 0 3px 0;
  display: table;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 0.9em;
}
body #container #footer-container #footer #navi-service #printlink {
  width: 33%;
  float: left;
  display: table-cell;
  text-align: left;
}
body #container #footer-container #footer #navi-service #tipafriend {
  width: 33%;
  float: left;
  display: table-cell;
  text-align: center;
}
body #container #footer-container #footer #navi-service #pageup {
  width: 34%;
  float: left;
  display: table-cell;
  text-align: right;
}
body #container #footer-container #footer #printlink a,
body #container #footer-container #footer #tipafriend a,
body #container #footer-container #footer #pageup a {
  color: #999999;
  text-decoration: none;
}
body #container #footer-container #footer #copyright {
  margin: 15px 0 0 0;
  clear: right;
  font-size: 0.8em;
}
/**
 * P L U G I N S
 ****************************************************************************************************/
/**
 * PLUGIN: css_styled_content
 ***************************************************/
ul.csc-bulletlist-0,
ul.csc-bulletlist-1 {
  list-style: disc;
}
ul.csc-bulletlist-0 li,
ul.csc-bulletlist-1 li {
  margin: 0 0 3px 0;
  padding: 5px 0 0 5px;
  font-size: 1em;
}
ul.csc-bulletlist-2 {
  list-style: square;
}
ul.csc-bulletlist-2 li {
  margin: 0 0 3px 0;
  font-size: 1em;
}
ul.csc-bulletlist-3 {
  list-style: decimal;
}
ul.csc-bulletlist-3 li {
  margin: 0 0 6px 4px;
  font-size: 1em;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * */
.csc-sitemap-level1{
  background-color: #D9D7D7;
  padding: 3px;
}

.csc-sitemap-level2 {
  margin-left:10px;
  background-color: #ECEBEB;
}

.csc-sitemap-level3 {
  margin-left: 40px;
  background-color: #F7F6F6;
}
/**
 * PLUGIN: dam_downloadlist
 ***************************************************/
dl.ddl_container {
}
dt.ddl_title {
  margin: 0 0 4px 0;
  font-weight: bold;
  display: block;
}
dd.ddl_description {
  text-align: left;
}
dd.ddl_description p {
}
ul.ddl_file_list {
  margin: 6px 0 0 0;
  padding: 0;
}
li.ddl_file_list_item {
  list-style-type: none;
}
li.ddl_file_list_item img {
  margin: 0 0 -3px 0;
}
div.dam-list-line {
  width: 100%;
  height: 0;
  margin: 10px 0 10px 0;
  border-top: 1px solid #bbbbbb;
}
/**
 * PLUGIN: tic_multiform
 ***************************************************/
.tx-pilmailform-pi1,
.tx-ticmultiform-pi1 {
}

.tx-ticmultiform-pi1 .td-float-left {
  width: 50px;
  max-width: 150px;
  vertical-align: top;
}

/**
 * PLUGIN: tipafriend
 ***************************************************/
form.formTipafriend label {
}
/**
 * PLUGIN: cron_cssstyledimgtext
 ***************************************************/
/* Captions
 * * * * * * * * * * * * * * * * * * * * * * * * * */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 80%; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 1px solid  #959595;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }
DIV.csi-textpic P { margin: 0 10px 0 0; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 15px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

.csc-uploads-fileName p a:before {
  content: url(../images/pdf.gif);
}



/*  Styles for catmenu mode "nestedWraps" */
.level0 {
  background-color:#fff;
}
.level1 {
  padding-left:10px;
  background-color:#eee;
}
.level2 {
  padding-left:10px;
  background-color:#ddd;
}
.level3 {
  padding-left:10px;
  background-color:#ccc;
}
.level4 {
  padding-left:10px;
  background-color:#bbb;
}


/* G O O G L E  M A P S */

#map590_dirmenu_0_0 {
  padding-bottom: 25px;
}


/* P A G E B R O W S E R */

/*li {margin-left: 1.5em; margin-right: 1.5em; line-height: 1.5em; } *//* ist fuer Pagebrowser !! */

/* das sind die pagebrowser einstelleungen */
div.cag_pagebrowser {margin: 0px 0 2px 0; text-align:center; font-weight:bold; padding: 0;}
div.cag_pagebrowser ul {list-style-type: none; margin: 0; padding: 0;}
div.cag_pagebrowser ul li {display: inline; text-align: center;}
div.cag_pagebrowser a {font-size:13px; }
div.cag_pagebrowser .divider {padding: 0 0.1em; }
div.cag_pagebrowser .index {display: none; }

/* die Hauptconfig steht jetzt im /typo3/ext/pagebrowser Bereich global fuer alle Webs !!!  */
div.cag_pagebrowser li.previous {margin-left:4px;}
div.cag_pagebrowser li.next     {margin-left:120px; overflow:hidden; white-space:nowrap; }



body #container #bannerpic {
  margin: 25px 0 0 7px;
}
body #container #bannerpic H3 {
  margin: 0;
  padding: 15px 3px 0 0;
  font-size: 12px;
}
body #container #bannerpic P {
  position: relative;
  left: 10px;
}
body #container #bannerpic IMG {
  bottom: 15px;
}
body #container fieldset.navi-main-fieldset #bannerpic .csi-textpic.csi-border IMG {
  padding: 0;
  border: 1px solid #CCCCCC;
}



