@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all
{

  
  a:focus,
  a:hover,
  a:active { color:#62A8A6; }
  
  
  #footer a:focus,
  #footer a:hover,
  #footer a:active { color: #62A8A6; }

  div#rootline a:focus,
  div#rootline a:hover,
  div#rootline a:active { color: #62A8A6; }

    
    #nav {    
    background: #A4C8CD;  
  } 
  
  #main {    
    background: #D1E2E2;  
  } 
 
	#nav_main ul#primary span,#nav_main ul#primary a.current,#nav_main ul#primary a.current:hover {
	background: #D1E2E2;
}

#nav_main ul#primary a {
	background: #A4C8CD;
}
#nav_main ul#secondary li a {
	background-color:  #D1E2E2;
}

/*############## SUBMENÃœ ################################*/

/*############## SUBMENÃœ ################################*/
  
  #submenu li { 
    border-top: 1px #A4C8CD solid;
	 border-left: 1px #A4C8CD solid;
	 border-right: 1px #A4C8CD solid;
  } 
  
  #submenu li a.active {   
   background-color:#A4C8CD; 
  }
  
  ul#submenu a.active { background-color:#A4C8CD; }   

   
/*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */
/*Suche*/
  	input.suchen_submit{  
      border: #ADCCCC 1px solid;          
    }

input.suchen{
   border: 1px solid #A4C8CD; 
}

/**Formulare*/

div.formwrapper {    
    border: 1px solid #A4C8CD;    
}  

legend {
	  border-right: 1px solid #A4C8CD;
	  border-left: 1px solid #A4C8CD;
	  border-top: 1px solid #A4C8CD;
}

#col2 p.legend {
    color:#ADCCCC;
}

div.formSubmit {   
    border: 1px solid #A4C8CD;
}

div.formSubmit input {
    border: 1px solid #A4C8CD;
}

input,
select,
textarea {
  border: 1px solid #A4C8CD;
}

input.submit {    
    border: 1px solid #A4C8CD;    
}

/*Table*/
table { 
  border: 1px solid #A4C8CD; 
}
table thead td,
table thead th {	
	border: 1px solid #A4C8CD;
}

table td {  
  border: 1px solid #A4C8CD;
}


hr {
    border-bottom: 1px #A4C8CD solid;
}

/* ######################################################################################################
** ### Formatierung der Container der Spalte2 ##########################################################
** ######################################################################################################
*/

div.container {
border-left: 1px solid #A4C8CD;
border-right: 1px solid #A4C8CD;
}

div.container h3,
#col2 div.container h3 {
  background: #A4C8CD;
}
  

/*Sonstiges*/
/*Textbox - Rahmen um Text*/
div.csc-frame-frame1 {
  border: 1px #A4C8CD solid;
}
div.csc-frame-rulerBefore {
  border-top: 1px #A4C8CD solid;
}

}
