﻿@import url("kursusplanen.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 1em;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
th
{
	text-align: left;
}
/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background: url(../Images/Back.gif) repeat-x;
	font-family: Verdana, Arial, helvetica, sans-serif;
	margin: 0px;
}

p {
  	font-size: 1em;
	font-weight: normal;
	line-height: 1.1em;
	padding: 0;
	margin: 0;
	margin-bottom: 0.6em;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}
/*
a:link {
	color: #38389e;
	text-decoration: none;
}
a:visited {
	color: #9e389e;
	text-decoration: none;
}
a:hover {
	color: #38389e;
	text-decoration: underline;
}
a:active{
	color: #38389e;
	text-decoration: underline;
}
*/
h1{
	clear: left;
  	font-size: 2.4em;
	color: #11435e;
  	/*font-family: georgia, 'times new roman', 'serif'; */
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: .5em;
  	width: 100%;
  	line-height: 2.4em;
  }
  
h2{
	clear: left;
	color: #11435e;
  	font-size: 2em;
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: .5em;
  	width: 100%;
  	line-height: 2em;
  }
  
h3{
	clear: left;
	color: #11435e;
  	font-size: 1.6em;
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: .5em;
  	width: 100%;
  	line-height: 1.6em;
}

h4{
	clear: left;
	color: #11435e;
  	font-size: 1.6em;
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: .5em;
  	width: 100%;
  	line-height: 1.6em;
  }
