/* Unchanged */
@h2
charset "UTF-8";
/* CSS Document */


body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 15px;
}
img {
	border:none;
}
.thrColFixHdr #container {
	/* width: 1024px;  using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 100%;
	background: #FFF;
	/*background-image: url(../img/gradient_bg.png);
	background-repeat: repeat-x;*/
	text-align: left;
	margin-top: 0;
	margin-bottom: 24px;
	margin-left: 0px;
	float:left;

}

#header {
	background: #00b1e7;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header #logo{
	position: absolute;
	left: 35px;
	top: 36px;
}

#header #subtitle{
	position: absolute;
	left: 430px;
	top: 170px;
	
}

#header img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#header img.left {
	margin: 0px 8px 0px 0px;	
	padding: 0px 0px 0px 0px;
	float:left;
}

#header img.right {
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	float:left;
}

#header #chapter
{
	position: absolute;
	left: 275px;
	top: 28px;
}

#header #title
{
	position: absolute;
	left: 430px;
	top: 35px;
}

#header #mainMenu { 
	position: absolute;
	left: 12px;
	top: 140px;
} 

#header #mainMenu li
{
	list-style-image: url(../img/arrow_main.gif);
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height:22px;
}

.header_6 #mainMenu li
{
	list-style-image: url(../img/arrow_main_blue.gif) !important;
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height:22px;
}
.header_6 #mainMenu li.selected
{
	list-style-image: url(../img/arrow_main_sel_blue.gif) !important;
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height:22px;
	color:#01b2e8 !important;
}
.header_home {
	background: #f2f2f2 !important;
}


#header #mainMenu li.selected
{
	list-style-image: url(../img/arrow_main_sel.gif);
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height:22px;
	color:#FFF;
}


#header #mainMenu li a
{
	color: #000;
	text-decoration: none;
}

#header #mainMenu li a
{
	color: #000;
	text-decoration: none;
}
#header #mainMenu li a:hover
{
	color: #000;
	border-bottom: 1px #000 dotted;
	
}

#header #mainMenu li.selected a:hover
{
	border-bottom: 0px	
}


.header_6 {
	background: #fff !important;
}

.header #chapter
{
	position: absolute;
	left: 275px;
	top: 28px;
}

.thrColFixHdr #mainMenu img { 
	float:left;
	border:none;
}





.url_img {
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 256px;
	height:270px;
	float:left;
}
.url_img_left {
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 0px 0px;
	width: 256px;
	height:270px;
	float:left;
}

#searchFrm {margin:0px; height:40px;}

#header .bottom {
	bottom: 0px;
	margin-top: 240px;
}

#search
{
	width: 142px;
	padding: 5px 5px 5px 20px;
	font-size: 11px;
	font-family: Arial,Verdana,Helvetica , sans-serif;
	border-width: 2px 1px 1px 2px;
	border-color: #CCC;
	border-style: solid;
	font-weight: bold;
}



#button {

}

#header #header_balk {
	widht:100%;
	
}
#header form {margin:0px 0px 0px 0px;}


#leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background-color: #ffffff;*/
	line-height:14px;
	/* font-family:Futura, Trebuchet, Arial, sans-serif;*/
	margin-top:10px;
	
}

#leftbar img {
	
}

#leftbar p {
margin:20px auto;
width:180px;
}

#leftbar ul {
border-top: 1px solid #dce9ee;
padding:0px;
margin:0px auto;
width:180px;
}

#leftbar li
{
	/*background-image:url(../img/menu/menu_bg.gif);
	list-style-image: url(../img/left_menu_bg_blue.gif);*/
	list-style: none;
	padding: 4px 0 4px 15px;
	line-height: 18px;
	border-bottom: 1px solid #dce9ee;
	list-style-position: inside;
	background-image: url(../img/left_menu_bg_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#leftbar li a
{
	display: inline-block;
	color: #747a7d;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-weight: bold;
	border-bottom: 1px #FFF dotted;
}
#leftbar li div {
	
}
#leftbar li.active {
    list-style:none;
	background:url(../img/left_menu_bg_blue.gif) no-repeat 0 4px;
	
}
#leftbar li:hover { background-color: transparent; }

#leftbar li.active a {
	color:#000;
	border-bottom: 1px #FFF dotted !important;
}

#leftbar li.active a:hover {
	color:#000;
	border-bottom: 0px;
}

#leftbar li a:hover {
	border-bottom: 1px #999 dotted;
}

#leftbar li:hover a {
	color:#000;
}

#leftbar li.sub span a  {
	display: inline-block;
}
#leftbar li.sub:hover {
	
}
#leftbar li.sub div {
	
}
#leftbar li.subactive {
	
}
#leftbar li.sub a {
	line-height:14px;
	margin-left:10px;
	font-size:10px;
	font-weight:bold;
}
#leftbar li.sub a:hover {
}
#leftbar li.sub:hover a {
}

#leftbar li.subactive a
{
	line-height:14px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 10px;
	color:#000;
}

#leftbar li.subactive span a { display: inline-block; }
#leftbar li.subactive span a:hover { display: inline-block; }










.thrColFixHdr #preMain {
	float:left;
	margin:20px 0px 0px 0px;
	border-bottom:1px solid #acacac;
}


 
#rightbar {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 20px 2px; /* padding keeps the content of the div away from the edges */
	color: #666;
	
}
.thrColFixHdr #rightbar ul
{
 	border:solid 1px #CCC;
 	list-style:none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-width: 1px 2px 1px 1px;
	border-style: solid;
}
.thrColFixHdr #rightbar ul li
{
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #CCC;
	background-image: url(../img/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.thrColFixHdr #rightbar ul a {
	color: #000;
	text-decoration:none;
}

.thrColFixHdr #rightbar ul a img {
	float:right;
}

.thrColFixHdr #rightbar .download_title {
	margin:0px 0px 5px 0px;
	font-weight:bold;
	font-size:11px;
}
.thrColFixHdr #rightbar ul a:hover {
	text-decoration:underline;
} 
#rightbar img {
	padding-top:0px;
}
.filesize {
	color:#666666;
	font-size:10px;
}

#printarea {
	border-bottom: 1px solid #CCC;
	padding-bottom:10px;
}

.thrColFixHdr #mainContainer
{
	float: left;
	width: 650px;


	/*background-color: #FFF;*/
	background-image: url(../img/bgmain.gif);
	background-repeat: no-repeat;
}
.thrColFixHdr .mainContainer_6
{
	background: url(../img/bgmain_blue.gif) no-repeat !important;
}
.thrColFixHdr #mainContainer #mainContent {
	margin: 0px 0px 0px 0px;
	padding: 10px 40px 20px 40px;
	min-height:502px;
	height:auto !important;
	/*height:502px;*/
}
.thrColFixHdr #mainContainer #mainContent p{
	width:90%;
	padding:2px 0 10px 0;
}
.thrColFixHdr #mainContainer #mainContent #next_chapter {
	font-weight:bold;
	margin:26px 0px 0px 0px;
	color: #666666;
	clear:left;
	float:right;
	width:auto;
	height:16px;
	padding:0px 0px 12px 0px;
}
.thrColFixHdr #mainContainer #mainContent #next_chapter img {
	vertical-align:middle;
	margin:auto 12px auto 0px;
}






.thrColFixHdr #footer { 
	border-top: 1px solid #CCC;
	margin:20px 0px 0px 25px;
	height:40px;
	color: #666666;
	width:1024px;
} 
.thrColFixHdr #footer p
{
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 0px 10px;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
	
}
.thrColFixHdr #footer a {
	color: #666666;
	text-decoration:none;
}
.thrColFixHdr #footer a:hover {
	border-bottom: 1px #999 dotted;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.align_right {
	text-align:right;
}


/* HOME/ARTIKELS */
#header .mainMenuHome li.selected{
  color:#85b916 !important;
}

#header .mainMenuHome li.selected{
 list-style-image:url(../img/arrow_main_green_sel.gif) !important;
}
#header .mainMenuHome li{
 list-style-image:url(../img/arrow_main_green.gif) !important;
}

#container .home_banners{
	padding:0px;
	list-style:none;
	overflow:auto;
}
#container .home_banners li{
 display:block;
 float:left;
}

#container .home_banners li a,#container .home_banners li img{
	border:none;
}


#container .mainMenuHome li.selected a{
	color:#85B916 !important;
}
#content_cases #leftbar li a:hover { border-bottom: 1px #999 dotted; }



#content_cases #leftbar li:hover { background-color: #transparent; }
#content_cases #mainContainer ul{
  padding:5px 0 0 0;
}
#content_cases #mainContainer ul li{
  list-style:none;
  background:transparent url(../img/ul_li_cases.gif) no-repeat 0 6px;
  padding:0 0 0 20px;
   margin:0 0 0 0;
}
#content_cases #mainContainer h2{
 padding:0 0 10px 0;
 margin:0px;
}

#content_cases #mainContainer p.intro{
  font-size:16px;
  line-height:20px;
  width:100%
}

#content_cases #mainContainer .cases_kader{
  border:solid 1px #85b916;
  margin:10px 0 20px 0;
  padding:20px;
  width:450px;
}
#content_cases #mainContainer .cases_kader h2{
  font-size:16px;
  color:#85b916;
  line-height:16px;
  font-weight:normal;
}
