html {
     overflow: -moz-scrollbars-vertical;
}

/* Resetting html elements to prefered default status 
to remove some crossbrowser issues */
a img{border:0px solid black;}
table {border:0px;border-spacing:0px;padding:0px;}
p{line-height:16px}
h1, h2, h3, h4, h5, h6{margin:0px;padding:0px}

a { text-decoration: underline; color: navy; }
a:hover {text-decoration: none;}

/* Fonts */
body, td{font:12px verdana, helvetica, sans, sans-serif}

h1{font-size:36px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:10px;}

h1.hovedoverskrift {
	color: #000A8B;
	text-align: center;
}

/* Defining the canvas */
body {
	background-color: white;
   text-align: left;
   margin:0px 0px 5px 0px;
  	color: #00076A;
}

table.indhold td {
/*
	border-width: 2px 4px 6px 4px;
	border-spacing: 10px;
	padding: 10px;
*/
	padding-bottom: 9px;
	vertical-align: top;
	border: 0px solid;
}


/* Grafikken omkring */
.container {
   width:  950px;
}

td#indhold_container {
	border: 2px solid #EDF1F0;
   padding: 10px;
   background-color: #F5F8F6;
}

#venstre_side img {
	position: relative;
	top: 80px;
}

#venstre_side {
	width: 150px;
}
#hojre_side {
	width: 180px;
   /*       top   right  bottom   left */
/*   padding: 1px   1px    0px     5px;*/
}

#indhold {
   width: 592px;
   height: 400px;
   /*       top   right  bottom   left */
   padding: 1px   0px    5px     0px;
}

.bred_margin {
	padding: 1px 100px 1px 100px;
}

#venstre_bredde {width:150px;height:1px;}
#indhold_bredde {width:592px;height:1px;}
#hojre_bredde {width:180px;height:1px;}


#stiblet {
	border: 1px dashed black;
	padding: 7px;
	background-color: white;
}
#stiblet_over {
	border: 1px dashed black;
	padding: 7px;
	background-color: #EDF1F0;
}

