@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
{
  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body {  }

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins {  }
  #page{  }

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #header {  }
  #topnav {  }

  #main {  }

  #footer {  }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */
  
  #col1 {  }
  #col2_content {  }
  
  #col2 {  }
  #col1_content {  }
  
  #col3 {  }
  #col3_content {  }

 /*------------------------------------------------------------------------------------------------------*/
  h1 {
  	font-size: 135%;
	line-height: 130%;
	padding-right: 0.1em;
	padding-bottom: 0.05em;
  }
  
  input, textarea {
	margin:0px;
	padding-left:2px;
	font-family:'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	color:#5873a0;
	font-size:100%;
	line-height:125%;
	border:1px solid #9ed7f1;
	background-color:#fff;
  }
  
  .tx-indexedsearch-searchbox-button,
  .csc-mailform-submit {
  	margin:0px;
	padding-left:10px;
	padding-right:10px;
	font-family:'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	color:#004580;
	font-size:100%;
	line-height:125%;
	font-weight:bold;
	border:1px solid #9ed7f1;
	background-color:#acdcf3;
  }
  
}
