
/* CSS Document (C) iDiensten.Net & WebAspect */

/* tekst */
.h1{
 	margin: 0px 0px 0px 0px;
 	padding: 5px 5px 15px 10px;
 	background: #ffffff;
 	font: 14px Verdana, Arial, Helvetica, sans-serif; line-height: 170%;
	color: #990000;
	font-weight:600;
	border-bottom: 1px solid #999999;
	text-align: left;
 }
.tekst1{
 	margin: 15px 0px 0px 10px;
 	padding: 0px;
 	font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 170%;
	color: #333333;
	text-align: left;
 }
a:link, a:active, a:visited   {text-decoration: none; 	margin: 0px 0px 0px 0px;  font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 170%;	color: #333333;}
a:hover {background: #990000; color: #F7F3F7; }


/* columns */
#col { float:left; width:185px; margin:0px 0px 0px ; padding:0px; }
.colleft { float:left; margin:25px 0px 25px 0px; padding:0px 0px 0px 0px; width:185px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #EEEEEE;}

#coldouble { float:left; width:370px; margin:0px 0px 0px ; padding:0px; }
.coldouble { float:left; margin:25px 0px 25px 0px; padding:0px 0px 0px 0px; width:370px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #EEEEEE;}

#col2 { width:185px; margin:0px 0px 0px ; padding:0px; }
.colcenter { float:none; margin:25px 0px 25px 32px; padding:0px 0px 0px 0px; width:185px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #EEEEEE;}

#col3 { float:right; width:185px; margin:0px 0px 0px ; padding:0px; }
.colright { float:right; margin:25px 0px 25px 0px; padding:0px 0px 0px 0px; width:185px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #EEEEEE;}


/* General lay-out */

td img {display: block;}


acronym {
        border-bottom: 1px dashed #00cc00;
        cursor: help;
}

html, body {
	margin:0;
    background-color: #A80000;
   }

/* Menu */
#description {margin-left:150px; width:510px;}
#page {padding:20px 0; width:100%;}
#menu {position:absolute; top:20px; left:51px; display:none;}
#menu div.jqDock {cursor:pointer;}
div.jqDockLabel {padding-bottom:8px; font-weight:bold; white-space:nowrap; color:#ffff00; cursor:pointer;}



#infobar {
 font: message-box;
}

#infobar p a, #infobar p a:link, #infobar p a:visited, #infobar p a:active {
 display: block;
 color: #000;
 width:100%;
 background: #FFFFE1 url('../img/warning.gif') no-repeat fixed .3em .3em;
 border-bottom: .16em outset;
 text-decoration: none;
 cursor: default;
}

#infobar p a:hover {
 color: #FFF;
 background: #3169B6 url('../img/warning2.gif') no-repeat fixed .3em .3em;
}

#infobar p {
 margin:0px;
 padding: 0px;
}

#infobar p a {
 margin:0px;
 padding: .45em 0em .45em 22px;
 font-size:11px;
}