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%;}


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

#wrap {
	min-height: 100%;
	width: 930px;
	margin: auto;
	position: relative;
	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%;
}

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

#header img {
	padding: 20px 0;
}

#left { 
	display: none;
}

#main {
	margin-left:0px;	
}

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

#content {
	padding-left:20px;
	text-align:left;
	width: 620px;	
}

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



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

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

#footer {
	display: none;
}


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

#top_menu {
	display: none;
}


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


#left {
	display: none;
}

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

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

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

#right h3 {
	color: #666;
	padding: 3px 10px;
}

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

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

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

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

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

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

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

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

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

a, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	
}

ul {
  	list-style-type: none;
  	margin-bottom: 10px;
  	
}

li {
  	color: #777;
  	list-style-type: none;
}

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

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

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

.oversigt li {
 	text-decoration: none;
  	text-transform: uppercase;
	color: #172D51;
      	font-size: 10px;
    	letter-spacing: 1px;
}

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

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

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

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


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

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

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

.oversigt_undersider {
    width: 200px;
    float: left;
    padding-top: 20px;
    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: #777;
	text-align: left;
	padding: 3px 10px;
}

.oversigt_undersider a:visited {
	display: block;
	text-decoration: none;
	color: #777;
	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;
	text-align:left;
	width: 620px;	
}

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

#content_medarbejder img {
	display: none;

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

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

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

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

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



#content_narrow h2 {
	color: #666;
}

