/* GENERAL STYLE */

/*
Region H farver:
lys blå (menu, link) : #0a5ca7
mørk blå (Streger , overskrifter): #002555; 
Rød (hover link)  : #ea7e00
 
 
Logo farver :

mellem blå (menu, link, streger): #0a5ca7;
orange (hover link)  : #ea7e00;

Der benyttes en mørkegrå farve til overskrifter mm. 


*/

body, td {
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
	vertical-align: top;
	
}


img {
vertical-align: middle;
margin: 0px; 
padding: 0px;
border: none;
}

ul {
	list-style-type: circle;
	padding-bottom: 15px;
	
}

li {
margin-bottom: 15px;	
}

a {
	font-family: verdana, sans-serif;
	color: #0a5ca7;
}


a:visited {
	font-family: verdana, sans-serif;
	color: #0a5ca7;
}

a:active {
	font-family: verdana, sans-serif;
	color: #ea7e00;
}

a:hover {
	font-family: verdana, sans-serif;
	color: #ea7e00;
}

h2 {
	color: #555555;
	font-weight: bold;
	font-size: 18px;
	text-indent: 16px;
	}

h3 {
	color: #555555;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	color: #555555;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h5 {
	background: White;
	color: #555555;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}


li {
padding-bottom: 10px;
}


/*Placering af elementer*/
/*
#box1 {
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: 100%;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	border: 2px solid #0E4096;
}
*/

#header {
	position: absolute;
	top: 20px;
	left: 210px;
	
	width: 650px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	padding-bottom:15px;
	border-bottom: 2px solid #0a5ca7;
}


#content {
	background: #FFFFFF;
	position: absolute;
	top: 165px;
	left: 190px;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 35px;
	text-align: left;
		
}

#bottom {
	border-top: 2px solid #0a5ca7;
	padding: 10px;
	margin-top: 20px;
	
}

#menu {
 position: absolute;
 top: 10px;
 left: 15px;
 margin-right: 0px;
 padding-left: 0px;
 margin-top: 10px;
 text-align: left;
 width: 162px;
 
}


/* STYLES FOR LEFT MENU */

table.menutable {
	
	border-bottom: 2px dashed #0a5ca7;
	
	}

td.menu {
	padding: 7px;
	background: #FFFFFF;
	color: #0a5ca7;
	/*border-bottom: 1px dashed #0E4096;*/
	border-top: 1px dashed #0a5ca7;
	width: 130px;
	/*height: 14px;*/
	font-size: 11px;
}

td.menu1 {
background: White;
padding: 0px;
padding-top: 1px;
color: White;
}

a.menu {
 text-decoration: none;
 color: #0a5ca7;
}

a:visited.menu {
 text-decoration: none;
 color: #0a5ca7;
}

a:active.menu {
 text-decoration: none;
 color: #0a5ca7;
}

a:hover.menu {
 text-decoration: none;
 font-weight: bold;
 color: #0a5ca7;
}


td.submenu{
	background: White;
	color: #0a5ca7;
	padding: 2px;
	padding-bottom: 7px;
	padding-left: 15px;
	border: 0px;
	font-weight: normal; 
}

a.submenu {
	color: #0a5ca7;
	text-decoration: none;
	padding: 0px;
}

a:visited.submenu {
color: #0a5ca7;
	text-decoration: none;	
}

a:active.submenu {
color: #0a5ca7;
	text-decoration: none;
}

a:hover.submenu {
color: #0a5ca7;
text-decoration: underline;	
}

/* Style til header */
table.head {
padding: 0px;
margin: 0px;
}

td.head {
padding-bottom: 0px;
padding-right: 5px;
vertical-align: middle;
}


/* Style til litteraturliste  */

table.publist {

	
}


td.auth {
padding-top: 11px;	
font-weight: bold;
font-size: 11px;
	
}

td.other {
font-size: 11px;	
}

/* Images  */

img.head1{
margin-left: 20px;
text-align: center;
	
}

/* Styles til "staff" */
a.slink {
font-weight: bold;	
text-decoration: none;
}

table.cv {
	
vertical-align: top;	
}

td.cv {
vertical-align: top;	
}

td.cvhead {
font-size: 11px;	
font-weight: bold;
padding-top: 20px;

}






/*Blandet */

.grey{
color: #808080;
}
