body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #c6e1f2;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 760px;
	margin: auto;
	padding: 25px 20px 0px 20px;
	background: #fff url(images/aalborg-helsecenter.png) no-repeat right bottom;
}





#header {
	width: 100%;
	height: 54px;
	background: #fff url(images/helsecenter.png) no-repeat top right;
}
#header div.home a {
	background: #fff url(images/home.png) no-repeat top left;
	padding-left: 30px;
	color: #f60;
	font-weight: bold;
}
#header div.home a:hover {
	color: #db001b;
	text-decoration: none;
}
#header ul.menu {
	margin: 0;
	padding: 0;
	margin-top: 8px;
	background-color: #fff;
	height: 25px;
	width: 600px;
	overflow: hidden;
	position: relative;
}
#header ul.menu li {
	float: left;
	display: inline;
	margin-right: 2px;
	list-style-type: none;
}

#header ul.menu li a {
	float: left;
	display: block;
	height: 25px;
	padding: 0px;
	padding-right: 8px; /* sliding doors padding */
	background: #f90 url('images/menu_btn_bgr.png') no-repeat scroll top right;
	font-size: 1.0em;
	color: #fff;
}
#header ul.menu li a span {
	background: #f90 url('images/menu_btn_span_bgr.png') no-repeat;
	display: block;
	padding-left: 8px;
	line-height: 25px;
}

#header ul.menu li.current a {
	background: #db001b url('images/menu_btn_current_bgr.png') no-repeat scroll top right;
	text-decoration: none;
}

#header ul.menu li.current a span {
	background: #db001b url('images/menu_btn_span_current_bgr.png') no-repeat;
	display: block;
	line-height: 25px;
/*    padding: 9px 27px 5px 40px;*/
}







#top #breadcrumbs {
	margin-top: 4px;
	color: #666;
	width: 600px;
	border-bottom: 1px solid #f90;
	padding-bottom: 6px;
}
#top #breadcrumbs .breadcrumbs {
	display: inline;
}
#top #breadcrumbs .breadcrumbs a {
	color: #666;
}




#middle {
	overflow: hidden;
	width: 100%;
/*	height: auto !important;
	height: 285px;*/
	min-height: 285px;
}




#leftmenu {
	float: left;
	display: inline;
	width: 167px;
	margin-top: 22px;
	border-right: 1px solid #f90;
}
#leftmenu ul {
	margin: 0;
	padding: 0;
}
#leftmenu ul li {
	list-style-type: none;
	padding-bottom: 20px;
}
#leftmenu ul li a {
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}
#leftmenu ul li ul {
	padding-top: 2px;
	margin-left: 10px;
}
#leftmenu ul li ul li {
	padding-bottom: 2px;
}




#content {
	float: left;
	display: inline;
	width: 420px;
	padding-left: 10px;
	margin-top: 22px;
}

#content p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	color: #000;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	font-size: 1.0em;
	font-weight: bold;
}



#rightcontent {
	float: right;
	display: inline;
	width: 145px;
	padding-left: 15px;
	margin-top: 0px;
}

#rightcontent .boxes, #rightcontent .boxes a, #rightcontent .boxes a:hover {
	color: #fff;
	text-decoration: none;
}
#rightcontent .boxes {
	width: 133px;
	min-height: 40px;
	padding: 10px 6px 0px 6px;
	margin-bottom: 5px;
	overflow: hidden;
}

#rightcontent #orangebox {
	background: #f90 url(images/orangebgr.png) no-repeat left bottom;
}
#rightcontent #redbox {
	background: #db001b url(images/redbgr.png) no-repeat left bottom;
}
#rightcontent #greybox {
	background: #a19689 url(images/greybgr.png) no-repeat left bottom;
}



#leftmenu, #content, #rightcontent {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}

#rightcontent {
	padding-bottom: 10120px;
}


table.form_table td.labels {
	vertical-align: top;
}
table.form_table td.fields input.form_textbox {
	width: 300px;
	border: 1px solid #f90;
}

table.form_table td.fields input.required {
	border: 1px solid #db001b;
}
table.form_table td.fields textarea.form_textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #f90;
}



#footer {
	width: 100%;
	color: #666;
	height: 20px;
	margin-top: 10px;
	border-top: 1px solid #db001b;
	padding-top: 10px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
#footer ul li {
	float: left;
	display: inline;
	list-style-type: none;
	display: inline;
	border-left: 1px solid #666;
	padding: 0px 10px;
}
#footer ul li:first-child {
	border: none;
	padding-left: 0px;
}
#footer a {
	color: #666;
}

#ultimize 
{
	background-color: #fff;
	padding: 20px 0px;
	width: 800px;
	margin: auto;
}