
/******* this css includes css hacks *******/

/******* the following css hacks are used within the stylesheets directly *******/
/* tan hack (only interpreted by for ie and mac ie): */ 
/* * html .element */

/* mac hack (anything between theses two comments is hidden from mac ie): */
/* \*/ /* */ 

/******* clearing problems - use .area *******/
/* 
- stretch the surrounding area (div) over all included floating elements
- "How To Clear Floats Without Structural Markup", source and explanation: http://www.positioniseverything.net/easyclearing.html
*/
/* ignored by win ie */
.area:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.area {display: inline-table;} 
/* hide from mac ie5 \*/
* html .area {height: 1%;} 
*+html .area {height: 1%;}
.area {display: block;}
/* end hide from mac ie5 */

/******* ie: don't create space around checkboxes and position checkboxes like mozilla *******/
* html input.inputCheckbox, * html input.inputRadio { /* ie6 */
	margin: -4px 0 0 -3px;
}
*+html input.inputCheckbox, *+html input.inputRadio { /* ie7 */
	margin: -4px 0 0 -3px;
}

/******* ie: break words *******/ 
/* the following definitions only work for ie, it is valid css css for ie but not realized by css validator, 
it has normally to be set directly within html
<!--[if gte IE 5]>
  	<style type="text/css">
	</style>
<![endif]-->
but this not possible with the branding concept
*/
* html body {
	white-space: normal;
	/*word-wrap: break-word;  wrap words that are too long, Explorer 5+ Windows only */
}


* { /* exclude browser incompatibilities */
	margin: 0;
	padding: 0;
	font-size: 100.01% 
}


html { 
  	padding: 10px 0; 
	background-color: #1c3f1d;}

body { 

	margin: 0px auto;
	padding: 10px 0;  
	background: #1c3f1d no-repeat top left fixed; 
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
   font-size: 95.00%; 
   color: #444; 
}


#pagemargins {
	width: 980px;
	margin: 0px auto;
}

* html #pagemargins {
	text-align: center;
}


#border-top, #page, #border-bottom {
	width: 100%;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;	
}

#border-top, #border-bottom {
	height: 25px;
	background-color: #fff;
}

#border-top {

	background-image: url(../images/gfxborder/border_top.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#edge-tl, #edge-tr {
	width: 25px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

#edge-tl{
	background-image: url(../images/gfxborder/corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#edge-tr{
	background-image: url(../images/gfxborder/corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
}

#border-bottom {
	background-image: url(../images/gfxborder/border_bottom.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
}

#border-bottom #edge-bl, #border-bottom #edge-br {
	width: 25px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

#border-bottom #edge-bl{
	background-image: url(../images/gfxborder/corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
}

#border-bottom #edge-br{
	background-image: url(../images/gfxborder/corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	float: right;
}


#page {
	background-color: #fff;
	width: 100%;
	padding: 0px 0px ;
	margin: 0px;
	background-image:url(../images/gfxborder/border_left.gif);
	background-position:left top;
	background-repeat:repeat-y;

}

* html #page {
	text-align: left;
	width: 100%;
	background-color: #fff;
	background-image:url(../images/gfxborder/bg-main.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

* html #header, * html #nav, * html #main, * html #footer {
	width: 100%;
	float: left;
	clear: both;
	background-image: none;
}

#header, #nav, #main, #footer {
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../images/gfxborder/border_right.gif);
	background-position: top right;
	background-repeat: repeat-y;
}





/* HEADER */

#header {
	color: #000;
	padding: 45px 0px 5px 0px; 
	position: relative;
	text-align: center;
}

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }
#header a.skip {
	display: none;
}

/*  NAVIGATION  */

#topnav { color: #aaa; background: transparent; }
#topnav {
	position:absolute;
	right:25px;
	top:10px;

}
  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:none; background-color: transparent; color: #0F5800; }

 #nav ul { margin-left: 20px; }
  
 #nav_main { background-color: #efefef; 
 	background-image: none !important;
	border: none !important;
	width: 930px;
	margin: 0px 25px;
 }
 
 
  	#nav_main ul {
 		border: none !important;
		display: inline;
 	}
	
	

	
	#nav_main ul li {
		border: none !important;
		float: left;
		list-style: none inside;

	}

	#nav_main ul li a{
		color: #4B4B4B !important;
		padding: 3px 15px;
	}
	
	#nav_main ul li a:hover{
		color: #fff !important;
		background-color: #1c3f1d;
	}
	
	#nav_main ul li#current a:hover {
		border: none !important;
		color: #fff !important;
		background-color: #1c3f1d;
	}
	#nav_main ul li#current {
		background: #BDBDBD;
		border: none !important;
	}	

#submenu {
	margin-top: 0px !important;
	width: 200px;
}

#submenu li a:focus,
#submenu li a:hover,
#submenu li a:active {
	background-color: #1c3f1d !important;
	color:#fff;
}

#submenu li li a:focus,
#submenu li li a:hover,
#submenu li li a:active {
	background-color: #6F8C3E !important;
	color:#fff;
}

#submenu li li li a:focus,
#submenu li li li a:hover,
#submenu li li li a:active {
	background-color: #87aa4b !important;
	color:#fff;
}

#submenu li li li a#active {
	background-color: #aaa !important;
	color:#fff;
}

#submenu li ul li a {
	background-color: transparent !important;
}

	
	
/* CONTENT */

#main { 
	padding:20px 0px 0px 0px; 
	margin: 0px;
}

#col1, #col2, #col3 {
	float: left;
}

#col1 { 
	float: left;
	width: 190px; 
	margin: 0px 0px 0px 10px;
}


#col2 { 
float: left;
	width: 0px;
}

#col3 {
float: left; 
	width: 730px;
	padding: 0px 15px 0px 5px;
}

#col3_content {
	padding: 0px 0px 0px 10px;
}


/* FOOTER */

#footer { 
	color:#666;
}
 
.text {
	padding: 8px 0px;
	border-top: 1px  solid #bdbdbd;	
	margin: 5px 15px 0px;
	white-space: nowrap;
}

 
/* BASICS */


/**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #4D87C7; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#182E7A; text-decoration:underline;}
  

  


  h1,h2,h3,h4,h5,h6 { 
/*  	font-family:"times new roman",times,serif; */
   font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;

  	font-weight:bold; 
  	color:#0f5800;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 1.7em }                        /* 24px */
  h2 { font-size: 1.5em;}      				    /* 24px */
  h3 { font-size: 1.3em; font-weight: bold; letter-spacing: 1px;        }                        /* 18px */
  h4 { font-size: 1.2em; font-weight: bold;  font-style: oblique;  }                     /* 16px */
  h5 { font-size: 1.1em; font-weight: bold; font-variant: small-caps; }                     /* 14px */
  h6 { font-size: 1em; font-style:italic; font-weight: bold; }  /* 14px */
  
  p { line-height: 1.3em; margin: 0 0 1em 0; text-align: justify; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 0 }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }
  
  .hidden {
  		display: none;
  }
  .full {
  		width: 910px !important;
		margin-left: 10px;
  }
  




  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }  
  
/*---------- NAV _ VLIST ---------*/


  #submenu {
    width: 100%;
    overflow: hidden;
    margin: 2.4em 0 1.5em 0;
    list-style-type: none;
    border-top: 2px #ddd solid;
    border-bottom: 2px #ddd solid;
  }

  #submenu ul { list-style-type: none; margin:0; padding: 0; }
  #submenu li { float:left; width: 100%; margin:0; padding: 0; }

  #submenu a,
  #submenu strong {
    display:block;
    width: 90%;
    padding: 3px 0px 3px 10%;
    text-decoration: none;
    background-color:#fff;
    color: #444;
    border-bottom: 1px #eee solid;
  }

  /* Menu Title */
  #submenu li#title {
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
    color: #444;
    background-color: #fff;
    border-bottom: 4px #888 solid;
  }

  #submenu li span {
    display:block;
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
    border-bottom: 1px #ddd solid;
  }

  /* Level 1 */
  #submenu li#active,
  #submenu li strong {
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
    color: #fff;
    background-color:#aab;
    border-bottom: 1px #eee solid;
  }

  #submenu li a { width: 90%; padding-left: 10%; background-color:#fff; color: #444; }
  #submenu li a:focus,
  #submenu li a:hover,
  #submenu li a:active { background-color:#f63; color: #fff; }

  /* Level 2 */
  #submenu li ul li a,
  #submenu li ul li#active,
  #submenu li ul li strong,
  #submenu li ul li span { width: 80%; padding-left: 20%; }

  #submenu li ul li a { background-color:#f8f8f8; color: #666; }
  #submenu li ul li a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li a:active { background-color:#f63; color: #fff; }

  /* Level 3 */
  #submenu li ul li ul li a,
  #submenu li ul li ul li#active,
  #submenu li ul li ul li strong,
  #submenu li ul li ul li span { width: 70%; padding-left: 30%; }

  #submenu li ul li ul li a { background-color:#fcfcfc; color: #888; }
  #submenu li ul li ul li a:focus,
  #submenu li ul li ul li a:hover,
  #submenu li ul li ul li a:active { background-color:#f63; color: #fff; }

  /* Level 4 */
  #submenu li ul li ul li ul li a,
  #submenu li ul li ul li ul li#active,
  #submenu li ul li ul li ul li strong,
  #submenu li ul li ul li ul li span { width: 60%; padding-left: 40%; }

  #submenu li ul li ul li ul li a { background-color:#ffffff; color: #aaa; }
  #submenu li ul li ul li ul li a:focus,
  #submenu li ul li ul li ul li a:hover,
  #submenu li ul li ul li ul li a:active { background-color:#f63; color: #fff; }
 
 
 
.abstandlinks {

	margin-left: 15px;
}

.abstandlinksStart {

	margin-left: 515px;
}

.toll {
	margin-left: 230px;
	margin-top: -130px;
	height:150px;
}
