/*   
Theme Name: Infoprocess
*/

/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	text-align:center;
	margin:0;
	padding:0;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	
		}
		
		p {
	margin-bottom: 10px;
	
		}
		
		
#wrapper {
		width: 980px;
		text-align:left;
		margin:auto;
	}
	
#leftarea {
		width: 725px;
		float:left;
	}	
	
#navigation {
		background-color:#00a4ed;
		width:720px;
		height: 25px;
		margin: 107px 0;
	}
	
#venstre {
		float:left;
		width: 13px;		
	}
	
#menu {
		float:left;
		width: 694px;
		padding-top:2px;		
	}
	
#hojre {
		float:right;
		width: 13px;				
	}
	
	
#hojre {
		float:right;
		width: 13px;				
	}
	

#hjemknap {
		width: 185px;
		float:left;
		padding-top:1px;
	}
	
#hjemknap a{
		color:white;
	}	
	
#hjemknap a:hover{
		color:black;
		text-decoration: none;
	}	
	
#menu {
		width: 400px;
		float:left;				
	}
	
#menu ul{
    margin: 0; padding: 0;
    float: left;}
 
#menu ul li{
    display: inline;
    }
 
#menu ul li a{
    float: left; 
    text-decoration: none;
    color: white;
    padding-right: 50px;
    margin-top:-1px;
    }
  
#menu ul li a:hover, .menu ul li .current{
    color: #000;
 }
 
 
#menu ul li.current_page_item a {
color: black;
}

#menu .current-page-ancestor a{
color: black;

}


	
#logofelt {
		width:200px;
		margin-top: 120px;
		margin-right: 20px;
		float:right;
	}
	
#sidebar {
		width:170px;
		margin-top:-13px;
		float:left;
	}
	
	 
#sidebar ul li{
list-style: none;
margin-left: -10px;
line-height:16px;
margin-bottom:12px;
    }
 
#sidebar ul li a{
    text-decoration: none;
    color: #009fe5;
    padding-right: 50px;
    }
  
#sidebar ul li a:hover, .menu ul li .current{
    color: #000;
 }
 
 #sidebar .current_page_item {
float: left;
margin-left: -10px;


}
 
#sidebar .current_page_item a, .current_page_item a:hover {
float: left;
display: block;
color: black;
text-decoration: none;


}
	
#content {
		width:500px;
		float:right;
		padding-right:25px;
		border-right:1px solid #009fe5;
	}
	
.footer {
		clear:both;
	}
	
ul {
		margin-left: -20px;
	}

A:link {text-decoration: none; color: #009fe5;}

A:visited {text-decoration: none; color: #009fe5;}

A:active {text-decoration: none; color: #009fe5;}
A:hover {text-decoration: underline; color: black;}
