.jsnav2 {}
.jsnav3 {}

/*
	HostIT StepByStep®
	---------------------------------------
	coma _ coma.dk _ 86183412 _ kim@coma.dk
*/

*{
	margin:0;padding:0;
}

body{
	background-image:url(/media/09hostitbg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1{color:#991b1a;font-size:20px;margin-bottom:8px;}
h2{color:#333;}
h3{color:#333;}
h4{color:#333;}
h5{color:#333;}
h6{color:#333;}

a{color:#991b1a}
a:hover{text-decoration:none;}

/* BASE LAYOUT
----------------------------------------*/
#wrapper{
	width:940px;
	margin:0 auto;
}

#blockoff{
	width:940px;
	height:20px;
	background-image:url(/media/09blockoff.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-470px;
	z-index:100;
}
#header{
	width:940px;
	height:100px;
	background-image:url(/media/09headbg.gif);
	background-repeat:no-repeat;
}

#navigation{
	width:700px;
	height:20px;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-470px;
	z-index:20;
}

#subnav{
	width:180px;
	margin:20px;
}

#logocontainer{
	width:135px;
	height:51px;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:320px;
}

#footer{
	width:940px;
	height:83px;
}


/* NAVIGATION
----------------------------------------*/

/* mainnav */
#navigation ul{
	list-style-type:none; font-size:12px;	
}
#navigation ul li{
	float:left;
	margin:0px 20px 0px 10px;
}
#navigation ul li a{
	color:#bcbcbc;
	text-decoration:none;
	height:17px;/* 20 */
	padding:3px 10px 0px 10px;
	display:block;
}
#navigation ul li a:hover{
	
}
#navigation ul li#selected{
	background-image:url(/media/09selected_left.gif);
	background-repeat:no-repeat;
}
#navigation ul li#selected a{
	background-image:url(/media/09selected_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	
	color:#333;
}


/* subnav */
#subnav ul{
	list-style-type:none;
	line-height:20px;
	
}
#subnav ul li a{
	color:#555;
	text-decoration:none;
}
#subnav ul li a:hover{
	text-decoration:underline;
	color:#991b1a;
}
#subnav li a.active2{
	color:#991b1a;
	font-weight:bold;
}
#subnav li a.active2:hover{
	text-decoration:none;
	cursor:default;
}
/* subsubnav */
#subnav ul ul{
	list-style-type:disc;
	margin-left:20px;
}
#subnav li a.active3{
	color:#991b1a;
	font-weight:bold;
}
#subnav li a.active3:hover{
	text-decoration:none;
	cursor:default;
	
}

/* Frontpage product */

.frontpage_product{
	width:220px;
	float:left;
	margin-right:20px;
}
.frontpage_product h1{
	width:160px;
}
.frontpage_product p{
	margin-top:5px;
}

.frontpage_product a{
	margin-top:10px;
	width:70px;
	height:15px;
	display:block;
}
.iconholder{
	width:48px;
	height:48px;
	float:right;
	display:block;
	margin-bottom:5px;
}

#frontpagecasehead{
	width:220px;
	height:20px;
	margin-bottom:2px;
	background-image:url(/media/casehead.gif);
	background-repeat:no-repeat;
}
#frontpagepic{
	width:220px;
	height:98px;
	margin-bottom:2px;
	background-color:#ccc;
}
#frontpagetext{
	width:200px; /*220*/
	height:54px; /*74*/
	padding:10px;
	background-image:url(/media/casebg.gif);
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
#frontpagetext a{
	text-decoration:none;
	color:#fff;
}
/* Nyhedbrev
-----------------------------*/
#nyhedsbrev h4{color:#333;margin-bottom:5px;}

#nyhedsbrev{
	background-image:url(/media/tilmeldbg.gif);
	background-repeat:no-repeat;
	width:120px;
	height:99px;
	padding: 15px 20px;
	
}
#nyhedsbrev form{
	margin:0;padding:0;	
}
#nyhedsbrev input{
	width:115px;/*120*/
	height:17px;/*18*/
	padding:1px 0px 0px 5px;
	background-color:#fff;
	border:0 none #fff;
	margin-bottom:5px;
	color:#555;
	font-size:11px;
}
#nyhedsbrev input:focus{
	color:#333;
}
#nyhedsbrev button#submit{
	width:70px;
	height:18px;
	color:#fff;
	font-size:10px;
	line-height:10px;
	background-image:url(/media/tilmeldbtn.gif);
	background-repeat:no-repeat;
	display:block;
	text-align:center;
}


		

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}	

 p.section {
font-size: 11px;
margin-bottom: 8px}

ul.sectionlist {
margin-left: 20px;
margin-bottom: 10px;
list-style-type:disc;
}

li.sectionlist {
font-size: 11px;
margin-bottom: 5px}

p.sectionintro {
font-size: 11px;
margin-bottom: 8px}

