/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*
/***************************/
/* General element styles: */
/***************************/

PRE { font-family: monospace; }

FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 12px; }
INPUT, SELECT { padding-left: 5px; font-size: 12px; }
/******************/
/* Headers, plain */
/******************/
P.csc-firstHeader { padding: 0px; margin: 0px;}
P.csc-header-n1 { padding: 0px; margin: 0px;}
/* Subheader, general */
P.csc-subheader { font-style: italic;}
/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }
/*******************/
/* RTE / Bodytext: */
/*******************/
/* Normaler Text, Textfarbe "color: #fff;" weggelassen, bitte in /sub/*.html-Dateien festlegen */

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 10px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; }
/* RTE / Table styling */
TABLE.contenttable TR TD { padding: 0px; margin: 0px;}
TABLE.contenttable TR {  }
/**********/
/* Images */
/**********/
/* Images / Captions */
P.csc-caption { font-size: 11px; font-style: normal; }
/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; margin: 0px; padding: 0px;}
DL.imgtext-table { border: 0px; margin: 0px; padding: 0px;}
P.imgtext-table { border: 0px; margin: 0px; padding: 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; margin: 0px; padding: 0px;}
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 20px; }
dl.csc-textpic-firstcol dt img { margin-left: 0px; margin-right: 5px; }
dl.csc-textpic-image dt img { margin-left: 0px; margin-right: 5px; }
dl.csc-textpic-lastcol dt img { margin-left: 0px; }
/* Modifikation Bildabstände etc. */
td img.decoration {display: block;}
tr.decoration img {display: block;}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin: 0px; margin-left: 10px; padding-bottom: 5px;} 
DIV.csc-textpic-firstcol { margin: 0px; margin-right: 5px; }
DIV.csc-textpic-lastcol { margin: 0px; }

/* damit Bilder nicht mehr aus den DIVs brechen */
.csc-textpic-clear{ clear:both; }


TD.csc-textpic TD.csc-textpic-imagewrap .csc-textpic-image { margin: 0px; } 
TABLE.csc-textpic TABLE.csc-textpic-imagewrap .csc-textpic-image { margin: 0px; } 
DIV.imgtext-table DIV.imgtext-table-imagewrap .imgtext-table { margin: 0px; } 
/* Pictures centered, add margin on left */
DIV.imgtext-table DIV.csc-imgtext-table .imgtext-table { width: 100%;
display: inline; /* IE fix for double-margin bug */
margin: 0px;
}
/***************/
/* Bulletlists */
/***************/
/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 11px; }
/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }
/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable TR TD { vertical-align: top; }
/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }
TABLE.contenttable-1 P { color: #000000; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
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: 0px; padding-right: 0px; 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: 0px; padding-right: 0px; }
/* 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; }
/*****************/
/* Various Forms */
/*****************/

fieldset.csc-mailform {
border:0;
}
fieldset.csc-mailform label {
width: 250px;
float: left;
text-align: right;
margin-right: 10px;
vertical-align: middle;
/* Firefox-Bug */
float: left;
clear: both;
}
/* Abstände */
div.csc-mailform-field {display: block; padding-bottom: 4px; height: auto;}

fieldset.csc-mailform input {
font-size:11px;
font-family: Verdana, Helvetica, sans-serif;
border:1px solid #ccc;
width:270px;
}

fieldset.csc-mailform textarea
{
font-size:11px;
font-family: Verdana, Helvetica, sans-serif;
border:1px solid #ccc;
padding:2px;
width:270px;
}


#fieldset.csc-mailform-submit {padding-top: 10px; padding-left: 200px; }


#mailformformtype_mail {
margin-top:10px;
margin-left:210px;
background:#eee;
border:1px solid #ccc;
width:180px;
text-align:center;
}

#printlink { background-color: white;}

dd .csc-textpic-caption { margin-top:  2px;}

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    
}

div#box div#box2 div#box-content div#CONTENTNORMAL table tbody tr td#CONTENT div.csc-textpic div.csc-textpic-imagewrap  {min-height: 135px;}
