@charset "utf-8";
/* CSS Document */
/* Førerkortsenteret */

body,html {
	padding: 0;
	margin: 0;
	background:url(../images/bg.png) top left repeat-x #fff;
}

body,td,p { font: normal 12px/14pt Tahoma, Verdana; color: #0c0d0e; }

td { vertical-align: top; }

div#flash { width:100%; }

div#page {
	width: 862px;
	margin: 0 auto;
	background: url(../images/contentbg.png) top center repeat-y;
}

div#contentcontainer {
	width: 830px;
	margin: 0 auto;
	margin-top: 20px;
	background: url(../images/containerbg.gif) top left repeat-y;
}

div#menu {
	background: url(../images/menubg.png) top center no-repeat;
	width:830px;
	margin: 0 auto;
	height: 60px;
	min-height: 60px;
}

div#submenu {
	background: url(../images/submenubg.png) top left repeat-x #000;
	min-height: 220px;
	height: auto !important;
	height: 220px;
	width: 170px;
	margin-right: 10px;
	float:left;
}

div#content {
	width: 640px;
	float: left;
	padding-bottom: 20px;
}

div#pagebottom {
	background: url(../images/pagebottom.png) top left no-repeat;
	height: 107px;
	min-height: 107px;
	width:862px;
	margin: 0 auto;
}

div#clearer { clear: both; }

div#tagmark { width: 100%; padding: 20px 0; text-align: center; }
div#tagmark a { color: #999999; }

img { border: none; }

a { color: #234055; font-weight: bold; text-decoration: none; }
a:hover { color: #58B0F3 }

input.contact, textarea.contact {
font: normal 12px Verdana, Arial, sans-serif;
color: #000;
border: 1px solid #000;
background-color:#fff;
}

td { vertical-align: top; }

h1 { font: normal 20px Arial,Verdana; color: #35617f; }

h2 { font: lighter 18px Arial,Verdana; color: #4e453a; }

h3 { font: lighter 18px Arial,Verdana; color: #539ad0; }

h4,h5,h6 { font: bold 14px Arial,Verdana; color: #514b4b; }
