@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../grafik/back.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	color: #333333;
	margin-bottom: 1px;
}
a {
	color: #00529c;
	text-decoration: none;
}
h1 {
	margin-top: 20px;
	margin-bottom: 15px;
}
h2 {
	color: #00529c;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#wrapper {
	width: 750px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}


#header {
	height: 105px;
	background-color: #FFFFFF;
	background-image: url(../grafik/nde-meny.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#mainContent p {
	margin-top: 10px;
	margin-bottom: 5px;
}
#mainContent h1 {
	font-size: 24px;
	margin-top: 0px;
	font-weight: normal;
	color: #333333;
}
#mainContent h2 {
	font-size: 17px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #00529c;
}
#leftContent h2 {
	font-size: 17px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #00529c;
	padding-bottom: 10px;
}
#leftContent a {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #333333;
}
#leftContent a:hover {
	color: #00529c;
}



#mainContent h3 {
	font-size: 14px;

}
#mainContent  ul{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #333333;

}
#leftContent  li{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00529c;
	height: 20px;
	padding-top: 2px;
}
#rightContent li {
	display: list-item;
	list-style-position: inside;
	list-style-image: url(../grafik/prick.jpg);
	padding-left: 10px;
}

#topContent {
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 25px;
}
#leftContent {
	padding-left: 10px;
	width: 140px;
	float: left;
}
#underContent {
	background-color: #663399;
	width: 100px;
	height: 80px;
	float: right;
	padding: 10px;
	margin-top: 15px;
	margin-right: 25px;
}
#rightContent {
	float: right;
	width: 505px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 40px;
	background-image: url(../grafik/blueline-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#introContent {
	float: left;
	height: 320px;
	margin-top: 5px;
}
#bildContent {
	float: left;
	height: 260px;
	margin-top: 5px;
}
#loginContent {
	padding-left: 10px;
	width: 730px;
	float: left;
}
#loginContent h2 {
	font-size: 17px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #00529c;
	padding-bottom: 10px;
}
#loginContent a {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #333333;
}
#loginContent a:hover {
	color: #00529c;
}

#footer {
	height: 25px;
}
#footer p {
	text-align: center;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer a {
	text-decoration: none;
	color: #00529c;
}
 /* menyn*/
 
#menu {
	width: 660px;
	height: 30px;
	position: relative;
	top: 72px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 20px;
	padding-left: 10px;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #d2e0ee;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 0px;
}

#menu a:hover {
	color: #FFFFFF;
}

 #menu .active a {
	color: #FFFFFF;
	font-weight: normal;
 }
 /* end meny */
#makaron {
	padding-right: 10px;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 25px;
}
#makaron  a{
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}
#makaron p {
	font-size: 11px;
	color: #00529c;
	text-align: right;
	padding-top: 0px;
	position: relative;
}
.inputField {
	width: 200px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}
.padding {
	padding-top: 45px;
}
#kol1{
	width: 220px;
	height: 250px;
	background-repeat: no-repeat;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#kol2{
	width: 210px;
	height: 250px;
	background-repeat: no-repeat;
	float: right;
	background-image: url(../grafik/blueline-1.gif);
	background-position: left top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#kol3{
	width: 210px;
	height: 250px;
	background-repeat: no-repeat;
	float: right;
	background-image: url(../grafik/blueline-1.gif);
	background-position: left top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footer2 {
	height: 70px;
	background-image: url(../grafik/nde-certifikat.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#kol4 {
	width: 110px;
	height: 30px;
	float: right;
	padding-top: 10px;
}
#kol4 p {
	text-align: center;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#kol4 a {
	text-decoration: none;
	color: #00529c;
}
#kol1  li {
	display: list-item;
	list-style-position: inside;
	list-style-image: url(../grafik/prick.jpg);
	padding-left: 10px;
}
