
/* ============== Body ============== */
body {						
	background:#fff; 
	min-width:900px;    			/* Minimum width of layout */
						/* The min-width property does not work in old versions of IE */
	font-size:90%;
	font-family:"Times New Roman", Times, serif;
	color: #194e90
}

/* ============== Table ============== */
table,td,th {					
	border:0px solid #669999;
}

table
{
width:100%;
border-collapse:collapse; /* Kun een streg mellem celler */
}

td {
	vertical-align: top;
	text-align:left;
	padding:15px;
}

/* ============== Venstre kolonne ============== */
td.l {
	width: 200px;						/* LW */
	background-image:url('grafik/colPicL.gif');
	background-position: top left;
	background-repeat:repeat-y;
}

/* ============== Højre kolonne ============== */
td.r {
	width: 250px;						/* RW */
	background-image:url('grafik/colPicR.gif');
	background-position: top right;
	background-repeat:repeat-y;
}

/* ============== Top og Bund rækker ============== */
td.b {								/* 3 kolonner bredde */
	font:normal bold 25px/30px Georgia,serif;
	color:#fff;
}

tr.topRow td, tr.bottomRow td {
	height:20px;		 
	text-align: center; 			
	font-weight: bold;
	vertical-align: middle;
	background-color:#669999;
	margin: 50px;	
}




/* ============== Caption ============== */
caption { 
	caption-side: bottom;
	text-align: left; 
	font-size: 10px;
}

/* ============== Div box ============== */
div.box, span.box, div.container{
	align: center;
	text-align: left;
	margin-bottom:10px;
	padding: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	background-color: #fff;
}

div.w100 { width: 100px; }
div.w200 { width: 200px; }
div.w250 { width: 250px; }
div.w300 { width: 300px; }
div.w350 { width: 350px; }
div.w400 { width: 400px; }
div.w500 { width: 500px; }
div.w600 { width: 600px; }
div.w700 { width: 700px; }
div.w800 { width: 800px; }
div.w900 { width: 900px; }
div.w1000 { width: 1000px; }

div.h200 { height: 200px; }
div.h250 { height: 250px; }
div.h300 { height: 300px; }
div.h350 { height: 350px; }
div.h400 { height: 400px; }
div.h500 { height: 500px; }
div.h600 { height: 600px; }
div.h700 { height: 700px; }
div.h800 { height: 800px; }
div.h900 { height: 900px; }
div.h1000 { height: 1000px; }

div.skil { 		<!-- skillelinje -->
	margin-bottom:2px;
	padding: 0px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background-color: #fff;
	height: 2px;
}

/* 1 = Blue, 2 = Red, 3 = Orange, default = ingen border, ingen fill, blå text */
div.border1, span.border1 { border: 5px double #669999; }
div.border2, span.border2 { border: 2px solid #669999; }
div.border3, span.border3 { border: 2px solid #ffa92e; }

div.fill, span.fill { background-color: #EAFFFE; }
div.fill1, span.fill1 { background-color: #194e90; }
div.fill2, span.fill2 { background-color: #de362d; }
div.fill3, span.fill3 { background-color: #ffa92e; }

div.text1, span.text1 { color: #194e90; }
div.text2, span.text2 { color: #de362d; }
div.text3, span.text3 { color: #ffa92e; }


/* ============== Menu formattering ============== */
div.menu h3{
	margin:0px;
	font-size: 20px;
	color:#194e90
}

h1, h2, h3, h4, h5 { margin: 0px 0px 0px 0px;  }
h4 { font-variant: small-caps;}
h5 { font-style: italic;}

div.menu 
{	
}

div.menu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

div.menu li.m {
	background-image:url('grafik/house.gif');
	background-repeat:no-repeat;
	background-position:0px 0px 0px 0px;
	padding-left:20px;
	font-size: 14px;
	font-weight: bold;
}

div.menu a {
	text-decoration:none;
	font-size: 18px;
}
div.menu a:link {color:#194e90;}    /* unvisited link */
div.menu a:visited {color:#194e90;} /* visited link */
div.menu a:hover {color:#de362d;}   /* mouse over link */
div.menu a:active {color:#ffa92e;}  /* selected link */

/* ============== Generel formattering ============== */

a:link {color:#194e90;}    /* unvisited link */
a:visited {color:#194e90;} /* visited link */
a:hover {color:#de362d;}   /* mouse over link */
a:active {color:#ffa92e;}  /* selected link */

img{	border:0px; }
.imgR {	
	float:right; 
	margin:0px 0px 0px 5px; 
	padding:0px; 
	border:0px none rgb(0,150,200); 
	border:0px solid red;
	font-style:italic; 
	text-align:center;
	font-size:10px;

}
.imgL{	
	float:left; 
	margin:0px 5px 0px 0px; 
	padding:0px; 
	border:0px none rgb(0,150,200); 
	border:0px solid red;
	font-style:italic; 
	text-align:center;
	font-size:10px;
}


.ll { float:left; }
.rr { float:right; }
.cl { clear: both }
.ml { margin-left:5px; }
.mr { margin-right:5px; }
.cl { clear: both }

p:first-line 
{
	font-weight: bold;
}

ul {list-style-type: disc}
ul.none {list-style-type: none}
ul.hus {list-style-image: url('grafik/house.gif')}

