html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

html {height:100%;}

.clr {
	clear: both;
}

body {
	margin:0; 
	padding:0; 
	height:100%;
	font-family: Verdana, Sans-serif;
	font-size: 10px;
	background: url(images/body_bg.jpg) top center repeat-y;
}

#wrap {
	min-height: 100%;
	width: 930px;
	margin: auto;
	position: relative;
	background: #FFF;
	background: url(images/main_bg.jpg) top center repeat-y;
}

#wrap_white {
	min-height: 100%;
	width: 930px;
	margin: auto;
	position: relative;
	background: #FFF;
}

* html #wrap {
	height:100%;
}

* html #wrap_white {
	height:100%;
}

#header {
	background: #FFF;
	margin:0; 
	width: 930px;
	padding: 0;
	text-align: center;
}

#header img {
}

#left { 
	float: left;
	width: 200px;	
	padding-top: 20px;
}

#main {
	margin-left:220px;	
}

#right {
	float:right;
	width:220px;
	text-align: right;
	padding-top: 20px;
}

#content {
	padding-left:20px;
	margin-right:220px;
	text-align:left;
	width: 420px;
	padding-top: 20px;
		
}

#content_forside {
	padding-top: 20px;
	padding-left:20px;
	margin-right:220px;
	text-align:left;
	width: 460px;	
}

#content_forside img {
	padding-top: 20px;
	margin-bottom: 20px;
}

#content_narrow {
	padding-top: 20px;
	padding-left:20px;
	margin-right:220px;
	text-align:left;
	width: 300px;	
}

#inner-wrap {
	padding-bottom:80px;	
}

#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}

#footer {
	position:absolute;
	bottom:0;
	height:40px;
	background: #FFF;
	text-align:center;
	width:100%;
	padding-top: 10px;
	border-top: 1px solid #eee;
	color: #eee;
}

.aligncenter {
	margin-left: 75px;
}


/*********************************************          TOP MENU           **********************************************/

#top_menu {
  	height: 30px;
  	width: 930px;
  	background: #172D51;
  	position: relative;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width: 170px;
}

.sf-menu ul li {
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/*** DEMO SKIN ***/


.sf-menu {
	float:		left;
}

.sf-menu a {
	border-right: 1px solid #fff;
	padding: 9px 15px;
	text-decoration:none;
    	font-size: 10px;
    	font-family: Verdana;
    	letter-spacing: 1px;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFF;
	text-align: left;
}

.sf-menu a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#999;
}

.sf-menu li {
}

.sf-menu li li a, .sf-menu li li a:visited {
    text-transform: uppercase;
    background: url(images/menu-trans-bg.png);
    color: #444;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    width: 170px;
}

.sf-menu li li a:hover {
    color: #999;
}

.sf-menu li li li {
	background:		#eee;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*********************************************          LEFT MENU           **********************************************/


#left li {
	list-style: none;
	padding: 1px;
}

#left li:hover {
	background: #FFF;
}

#left a:link, #left a:visited {
   	display: block;
    text-decoration: none;
	color: #333;
    text-align: left;
    padding: 5px 10px;
}

#left a:hover {
	text-decoration: none;
	color: #000;
	background: #FFF;
}

/*********************************************         RIGHT CONTENT          **********************************************/

#right_big_image {
	padding-top: 20px;
	float: right;
	width: 350px;
	text-align: right;
	padding-right: 20px;
}

#right img {
	padding-right: 20px;
}

#right h3 {
	color: #333;
	padding: 10px 10px 2px 10px;
}

#right a:link, #right a:visited {
   	display: block;
    text-decoration: none;
	color: #333;
    text-align: right;
    padding: 1px 10px;
}

#right a:hover {
	text-decoration: none;
	color: #000;
}

#right li {
	padding: 1px;
}

.right_text {
	margin: 20px 20px 0 0;
}

.right_text p {
	margin: 0;
	padding: 0;
}



/*********************************************          MAIN CONTENT          **********************************************/

h2 {
 	text-decoration: none;
  	text-transform: uppercase;  	
	color: #172D51;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0 0 10px 0; 
}

h2 img {
	padding-left: 10px;
}

h3 {
	font-weight: bold;
	text-decoration: none;
}

h4 {
	margin-top: 5px;
	padding: 0 0 10px 0;
	color: #333;
}

h5 {
 	text-decoration: none;
  	text-transform: uppercase;	
  	color: #172D51;
      	font-size: 10px;
    	letter-spacing: 1px;
    	padding: 0 0 10px 10px; 
}

h6 {
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 5px 0;
	color: #333;
	}


p {
  	margin-bottom: 10px;
  	color: #333;
}

a, a:visited {
	color: #333;
}

a:hover {
	text-decoration: none;
	
}

.post ol {
	list-style-type: decimal;
}

ul {
  	margin-bottom: 10px;
  	
}

li {
	color: #333;
}

/*********************************************          MEDARBEJDER OVERSIGT          **********************************************/

.oversigt {
	width: 300px;
	float: left;
}

.oversigt ul {
	margin-bottom: 20px;
	
}

.oversigt li {
	list-style-type: disc;
	text-transform: none;
	font-weight: normal;
	margin-top: 0px;
    	font-size: 10px;
   	letter-spacing: 0px;
   	padding: 0 0 2px 0;
   	margin-left: 20px;
    
}

.oversigt li li {
	text-transform: none;
	font-weight: normal;
	margin-top: 0px;
    	font-size: 10px;
    	letter-spacing: 0px;
    	padding: 1px 0 2px 0;
}

.oversigt li:hover {
	background: #FFF;
}

.oversigt a {
	display: block;
	text-decoration: none;
	color: #333;
	text-align: left;
	padding: 3px 0;
}

.oversigt a:visited {
	display: block;
	text-decoration: none;
	color: #333;
	text-align: left;
	padding: 3px 0;
}


.oversigt a:hover {
	text-decoration: underline;
	color: #000;
}

.oversigt h2 {
	margin: 0;
	padding: 3px 0 10px 0;
	color: #666;
	font-weight: normal;
  	text-transform: uppercase;  	
	letter-spacing: 1px;
}

.oversigt h6 {
	padding-left: 10px;
}

.oversigt p {
	padding: 0 0 0 10px;
}

/*********************************************          MEDARBEJDER OVERSIGT UNDERSIDER          **********************************************/

.oversigt_undersider {
    padding-top: 20px;
    width: 200px;
    margin: 0 0 50px 0;	
}

.oversigt_undersider ul {
	margin-bottom: 20px;
}

.oversigt_undersider li {
	list-style: none;	
}

.oversigt_undersider li:hover {
	background: #FFF;
}

.oversigt_undersider a {
	display: block;
	text-decoration: none;
	color: #333;
	text-align: left;
	padding: 3px 10px;
}

.oversigt_undersider a:visited {
	display: block;
	text-decoration: none;
	color: #333;
	text-align: left;
	padding: 3px 10px;
}

.oversigt_undersider a:hover {
	text-decoration: none;
	color: #777;
}

.oversigt_undersider h2 {
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
}

/*********************************************          MEDARBEJDER UNDERSIDER          **********************************************/

#content_medarbejder {
	padding-left: 20px;
	margin-right: 220px;
	text-align:left;
	width: 420px;	
	padding-top: 20px;
}

#content_medarbejder li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content_medarbejder img {
	padding-left: 10px;
}



#content_medarbejder a:hover,  {
	color: #999;
	text-decoration: none;
}

td {
	border-right: 15px solid #FFF;
}

.no_line_break p {
	margin-bottom: 1px;
}

td.no_line_break  {
	border-bottom: 10px solid #FFF;
}


/*********************************************          ARBEJDSOMRÅDER UNDERSIDER          **********************************************/

#content_text {
	padding-top: 20px;
	padding-left:20px;
	margin-right:220px;
	text-align:left;
	width: 420px;	
}

#content_text img {
	margin-left: 20px;
}

#content_text li {
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 5px;
}



#content_narrow h2 {
	color: #333;
}

.unIndentedList {
	margin: 0;
	padding: 0;
}




/*********************************************          OM OS          **********************************************/

#content li {
	margin-left: 20px;
	padding-bottom: 5px;
}

#content ul {
	padding: 5px 0;
}

#content ol {
	padding: 5px 0 10px 0;
}

em {
	font-style: oblique;
}

/*********************************************          NYHEDER          **********************************************/

#content_nyheder {
	padding-top: 20px;
	padding-left:20px;
	margin-right:300px;
	text-align:left;
	width: 310px;	
}

#content_nyheder h2 {
	padding: 0 0 10px 0;
}

.post {
	padding-bottom: 20px;
}

.input {
	padding: 5px;
	background: #172D51;
	color: #FFF;
	border: none;
	cursor: pointer;
}

input {
	padding: 5px;
	border: 1px solid #999;
	margin-bottom: 10px;
}