@CHARSET "utf-8";

/**
* Farbschema:
*
*
*
*
*/
* {
	margin: 0;
	padding: 0;
}

/* Scrollbar soll immer erscheinen */


body {
	background-color: #ED6E00;
	text-decoration: none;
	text-align: left;
	color: #000;
	font: 11px verdana, arial, sans-serif;
	line-height: 1.4em;
	overflow-x: hidden;
}

#stage {
	width: 100%;
	height: 100%;
	background: #ed6e00 url("../images_layout/hg-primNav_aktivirma.jpg") repeat-y;
	
}

#headerArea {
/*
	float: left;
	width: 950px;
	background: #fff url("../images_layout/pattern_heade_aktivirma.gif") repeat-x ;
	*/
	background: #fff url("../images_layout/hg-terNavContainer_home_aktivirma.jpg") repeat-x ;	
	width: 100%;	
}

#terNavBox {
	margin-left:500px;
	width: 430px;
	height: 281px;
	color: #ed6e00;
	text-align:right;
	padding: 10px 20px 0 0;
	background: #fff url("../images_layout/hg-terNavContainer_home_aktivirma.jpg") repeat-x;
}

* html #terNavBox {
	width:450px;  
	wid\th:430px;
	height: 291px;  
	heig\ht: 281px;
}

#terNavBox a {
	color:#ed6e00;
	text-decoration: none;
}
#terNavBox a.active {
	color:#000;
}
#terNavBox a:hover {
	color:#000;
}

#contentHeaderBox {
	position: absolute;
	top: 227px;
	left: 230px;
	width: 651px;
	height: 60px;
	padding: 33px 20px 0 50px;
	font-size:25px;
	line-height: 1.1em;
	font-weight:bold;
	background:transparent;
}

* html #contentHeaderBox {
	width:721px;  
	wid\th:651px;
	height: 80px;  
	heig\ht: 60px;
}

#primNavArea {
	float: left;
	width: 211px;
	background: #ed6e00 url("../images_layout/hg-primNav_aktivirma.jpg") repeat-y;
	padding-top: 14px;
	padding-bottom: 30020px; 
	margin-bottom: -30000px;  
}

#contentArea {
	width:950px;
	overflow:hidden;
}

#contentContainer {
	float: left;
	width:651px;
	padding: 85px 20px 0 68px;
	background-color: #ed6e00;
	padding-bottom: 30020px;  
	margin-bottom: -30000px;  
}
* html #contentContainer {
	width:739px; 
	wid\th:651px;
}

#primNavBox {
  margin: 0;
  padding-bottom:50px;
  overflow:hidden;
}

#primNavBox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: verdana, Helvetica, sans-serif;
  font-weight: bold;
}

#primNavBox li {
  margin: 0;
}

#primNavBox a {
  display: block;
  padding: 4px 0 3px 40px;
  color: #000;
  margin: 0;
  text-decoration: none;
  font-size: 11px!important;
}


#primNavBox a.active, #primNavBox a:hover {
  background: #f6b780 url("../images_layout/hg-primNav_li_hover.jpg") no-repeat;
  text-decoration: none;
}

#primNavBox ul ul li { margin: 0; }

#primNavBox ul ul a {
  display: block;
  color: #000;
  background: #f29a4D url("../images_layout/hg-primNav_li.jpg") no-repeat;
  padding: 4px 5px 3px 60px;
  margin: 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px!important;
}
* html #primNavBox ul ul a {
	width:200px;  
	wid\th:178px;
}

#primNavBox ul ul a.active, #primNavBox ul ul a:hover {
  color: #000;
  background: #f6b780 url("../images_layout/hg-primNav_li_hover.jpg") no-repeat;
  text-decoration: none;
}

.intranet-link {
	font-weight:bold;
	margin:0!important;
	padding:5px 0 0 0!important;
	color:#fff!important;
}

.intranet-link:hover {
	background:#ed6e00!important;
	color:#000!important;
}



























