@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

table.contenttable-1 {font-size:0.8em; width:auto; margin:0 0 1em 0; border-collapse:collapse; empty-cells:show;}
table.contenttable-1 caption {text-align:left; font-weight:bold; color:#888; margin-bottom:0.2em;}
table.contenttable-1 th {height:1.0em; background:none; color:#000; padding:2px 10px 2px 2px; border:none;}
table.contenttable-1 tr.tr-odd {background: none;}
table.contenttable-1 tr.tr-even {background: none;}
table.contenttable-1 td {border:none; height:1.0em; padding:2px 2px 2px 2px; font-weight:normal}

.center td {border:1px solid #555;}

div.csc-textpic-imagerow {margin-bottom:10px;}

hr {border-bottom: 1px solid #ddd; margin-bottom:20px;}



}

.csc-textpic-caption {
    text-align: center;
}


p.bodytext {
    color: #444444;
}

.textBelowMenu h1 {
    text-align: center;
}

.important {
    color: #2e3192;
    background-color: white;
    line-height: 10pt;
    text-decoration: underline;
}

p.align-center {
    text-align: center;
    color: #444444;
    
}

p.align-justify {
    text-align: justify;
    color: #444444;
}


h2 {
    color: #444444;
    margin-bottom: 14px;
}




table.contenttable tr.tr-even {
    background: none repeat scroll 0 0 transparent;
}


table.contenttable tr.tr-odd {
    background: none repeat scroll 0 0 transparent;
}


table.contenttable th {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-weight: bold;
    color: #000000;
    height: 1em;
    padding: 2px 10px 2px 2px;
  width: 130px;
  text-align: left;
}

table.contenttable td {
  height: 1em;
}


div.indent {
  padding-left: 15px;
}


div.csc-mailform {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  padding: 1em;
}

div.csc-mailform li label {
  text-align: right;
  height: 2em;
}




