/****************************************************************************/

/*         Stylesheet für Hauptemplate der School of Facilitating                    */
                                                      
/****************************************************************************/
/*Farbraum
   blau #c7e9eb
   gelb #FCEA1E
   olive #DAE2B9
   olive hell #e9eed5
   türkis: #4dc5cb
   dunkelgrün #7f836f
   schwarzdunkelgruen: #333820
*/

*	{
   margin:0;
   padding:0;
}
html, body{
	font-family: Verdana, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	font-size: 101%;
} 
img{
	border: 0px;
}
.page_margin{
   
}
#pageTitle{
	position: absolute;
	top: 0;
	height: 180px;
	width: 100%;
	background: #fff;
	}
#pageTitle img {
	margin: 5px 0 0 15px;
}
div#topMenu{
	position: absolute;
	right: 0;
	background: #c7e9eb;
	font-size: 0.8em;
	font-weight: normal;
}
div#topMenu ul{
	list-style: none;
	float: left;
	padding-left: 80px;
	background: #c7e9eb url(../images/basic/eckeoben.gif) 0 100% no-repeat;
}
div#topMenu li{
	float: left;
	padding: 8px 15px;	
}
div#topMenu a{
	text-decoration: none;
	color: #416a8f;
}
/* Gestaltung Hauptmenu - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#main{ 
	padding-top: 170px;
    width: 100%;
   }
div#mainMenu{
	position: absolute;
	left:0;
	width: 100%;
	background: #dae2b9;
	border-bottom: 4px solid #fcea1e;
	float: left;	
	font-weight: normal;
}
div#mainMenu ul {
    background: #DAE2B9;
    line-height: 1.8em;
    margin: 0 auto;
    max-width: 53em;
    min-width: 50em;
    padding: 0 0 0 30px;
}
* html div#mainMenu ul {
	width: 55em;
}
div#mainMenu li {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0 15px;
}
div#mainMenu li:hover{
	background: #c7e9eb;
	padding: 0 15px;
	color: #416a8f;
}
div#mainMenu a:hover{
	display: block;
	color: #416a8f;
}
div#mainMenu li a {
    color: #416A8F;
    display: block;
    font-size: 1em;
    padding: 0.2em 0 0.2em 0.2em;
    text-decoration: none;
    white-space: nowrap;
}
div#mainMenu .aktiv{
	background: #c7e9eb;
	padding: 0 15px;
}
div#subMenu {
	position: absolute;
	left:0;
	margin-top: 2.45em;
	font-weight: normal;
	/*width:52em;
	background: #c7e9eb url(../images/basic/ecke.gif) 100% 100% no-repeat;	*/
	width:100%;
	background: #c7e9eb;
}
div#subMenu ul {
    background: url("../images/basic/ecke.gif") no-repeat 100% 100% #C7E9EB;
    margin: 0 auto;
    max-width: 53em;
    min-width: 50em;
    padding: 0 0 0 1.8em;
}
div#subMenu li {
	position: relative;
	list-style: none;
	float: left;
	padding: 0 15px;
	line-height: 2em;
}
div#subMenu li a {
	color: #416a8f;
	display: block;
	text-decoration: none;
	font-size: 0.9em;	
	padding: 0.2em; 
}
div#subMenu li:hover {
	background: #dae2b9;
	padding: 0 15px; 
	color: #416a8f;
}
div#subMenu .aktiv{
	background: #dae2b9;
	color: #416a8f;
}
/* Box für den Inhalt  - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
div#inhalt {
    color: #416A8F;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 58em;
    min-width: 55em;
    padding: 110px 0 30px 3.6em;
}
div#inhalt h1{
	font-size: 1.3em;
	color: #ec5c2b;
	padding: 0 0 0.8em 0;
	font-weight: normal;
}
div#inhalt h2{
	font-size: 1.3em;
	color: #ec5c2b;
	padding: 0 0 0.8em 0;
	font-weight: normal;
}
div#inhalt h3{
	font-size: 1.2em;
	color: #ec5c2b;
	padding: 0.5em 0;
	font-weight: normal;
}
div#inhalt h4{
	font-size: 0.9em;
	color: #416a8f;
	padding: 0.5em 0;
	font-weight: bold;
}
div#inhalt h5{
	font-size: 0.9em;
	color: #416a8f;
	padding: 0.5em;
	font-weight: normal;
	background: #d9dfdc;
	margin: 0.8em 0;
}
#inhalt a{
	color: #ec5c2b;
	text-decoration: none;
}
#inhalt a:hover{
	background: #ec5c2b;
	color: #fff;
	text-decoration: none;
}
#inhalt ul{
	margin-left: 20px;
	list-style-image: url(../images/basic/bullet.gif);
}
#inhalt li{
	padding-left: 10px;
}
/* Bild mit Text Inhaltselement festgesurrt*/
.csc-textpic{
	width: 750px;
}
/* Formulare  - - - - - - - - - - - - - - - - - - - - - - - - - */
#inhalt span .rot{
	color: red;
	}
#inhalt .hl{
	color: #fff;
	font-weight: bold;
}
#inhalt input{
	border: 1px solid #113d7f !important;
	background: #fff;
}
#inhalt input:hover{
	border: #113d7f;
	background: #fa9d2b !important;
}
#inhalt label{
	color: #113d7f;
	line-height: 1.8em;
}
/*tabelle*/

table.tab tr.tr-even.tr-0 td{
  background: #FCEA1E;
}
table.tab td{
  border: 1px solid #DAE2B9;
  border-width: 0 1px 1px 0;
  padding: 0.5em;
  background: #DAE2B9;
 /* background: #e9eed5;*/
  color: #7f836f;
}
#inhalt table.tab td a{

}
#inhalt table.tab td a:hover{
  background: #4dc5cb;
  color: #FCEA1E;
}
/* Horizontal rules  - - - - - - - - - - - - - - - - - - - - - - - - - */
.breakAfter{
   clear: both;
   display: none;
   height: 0px;      
}
.important{
	color: #fff;
	padding: 0.5em;
	font-weight: normal;
	background: #e76e33;
	margin: 0.8em 0;
}
.name-of-person {
	color: #416a8f;
	padding: 0.5em;
	font-weight: normal;
	background: #d9dfdc;
	margin: 0.8em 0;
}
.detail{
	color: #d9dfdc;
	font-weight: normal;
	background: #416a8f;
	margin: 0.8em 0;
}
/*a.download{
	padding-left: 20px;
	background: url(../images/basic/pdf.png) center left no-repeat;
}*/
