@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
{
  #col1 {width:195px;}
  #col1_content {padding:10px 5px 10px 5px;}

  #col2 {width:400px;}
  #col2_content {padding:40px 5px 10px 5px;}

  #col3 {margin:0 195px;}
  #col3_content {padding:10px 5px 10px 5px;}
  
/*Mailform*/
form#mailform fieldset {border:1px solid #ccc; padding:1em; background:#E9FCD5 url("01_layouts_basics/css/images/blatt.gif") no-repeat top right;}
form#mailform fieldset span.csc-mailform-radio fieldset {margin:1em 2em 1em 1em;}
form#mailform fieldset span.csc-mailform-radio fieldset input {width:auto; margin:0 0.3em 0 0; border:0;}
form#mailform fieldset span.csc-mailform-radio fieldset label {float:none;}
.csc-mailform-field {clear:both; margin-bottom:0.8em;}
fieldset.csc-mailform .csc-mailform-field label {width:10em; float:left; text-align:right; background:#E9FCD5; padding:2px;}
fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field select, fieldset.csc-mailform .csc-mailform-field textarea {width:15em;}
fieldset.csc-mailform .csc-mailform-field input.csc-mailform-check {width:auto; border:0; margin-top:0.2em;}
fieldset.csc-mailform .csc-mailform-field textarea {font-size:1em;}
fieldset.csc-mailform label span {color:red;}
input#mailformformtype_mail {margin-left:0em; background:#fff url("01_layouts_basics/css/images/senden.gif") no-repeat bottom left; cursor:pointer;}
input#mailformformtype_mail:hover {background:#f0f0f0 url("01_layouts_basics/css/images/senden.gif") no-repeat bottom left;}
.csc-mailform-field select {margin-left:1em; border:1px #ccc solid; color:#777;}
.csc-mailform-submit {height:35px;}
}

