#header_top a,
#header_top h2,
#header_bottom,
#menu,
#content_right
{
	display: none;
}
*{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
}
body  {
	font-size: 12px;
}
/* ___________________________________________________________________ header __________________ */

#header_top {
	height: 80px;
	border-bottom: 1px solid #eee;
}
#header_top h1  {
	width: 265px;
	height: 60px;
	text-indent: -3000px;
	float:left;
	background: url('../gfx/logo_name.png') no-repeat;
}
#header_top p {
	float: right;
	text-align: right;
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color: #446a92;
	text-transform: uppercase;
}

/* _____________________________________________________________________ content_left FORSIDEN */

div.template1, div.template2, div.template3, div.template4, div.template5  {
	margin-bottom: 26px;
	overflow: hidden;
}
div.template1 h3, div.template2 h3, div.template3 h3, div.template4 h3, div.template5 h3   {
	font-size: 20px;
	color: #446a92;
	clear: left;
	margin-bottom: 4px;
	border-bottom: 1px solid #fafafa;
}
div.template3 h3  {
	border-bottom: none;
}
div.template1 img, div.template2 img, div.template3 img, div.template4 img, div.template5 img  {
	padding: 2px;
	border: 1px solid #ccc;
	margin-top: 2px;
	float: left;
}
div.template2 img, div.template4 img.content_template4_picture_right  {
	float: right;
}
div.template1 img  {
	margin: 2px 10px 10px 0;
}
div.template2 img  {
	margin: 2px 0 10px 10px;
}
/* _____________________________________________________________________ content_left CALENDAR & NEWS */


input#calender_big_arrow_left, input#calender_big_arrow_right,
input#calender_small_arrow_left, input#calender_small_arrow_right {
	display: none
}

#calender_big form h2,
#calender_small form h2 {
	display: none;
}

/* Today */
div#calender_big li a,
div#calender_small li a {
	display: none;
}

div#calender_big li {
	overflow:hidden;
}

/* ___________________________________________________ Content_right news _ */
/* Dato */
div#calender_entry h4  {
	font-weight: normal;
	color: #446a92;
	margin-bottom: 1px;
	border-bottom: 1px solid #fafafa;
}

/* _____________________________________________________________________________ CONTACT
________________________________________________________*/

/* ___________________________________________________________________NEWS AND DOCUMENTS
_____________________________________________________ Content_left news_big _*/
/*overskrift - input - color under Links*/
#calender_big .calenderForm input,
#news_big h3 input  {
	width: 100%;
	height: 18px;
	text-align: left;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	font-size: 12px;
}
#news_big li  {
	padding: 0 4px 10px;
}
/* Dato */
#news_big h4  {
	margin-bottom: 2px;
	font-weight: normal;
}
#calender_big .color1, 
#news_big .color1 {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#news_big p img {
	float: left;
	margin: 2px 10px 10px 0;
}

/* ____________________________________________________________________________ CALENDAR
_________________________________________________________*/
#calender_big li  {
	min-height: 22px;
}
#calender_big li p  {
	float: left;
	width: 16px;
	height: 22px;
	padding-right: 5px;
	line-height: 22px;
	text-align: right;
	border-right: 1px solid #efefef;
}
#calender_big .calenderForm input {
	width: 446px;
	height: 22px;
	padding-left: 4px;
}
#calender_entry p,
#news_big p  {
	font: 11px Arial, sans-serif;
	line-height: 16px;
}
/*___________________________________________________________________ FORM AND PAGE BREAK*/
#validate_top input,
input.reset, 
input.submit
{
	display: none;
}
.page_break {
	page-break-after: always;
}