/* ######################################################################################################
** ### SECNAV  ###############################################
** #################################################################################################### */

#col1 h2 {
	padding: 20px;
	color: #e88e0e;
	font-weight: bold;e
}

#col1 li {
	padding: 0;
	margin: 4px 0;
	font-weight: bold;
}

#main #col1 li a {
	display: block;
	color: #414244;
	text-decoration: none;
	padding-left: 20px;		
}

#col1 li#act, #col1 li:hover, #col1 li.sfhover {
	background-position: top left;
	background-image: url(../images/leftstrip.gif);
	background-repeat: repeat-y;
	color: #e88e0e;
	font-weight: bold;
}

#col1 li#act a, #col1 li:hover a, #col1 li.sfhover a, #main #col1 li li#act a {
	color: #e88e0e;
}

#col1 li li,#col1 li li#act, #col1 li li:hover, #col1 li li.sfhover {
	padding: 2px 0;
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
	border-bottom: 1px solid #dcdcdc;	
}

#main #col1 li li a {
	color: #414244;
}

#col1 li#act li {
	padding-left: 0;
}

/* ######################################################################################################
** ### LAYERMENU  ###############################################
** ######################################################################################################*/

#navigation {
	top: 90px;  
	position: relative;
}

#navigation ul {
  background-position: top left;
  background-repeat: no-repeat;  
  margin: 0;
  padding: 7px 15px 0 10px;
  height: 21px;
  float: right;
}

#navigation li {
  float: left;
  padding: 0;
  background-position: bottom right;
  height: 21px;
  font-size: 1.4em;
}

/* Sonst nimmt er das display: block des links nicht */
* html #navigation li {
  width: 1px;
}

#navigation li a {
  color: #dedede;
  padding: 0 10px;  
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 21px;
}

#navigation li.act a, #navigation a:hover {
  color: #E88E0E;
}

/* ######################################################################################################
** ### FOOTERMENU  ###############################################
** ######################################################################################################*/

#footernav a { 
	font-size: 11px;
	text-decoration:none;
	color: #fff;
}

#footernav a:hover {
	text-decoration: underline;
}

#col1_content div {
	padding: 10px 20px;
}

#col1_content div div {
	padding: 0;
}