html, body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; 
    /*background-color: #242424;*/
    background-color: #333333;
    margin:0;
    height:100%;	
}

img {
	margin:0px;
	padding:0px;
}
#map {
	margin-top:15px;
}
* html div#map {
	margin-top:25px;
}
*:first-child+html div#map {
	margin-top:25px;
}

.pdficon {
	text-align:right;
	margin-top:-1px;
}

.pdflink {
	float:left !important;
	margin:0px !important;
	padding:0px !important;
}
*html .pdflink {
	float:left !important;
	margin:3px 0 0 0 !important;
	padding:0px !important;
}
*:first-child+html .pdflink {
	float:left !important;
	margin:3px 0 0 0 !important;
	padding:0px !important;
}

div#headall {
	position:relative;
	height:206px;
	width:714px;
	float:left;
}
div#head_background {
	position:relative;
	margin-left:7px;
	height:228px;
	background-image:url(../images/head_background_pattern.jpg);
	background-repeat:repeat-x; 
}
div#holder {
	position:absolute;
	left:50%;
	margin-left:-438px;
	min-height:400px;
	height:auto;
	width:872px;
	background-image:url(../images/background.gif);
}
	
div#holder[id]{
    height:400px;
}

div#page {
	width:865px;
	position:relative;	
	height:auto;
}

div#homelink{
    float:left;
    /*padding-left:7px;*/
    width:144px;
    height:206px;
}

div#kapsel{
    height:auto;
	background-image: url(../images/background.gif);
	width:860px;
	float:left;
	padding-left:6px;
	padding-right:6px;
}

div#container{
    float:left;
    position:relative;
    width:859px;
    height:100%;
}

div#content {
	position:			relative;
  	height:				100%;
  	width: 714px;
  	float:left;
  	/*padding-right:20px;*/
    padding-bottom:20px;
}

div#left {
	width:144px;
	min-height:1px;
	/*height:100%;*/
	
	min-height:100px;  
   	height: 300px; 
   	
	float:left;
	padding-left:1px;
}
html > body #box {  
	height: auto;  
}  

/*div#left[id] {
    height:1px;
}*/

/* ACTIONBOX */
/* - - - - - */

div#actionbox {
	position:absolute;
	bottom:-1px;
	background-color: #3a3a3a;
	background-image: url(../images/actionbox_pattern.jpg);
	background-repeat:repeat-x;
	background-position:0px 109px;
	width:144px;
	height:280px;
}
div#actionbox_star {
	position:absolute;
	top:5px;
	right:14px;
	font-size:90px;
	color:#EA0001;
}
div#actionbox_head {
	border-bottom: 1px solid #444444;
	background-color: #2b2b2b;
	width:144px;
	height:24px;
}
div#actionbox_text {
	color:white;
	width:115px;
	padding:10px 15px 10px 15px;
}
div#actionbox_text p{
	color:white;
	font-size:11px;
	line-height:1.4em;
	margin: 4px 0px 4px 0px;
}
div#actionbox_text b{
	color:#c1c1c1;
	font-size:12px;
	line-height:1.4em;
	font-weight:normal;
	margin: 4px 0px 4px 0px;
}
div#actionbox_text h2{
	color:white;
	font-size:15px;
	line-height:1.4em;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}
div#actionbox_text a{
	color:					white;
	text-decoration:		none;
 }
 div#actionbox_text a:hover{
	color:					white;
	text-decoration:		underline;
 }
 
div#headerpic {
    z-index:2;
}

div#footer{
    float:left;
    position:relative;
    padding-left:7px;
    padding-right:7px;
    width:858px;
    height:48px;
    background-image:url(../images/background.gif)
}
div#bottom_shadow{
    float:left;
    position:relative;
    padding:0 7px 0 7px;
    margin:0;
    width:858px;
    height:7px;
    background-color:#111;
   
}
*html div#bottom_shadow {
	 overflow:hidden;
}

