* {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 110%;
	padding: 0px;
	margin: 0px;
	}

body {
	background-color: #FFFFFF;
	text-align: center;
	}
	
p {
	text-align: left;
	padding: 0px 0px 5px 0px;
	}

h1 {
	color: #FF8800;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}

h2 {
	color: #555555;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}

h3 {
	color: #FF8800;
	font-weight: normal;
	padding: 5px 0px 3px 0px;
	margin: 0px;
	}

.must {
	color: red;
	}

label.first {
	float: left;
	width: 165px;
	margin-right: 10px;
	display: marker;
	marker-offset: 20px;
	}

input.second {
	padding-left: 2pt;
	width: 200px;
	}

input.short {
	padding-left: 2pt;
	width: 98px;
	}
	
select, textarea {
	width: 200px;
	}


/* Herfra starter definitionen af elementerne */


div#left {
	height: 100%;
   	background-color: #333333;
	margin: 0px;
	padding: 10px 5px 5px 5px;
	}

div#intro {
	position: relative;
	top: 0px;
	left; 0px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 5px 10px;
	border: 0px;
	}

div.content {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 1px 10px 3px 10px;
	border: 0px;
	clear: left;
	}

div#contentEnd {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 15px 10px 20px 10px;
	border: 0px;
	clear: left;
	}
	
div.content a {
	color: #FF8800;
	text-decoration: underline;
	}

div.content a:hover {
	color: #FF8800;
	text-decoration: none;
	}

div#right {
	height: 100%;
	background-color: #e4e4e4;
	margin: 0px;
	padding: 10px 5px 5px 5px;
	}
	
#helpDiv{
    width: 100%;
	border: solid 0px #000000;
	background-color: transparent;
	visibility: hidden;
}

/* DEFINITION TO LOGOBANNER AND MENU */

a {
	text-decoration: none;
	line-height: 110%;
	}

a:hover {
	color: #FF8800;
	text-decoration: underline;
	line-height: 110%;
	}

a.link2 {
	text-decoration: none;
	line-height: 200%;
	}

a.link2:hover {
	text-decoration: underline;
	line-height: 200%;
	}

