@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;
  }



.menutext{

padding: 5px;
border-bottom: 1px solid #FFFFFF;

}
ul#lmnav,
ul#lmnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 210px; /* Width of Menu Items */
	background: #84CCEE; /* IE6 Bug */
	background-color: #84CCEE;
	color: #004580;
	font-size: 100%;
	
	}
 
ul#lmnav li {

margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	position: relative;
	list-style: none;
	line-height:1.5em;
	

	}
 
ul#lmnav li a {
	line-height:1.5em;
	display: block;
	text-decoration: none;
	color: #004580;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;

		}
	
 
/* Fix IE. Hide from IE Mac \*/
* html ul#lmnav li {  height: 1%; }
* html ul#lmnav li a { height: 1%; }
/* End */
 
ul#lmnav ul {
	position: absolute;
	display: none;
	left: 209px; /* Set 1px less than menu width */
	top: 0;
		}
 
ul#lmnav li ul li a { padding: 5px 5px;line-height:1.5em; } /* Sub Menu Styles */
 
ul#lmnav li:hover ul ul,
ul#lmnav li:hover ul ul ul,
ul#lmnav li.over ul ul,
ul#lmnav li.over ul ul ul { display: none; } /* Hide sub-menus initially */
 
ul#lmnav li li {background-color:#BBE4F7;}
ul#lmnav li li li {background-color:#BBE4F7;}
ul#lmnav li li.menuparent  {background-color:#BBE4F7;}

ul#lmnav li:hover ul,
ul#lmnav li li:hover ul,
ul#lmnav li li li:hover ul,
ul#lmnav li.over ul,
ul#lmnav li li.over ul,
ul#lmnav li li li.over ul { display: block; } /* The magic */
 
ul#lmnav li.menuparent { background: transparent url(images/arrow.gif) right 10px no-repeat; }
 
ul#lmnav li.menuparent:hover,
ul#lmnav li.over { 	background-color: #D6EFFA; 
}
 
 
ul#lmnav li a:hover { z-index:10000;
	color: #004580; 	
}

  
}
