/***********************************************************
General styles
***********************************************************/
* { 
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 12px 0 0 10px;
	cursor: default;
}

h1, h2, h3 {
	font-size: 10px;
}

ul {
	line-height: 17px;
	list-style: none;
}

p {
	line-height: 17px;
}

a {
	background: inherit;
	color: #1D6B8B;
}

img {
	border: 0;
}

.hide {
	display: none;
}

.break {
	padding-top: 17px;
}

.jhlsmall  {
	background: url(/wizkids/jhl_icon.gif) no-repeat left top;
}

.ugsmall  {
	background: url(/wizkids/ug_icon.gif) no-repeat left top;
}

.absmall  {
	background: url(/wizkids/ab_icon.gif) no-repeat left top;
}

/***********************************************************
Global layout
***********************************************************/

#container {
	min-width: 900px;
	height: 100%;
	width: 100%;
	border-top: 3px solid #7B7D84;
	border-left: 1px solid #aaa;
	border-bottom: 20px solid #B4B4B4;
	margin-left: -1px;
	float: left;
	clear: both;
}

#logo {
	width: 185px;
	height: 162px;
	position: absolute;
	background: transparent url(../img/logo.gif) no-repeat left top; 
	top: 7px;
	left: -2px;
	z-index: 10;
	float: left;
}

#logo h1, #logo h2, #logo p {
	display: none;
}

/*----------------------------------------------------------
Header
----------------------------------------------------------*/

#header {
	min-width: 900px;
	width: 100%;
	height: 200px;
	padding-top: 28px;
	background: transparent url(../img/header.jpg) no-repeat 0px 28px; 
    	border-bottom: #7B7D84 1px solid;
    	float:left;
}

#banner {
	height: 105px;
	width: 400px;
	margin: 0;
	padding: 60px 0px 0px 210px;
	background: url(../img/spot1.gif) no-repeat 210px 60px; 
	background-color: inherit;
	color: #7B7D84;
	float: left;
}

#banner h2, #banner p  {
	display: none;
}

#menu {
	width: 100%;
	height: 32px;
	background: transparent url(../img/menugitter.gif) repeat-x 0 0; 
	float: left;
}

#menu ul {
	height: 32px;
	width: 900px;
	line-height:11px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#menu li {
	height: 32px;
	width: 150px;
	border-right: white 1px solid;
	float: left;
}

#menu li.selected {
	border-bottom: #1D6B8B 3px solid;
}

#menu li a{
	height: 21px;
	width: 100%;
	padding-top: 9px;
	text-decoration: none;
	background: inherit;
	color: #000;
	float: left;
}

#menu li.selected a{
	background: inherit;
	color: #1D6B8B;
}


/*----------------------------------------------------------
footer
----------------------------------------------------------*/

#footer {
	width: 760px;
	padding: 8px 0 5px 0;
	float: left;
}

#footer p {
	background-color: #fff;
	color: #7B7D84;
	text-align: center;
}

#footer a {
	background-color: #fff;
	color: #7B7D84;
}


/*----------------------------------------------------------
content
----------------------------------------------------------*/

#content {
	width: 900px;
	padding: 15px 0 15px 0;
	float: left;
}


/* --- h2 */

#content h2 {
	height: 29px;
	width: 100%;
	background-color: inherit;
	color: #000;
	background: url(../img/contenth2.gif) no-repeat left top;
	margin-top: 30px;
	font-weight: bold;
	float: left;
}

#content h2 span {
	padding: 8px 0 0 20px;
	height: 18px;
	width: 260px;
	float: left;
}

#content h2 span.sub {
	padding-left: 0;
	height: 18px;
	width: 300px;
	background: inherit;
	color: #555555;
}

/* --- h3 */

#content h3 {
	color: #000;
	background: inherit;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 7px;
}

/* --- 1 column */

#content div {
	padding: 25px 0 15px 20px; 
	width: 710px;
	float: left;
}

/* --- 2 columns */

#content div.column2 {
	width: 370px;
}

/* --- 2 columns - picture, column(large), column(small) */

#content div.column2large {
	padding-left: 200px;
	width: 250px;
}

#content div.column2small {
	width: 250px;
}

/* --- 2 columns - picture, column(large2), column(small) */

#content div.column2large2 {
	padding-right: 200px;
	width: 250px;
}


/* --- 3 columns */

#content div.column3 {
	width: 240px;
}

/***********************************************************
Pages
***********************************************************/

/*----------------------------------------------------------
kontakt
----------------------------------------------------------*/

#kontakt div.column2large {
	background: url(../img/tel.gif) no-repeat 50px 50px;
	height: 200px;
}

#kontakt ul.wizkid ul {
	padding-left: 32px;
}


/*----------------------------------------------------------
wizkids
----------------------------------------------------------*/

#wizkids div.first {
	background: url(../img/filmboks.gif) no-repeat 10px 30px;
	height: 120px;
	padding: 6px 4px 34px 16px; 
}

#wizkids #content ul {
	list-style-type: square;
}

#wizkids #content div.flash {
	width: 160px;
}

#wizkids h2 span.icon {
	width: 230px;
	height: 30px;
	padding-left: 50px;
	background-position: 20px 1px;
}

#wizkids div.mcp {
	background: url(../img/filmboksmcp.gif) no-repeat 10px 30px;
	height: 230px;
	padding: 6px 4px 34px 16px; 
}


/*----------------------------------------------------------
profil
----------------------------------------------------------*/

#profil div.column2large2 {
	background: url(../img/lampe.jpg) no-repeat 275px 40px;	
	height: 280px;
}

/*----------------------------------------------------------
udvikling
----------------------------------------------------------*/

#udvikling div.column2large2 {
	background: url(../img/fkn.jpg) no-repeat 350px 22px;
	height: 380px;
}

/*----------------------------------------------------------
IT-drift
----------------------------------------------------------*/

#drift div.column2large2 {
	background: url(../img/republica.jpg) no-repeat 360px 32px;
	height: 470px;
}

#drift #content ul {
		list-style: disc;
		padding-left: 10px;
		margin-left: 5px;
		margin-top: 10px;
}
