

.button {
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-right: 6px; 
	padding-left: 6px; 

	margin: 0px;

	font-weight: normal;
	font-size: 11px;
	text-align: center;

	color: black; 

}



.roed_info_tekst {
	text-align: center;
	color: #ff0000;
}




/*******************************************************************************
  all-text.css
*******************************************************************************/

/* -------------------------------------------------------------- General --- */
body, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html { overflow: -moz-scrollbars-vertical; overflow-x: auto; } //sikrer vertikal scrollbar palle sider som kompensation for body { margin: 0 auto }

/* ---------------------------------------------------- General: Headings --- */
h1 { font-size: 1em; }
/* ------------ .pubList-h1pre { font-size: 0.7em; font-weight: normal; } --- */

/* ------------------------------------------------------- General: Links --- */
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

/* ----------------------------------------------------------- Navigation --- */
div#nav-global { font-size: 10px; }
div#nav-global a { text-decoration: none; }



/* ---------------------------------------------------------- Crumb trail --- */
div#wrapper-crumb-trail p {
	margin: 0;
	font-size: .8em !important;
}

/* -------------------------------------------------------------- Content --- */
div#content h1 {
	margin: 0 0 22px 0;
	font-size: 1.4em;
}
div#content h1.pubTitle {
	font-size: 1.2em;
}
div#col-left h1, div#col-mid h1 { font-size: .9em; }
div#content h2 { font-size: 1em; }
div#content h2 .date { font-weight: normal; }
div#content p { font-size: 1em; }
div#content li {line-height: 1.5em}

/* ----------------------------------------------------- Content: Subpage --- */
div#content p.intro {
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.4;
}

div#content.subpage p {
	margin: 0 0 20px 0;
	line-height: 1.5;
}

div#content h2 {
	font-size: 1.1em;
	margin: 25px 0 4px 0;
}

div#content h3 {
	font-size: 1em;
	margin: 25px 0 5px 0;
}

/* ------------------------------------------------------- Content: Dates --- */
div#content p.date,
div#content p.last-updated,
div#content p.nyhedsdato {
	margin: 0 0 6px 0;
	font-size: .9em;
}
div#content p.last-updated { margin-top: 25px !important; }

/* ------------------------------------------ Content: Image with caption --- */
div#content .img-with-caption p { font-size: 0.8em; }
div#content .img-with-caption-left p { font-size: 0.8em; }


/* ---------------------------------------------- Content: Subpage jumper --- */
div#page-jumper p { margin: 0; }
div#page-jumper p .current, div#page-jumper p .nop { font-weight: bold; }

/* --------------------------------------------------------- Tables: Form --- */




/* ------------------------------------------------------ Site navigation --- */
/*
div#nav-sub h2 {
	font-size: 1em;
	margin: 0;
}
*/
div#nav-sub ul li { font-size: 1em; }
div#nav-sub ul ul li { font-size: .9em; }
div#nav-sub ul ul ul li { font-size: 1em; }


/* -------------------------------------------------------------- Sidebar --- */
div#sidebar h1 { font-size: .9em; }
div#sidebar h2 { font-size: 1em; }
div#sidebar h3 { font-size: .9em; }

/* ------------------------------------------------------- Subsite jumper --- */
div#sidebar #subsite-jumper h1, div#sidebar h1.navHeading {
	font-size: 9px;
	font-weight: normal;
}
/*-------------------------- col-left, col-mid li lineheight----------------- */
div#col-left li.news-teaser { line-height: 1em; }
div#col-mid li.news-teaser { line-height: 1em; }

/* -------------------------------------------------------- Boxes: Events --- */
div#events li.event-date { font-style: italic; }

/* --------------------------------------------------------------- Footer --- */
div#footer, .copyright {
	font-size: 10px;
	line-height: 1.45em;
}

div#footer-col-right {
	text-align: right;
}

div#footer address { font-style: normal; }

/* --------------------------------------------------------------- Tables: First row --- */
.first-row {}

/* --------------------------------------------------------------- Tables: Last row --- */
.last-row {}

/* ------------------------------------------------ Tables: Column widths --- */
.pct_10 {}
.pct_15 {}
.pct_25 {}
.pct_40 {}
.pct_45 {}


/*******************************************************************************
common.css
*******************************************************************************/

/* -------------------------------------------------------------- General --- */
img { border: none; }

.clear { clear: both; }

/* ------------------------------------------------------- General: Lists --- */
/* Standard unordered lists */
ul {}
ul li {}
ul ul li {} /* If you need more levels */

/* For lists with no bullets and no indentation. */
ul.stripped {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.stripped li { 
   margin-bottom: 3px;
/*	 line-height: 1em!important; */ removed 2008-01-08
}

/* ------------------------------------------------------- General: Boxes --- */
div#subsite-jumper,
div#news,
div#events,
div#banners,
div#short-cuts,
div#sidebar div { 
  margin-bottom: 20px;
	clear: both; 
}

div#sidebar div.one {
  margin-bottom: 0;
}

/* ----------------------------------------------------------- Navigation --- */
div#nav-global li {
	float: left;
	line-height: 1em;
	margin: 7px .5em 5px -.5em;
	padding: 0 .5em 1px .5em;
}





/* ---------------------------------------------------------- Crumb trail --- */
div#wrapper-crumb-trail {
	margin: 33px 0 30px 0;
	padding: 0;
}

/* ---------------------------------------------------------------- Icons --- */
div#wrapper-icons {
	margin: 0 0 12px 12px;
	float: right;
}
div#wrapper-icons img { margin-left: 12px; }

img.icon { vertical-align: text-bottom; }

/* -------------------------------------------------------------- Content --- */
div#content { padding-bottom: 32px; }

div#col-left h1, div#col-mid h1 {
	margin: 20px 0 10px 0;
	padding: 3px 9px 2px;
	height: 13px;
}
div#content p { margin-bottom: 0; }





/* ---------------------------------------------- Content: Subpage jumper --- */
div#page-jumper { margin-top: 20px; }




/* ------------------------------------------------------ Site navigation --- */
div#nav-sub ul {
	margin: 0 0 2em 0;
	padding: 2em 0 0 0;
	list-style: none;
}

div#nav-sub ul ul {
	margin: 3px 0 0 10px;
	padding: 0;
}

div#nav-sub ul li {
	margin: 0 0 3px 0;
	padding: 0 0 0 11px;
}

div#nav-sub ul ul li {
	margin: 0 0 3px 0; /* Same as inherit so remove? */
	padding: 0 0 0 8px;
}

/* -------------------------------------------------------------- Sidebar --- */
div#sidebar h1 {
	margin: 0 0 10px 0;
	padding: 3px 9px 2px;
	height: 13px;
}

div#sidebar h2 { /* Evt. --> News, events etc. */
	margin: 0;
	padding: 0;
	display: inline;
}

div#sidebar h3 { /* Evt. --> News, events etc. */
	margin: 0;
	padding: 0px 0px 0px;
	
}

/* ------------------------------------------------------- Subsite jumper --- */
div#subsite-jumper h1, div#sidebar h1.navHeading {
	margin: 0 0 5px 0;
	padding: 0;
}

/* ---------------------------------------------------------- Boxes: News --- */
div#news h1 { margin-bottom: 100px; }/* (img height) + margin-bottom */
div#news ul { display: inline; }
div#news ul li { display: inline; }
div#news li.news-date { margin: 0 0 0 .3em; }

div#news li.news-teaser {
	display: block;
	margin: 0 0 1em 0;
}

/* -------------------------------------------------------- Boxes: Events --- */
div#events li.event-teaser { margin: 0 0 1em 0; }

/* -------------------------------------------------------- Boxes: Banner --- */
div.banner { margin-bottom: 10px !important; }

/* --------------------------------------------------------------- Footer --- */
div#footer-col-left {
	float: left;
	width: 270px;
	padding-bottom: 6px;
}

div#footer-col-right {
	padding-bottom: 6px;
	padding-right: 272px;
	clear: right;
}

/* ----------------------------------------------------------- Hide these --- */
#branding,
#skip-to,
#nav-wrapper h1,
#nav-sub h1,
#sidebar h1.hide,
#footer h1 {display: none;}


div#front {
width: 500px;
}



div#col-right div.forsideBox h1, div#col-mid div.forsideBox h1, div#col-left div.forsideBox h1 {
 font-size: 1.1em;
 margin-top: 25px;
 margin-right: 0pt;
 margin-bottom: 4px;
 margin-left: 0pt;
 color: #4a4949;
 background-color: transparent;
}



div#content {
position: static;
}


/*******************************************************************************
all-units.css
*******************************************************************************/

/* ------------------------------------------------------- General: Links --- */
a:link, a:visited, a:hover, a:active {
	color: #005A88;
	background-color: transparent;
}

/* ------------------------------------------------------ Main containers --- */
div#wrapper {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: none;
}

/* ------------------------------------------------------------- Branding --- */
#branding-global img,
#branding-unit img,
#branding-logo img { border: none; }

#branding-decoration {
	background-position: right;
	background-repeat: no-repeat;
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #901A1E;
}

/* ----------------------------------------------------------- Navigation --- */
#nav-wrapper {
	color: #000;
	background-color: #666;
}

#nav-global {
	color: #fff;
	background-color: #666;
}

#nav-global a {
	color: #fff;
	background-color: #666;
}

#nav-global ul {
	color: #fff;
	background-color: #666;
}

#nav-global li {
	border-left: 1px solid #fff;
}



/* ---------------------------------------------------------- Crumb trail --- */
div#wrapper-crumb-trail p {
	color: #a9adb2;
	background-color: #fff;
}

/* -------------------------------------------------------------- Content --- */
div#content-wrapper {
	color: #000;
	background-color: #fff;
}

div#content {
	color: #4A4949;
	background-color: #fff;
}

/* ---------------------------------------------------- Content: Headings --- */
div#content h1 {
	color: #4A4949;
	background-color: #fff;
}

div#col-left h1, div#col-mid h1 {
	color: #fff;
	background-color: #bbb;
}

div#content h2,
div#content h2 a {
	color: #4A4949;
	background-color: transparent;
}


/* ------------------------------------------------------- Content: Dates --- */
div#content p.date,
div#content p.last-updated {
	color: #a9adb2;
	background-color: #fff;
}

/* ---------------------------------------------------- Content: Overview --- */
div#content ul#overview li {
	color: #4A4949;
	background-color: #eee;
}

div#content ul#overview li:hover, div#content ul#overview li.hover {
	background-color: #DEDEDE;
}

div#content ul#overview.images li {
	background-position: top right;
	background-repeat: no-repeat;
}

div#content ul#overview.no-images li { background-image: none !important; 
	padding-bottom: 30px;
}

div#content ul#overview li h2 { background-color: transparent; }

div#content ul#overview li h2 a:link,
div#content ul#overview li h2 a:visited,
div#content ul#overview li h2 a:hover,
div#content ul#overview li h2 a:active {
	text-decoration: none;
}

.overview-fixheight {
	height: 82px;
}

/* --------------------------------------------- Content: KU-dokumenttyper --- */

div#content ul#overview li h2 { background-color: transparent; }

div#content ul#overview li h2 a:link,
div#content ul#overview li h2 a:visited,
div#content ul#overview li h2 a:hover,
div#content ul#overview li h2 a:active {
	text-decoration: none;
}

.publist-h1pre {
	font-size: 0.7em;
	font-weight: normal;
}

div#content ul#overview.no-background li {
  background-color: #fff;
  margin-bottom: 2px;
  padding: 0;
  margin-top: 0px;
}

div#content ul#overview.pubList-text li h2,
div#content ul#overview.pubList-text li p,
div#content ul#overview.courseList-text li h2,
div#content ul#overview.courseList-text li p {
  padding-right: 55px;
} 

div#content ul#overview.activityList-text li {
clear: both;

}

div#content ul#overview.activityList-text li h2,
div#content ul#overview.activityList-text li p {
  padding-right: 100px;
}

.pubDetail tbody tr td, #pubDetail tbody tr th {
	padding-bottom: 5px;
}

.pubDetail tbody tr th {
	padding-right: 5px;
}

.pubDetail tbody th {
font-weight: bold;
}

.pubDetail tbody tr th {
  width: 20%;
  vertical-align: top;
}

.cv-h1pre {
font-size: 0.7em;
font-weight: normal;
line-height: 1em;
margin-bottom: 0;
}

div#cvfelt h1 {
margin-bottom: 0;
}

div#content ul#overview li.activityList-text:hover {
cursor: default;
}

div#content ul#overview.activityList-text li h2,
div#content ul#overview.activityList-text li p {
padding-right: 80px;
}

/* --------------------------------------------------------- Tables: List --- */
table.list th,
table.list td,
h2.listheader {
	color: #4a4949;
	background-color:#fff;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 10px;
	padding-bottom: 5px;
}

table.list tr th {
	border-top: 1px solid #d7d7d7;
	border-bottom: 2px solid #d7d7d7;
	padding-bottom: 4px;
	padding-top: 4px;
}



/* ------------------------------------------------------ Site navigation --- */
#nav-sub {
	color: #000;
	background-color: #fff;
}

div#nav-sub ul { border-top: 1px solid #ccc; }
div#nav-sub ul.first { border: none; }
div#nav-sub ul ul { border: none; }
div#nav-sub ul li {
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-bottom: 3px;
}

div#nav-sub ul ul li {
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/* -------------------------------------------------------------- Sidebar --- */
div#sidebar {
	color: #000;
	background-color: #fff;
}

div#sidebar h1 {
	color: #fff;
	background-color: #bbb;
}

div#sidebar h2, div#sidebar h2 a {
	color: #6e6e6e;
	background-color: #fff;
}

/* ------------------------------------------------------- Subsite jumper --- */
#sidebar #subsite-jumper h1, div#sidebar h1.navHeading {
	color: #999;
	background-color: #fff;
	background-image: none;
	border: none;
}

/* ---------------------------------------------------------- Boxes: News --- */
div#news {
	background-image: url(../../../images/sidebar/test01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 19px;
}

div#news li.news-date {
	color: #6e6e6e;
	background-color: #fff;
}

div#news li.news-teaser {
	color: #4a4949;
	background-color: #fff;
}

/* --------------------------------------------------------------- Footer --- */
#footer {
	color: #777777;
	background-color: #F3F3F3;
}

.copyright {
	color: #777777;
  width: 984px;
	margin: -17px auto;
	text-align: right;
}


/*******************************************************************************
grid.css
*******************************************************************************/

/* ------------------------------------------------------ Main containers --- */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	text-align: left;
	position: relative;
	margin: 0 auto 2em auto;
	width: 984px;
}

/* ------------------------------------------------------------- Branding --- */
#branding-global {
	position: absolute;
	width: 241px;
	top: 0px;
	left: 1px;
}

#branding-unit {
	position: absolute;
	overflow: hidden;
	height: 86px;
	width: 387px;
	top: 23px;
	left: 108px; /* Change ??? */
}

#branding-logo {
	position: absolute;
	height: 87px;
	width: 65px;
	top: 29px;
	left: 27px;
}

#branding-decoration {
	margin: 0;
	padding: 0;
	height: 86px;
}

/* ----------------------------------------------------------- Navigation --- */
#nav-wrapper { height: 23px; }
#nav-global {
	overflow: hidden;
	float: right;
}

/* ----------------------------------------------------------- Search box --- */
#search { float: right; }

/* -------------------------------------------------------------- Content --- */
#content-wrapper {
	float: left;
	/*width: 100%;*/
	width: 984px;
}

* html div#content-wrapper {
overflow: hidden;
}

#content {
	margin: 0 0px 0 197px;
}


#content.subpage {
	width: 505px;
	border: 0px solid #0ff;
}

#content.wide {
	margin: 0 16px 0 207px;
	width: 760px;
}

div.frontpage {
	width: 505px;
	overflow: hidden;
}

/* ----------------------------------------------------- Content: Columns --- */
div#content div#col-left {
	width: 235px;
	float: left;
	overflow: hidden;
}

div#content div#col-right {
	width: 235px;
	float: right;
}

div#content div#col-mid
{
width: 235px;
float: right;
overflow: hidden;
}

/* ------------------------------------------------------- Sub navigation --- */
#nav-sub {
	float: left;
	width: 165px;
	margin-left: -984px;
	padding: 33px 21px 0 11px;
	overflow: hidden;
	/*
		Højre-padding sørger for at border-top (se colors_images.css)
		rammer border-top i #content.
	*/
}

/* -------------------------------------------------------------- Sidebar --- */
#sidebar {
	float: left;
	width: 235px;
	margin-left: -253px; /* minus (bredde + højremargin) */
	padding-right: 17px;
}

/* --------------------------------------------------------------- Footer --- */
#footer {
	clear: both;
	width: 777px; /* Fuld bredde [minus] venstre padding */
	margin: 0;
	padding: 12px 0 0 207px;
}
/*============================================================================*/
/*
Pie.css 
This is a modification of
 http://www.positioniseverything.net/css-dropdowns.html

 All customized CSS can be found at the end of this style sheet (~ line 206)
*/
/*============================================================================*/


/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/

.nav {
 position: relative;
 background: #def;
 border: 1px solid #888; /* borders the bottom of the top nav */
 border-width: 1px 0;
 width: 100%;
 }



.parent {position: relative;}
/* this parent div does not provide "sticky hovering", but instead fixes a
strange bug in Op7. When an element serves as a hovered popup "parent" element,
that element must not also be floated or all heck breaks loose in Opera 7.
To prevent this, we have floated the top level list items, while nesting
hoverable parent divs inside that are then hovered to generate the dropdowns.
Thus the ugly (but interesting) Op7 bug is defeated. */

.floatfix {margin-right: -3px;}
/* this fixes the IE 3px bug that is common in this type of float arrangement */

/*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/

/* The margins on the UL's replace the div paddings to create "sticky hovering"
zones, and the margins should "fill" the divs, making the IE BG fix unnecessary.
Unfortunately the BG fix is still needed, altho this method does eliminate
possible box model problems */

.dropdown ul {
 width: 189px; /* tweaked so that dropdowns appear to "line up" with top links */
 margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
 border: 1px solid #888;
 border-width: 1px 1px 0;
 } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */

.dropdown div ul {margin: 30px 30px 30px 0;} /* creates "sticky hovering" zones for flyouts */

.four .dropdown ul {width: 190px;} /* modifies width for rightmost "visible" dropdown (tweak) */

.four .dropdown div ul {margin: 30px 0 30px 30px; position: relative;} /* rule reversal for "visible" right drop flyouts */

.nav li {text-align: center;}

.nav a {
display: block;
 color: #800;
 font-weight: bold;
 font-size: .9em;
 text-decoration: none;
 padding: 6px 0 5px;
 border-right: 1px solid #888; /* makes the dividers between the top nav links */
 }

.four a {border-right: 0;} /* kills right border on last top link */

.nav ul ul a {
 color: #fff;
 border-right: 0; /* negates right border for dropdowns and flyouts */
 border-bottom: 1px solid #888; /* borders the bottoms of the dropdown and flyout links */
 }



div.parent:hover {background-image: url(/grafik/images/dropdown/bgfix.gif);}
/* this hover calls a transparent GIF only to defeat the IE failed hover bug. Any
background change on hovering div.parent will make IE obey and display the dropdown.
While the call itself will fix the bug, make sure you actually call a real image
file so that your site error logs will not fill with failed image calls. */

div.parent:hover div.dropdown {left: -31px;} /* hover rule for dropdowns */
/* extra pixel makes dropdowns "line up" with top links */

div.dropdown li:hover div { /* hover rule for flyouts */
 left: 180px; /* this value controls the amount of flyout "overlap" */
top: -26px; /* this value controls the amount of flyout vertical offset */
 }

div.four li:hover div { /* reversed flyout rules for rightmost drop flyouts */
 left: -210px;
 top: -26px;
 }

.nav div.mini-zone { /* special hover zone that covers the "danger corner" */
 padding: 0;
 width: 15px;
 height: 15px;
 font-size: 1px;
 left: -3000px;
 bottom: -15px;
 top: auto;
 background: url(/grafik/images/dropdown/bgfix.gif);
 }

div.nav div.dropdown li:hover div.mini-zone { /* hover rule for mini-zones */
 left: auto;
 right: 8px;
 top: auto;
 }

div.nav div.four li:hover div.mini-zone { /* reversed hover rule for rightmost drop mini-zones */
 left: 8px;
 }

div.dropdown li:hover {background: #235;} /* hover color effect on dropdown links */

div.dropdown div li:hover {background: #ff7;} /* hover color effect on flyout links */





/*============================================================================*/
/* Customization for KU */
/*============================================================================*/
.nav ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

.nav,
.dropdown,
.dropdown ul {
\width: 235px;
wid\th: 233px;
}

.nav {
border: 1px solid #999;
background-color: #fff;
background-image: url(/grafik/images/dropdown/dropdown_arrow.gif);
background-position: 218px 0px;
background-repeat: no-repeat;
margin-bottom: 10px;
padding-bottom: 0px;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

head:first-child+body .nav {
background-position: right top;
}

/* ---------------------------------------------------------------------------- */
#nav-wrapper .nav {
margin-top: 2px;
margin-right: 5px;
margin-bottom: 0;
height: 16px;
background-color: #f2f2f2;
z-index: 5000;
background-image: url(/grafik/images/dropdown/dropdown_arrow.gif);
background-position: 90px -1px;
float: right;
}

head:first-child+body #nav-wrapper .nav {
background-position: right -1px;
}


#nav-wrapper .nav,
#nav-wrapper .dropdown,
#nav-wrapper .dropdown ul {
\width: 108px;
wid\th: 106px;
}

#nav-wrapper .parent a {
padding-bottom: 1px;
}



#nav-wrapper .dropdown div {
width: 96px;
}

#nav-wrapper .nav li {
z-index: 5000;
}

#nav-wrapper .nav,
#nav-wrapper .dropdown ul {
border: 1px solid #bdbcbc;
}

#nav-wrapper .dropdown ul {
border-bottom: none;
}

#nav-wrapper .nav ul ul a {
border-bottom: 1px solid #bdbcbc;
}

#nav-wrapper .nav ul ul li.first {
border-top: 2px solid #bdbcbc;
}

#nav-wrapper .nav ul ul li.divide{
border-bottom: 2px solid #bdbcbc;
}

/* ---------------------------------------------------------------------------- */
.nav.narrow {
margin-bottom: 0px;
\background-position: 124px 0px;
bac\kground-position: 128px 0px;
}

head:first-child+body .nav.narrow {
/* Reset background position for modern browsers */
background-position: right top;
}

.nav.narrow,
.nav.narrow .dropdown,
.nav.narrow .dropdown ul {
\width: 141px;
wid\th: 143px;
}

head:first-child+body .nav.narrow,
head:first-child+body .nav.narrow .dropdown,
head:first-child+body .nav.narrow .dropdown ul {
width: 141px;
}




.nav.narrow .parent img {
margin: 0px 0 -1px 0;
}

/* ---------------------------------------------------------------------------- */





/* ---------------------------------------------------------------------------- */
.nav li {
 text-align: left;
padding-bottom: 0px;
margin-bottom: 0px;
}

.nav a {
display: block;
color: #666;
font-weight: normal;
 font-size: 1em;
 text-decoration: none;
 padding: 0 0 2px 0;
border-right: none;
}

div.nav a:link,
div.nav a:visited,
div.nav a:hover,
div.nav a:active {
 text-decoration: none;
 color: #666;
}

.nav ul ul a {
 color: #000;
 border-right: 0;
 border-bottom: 1px solid #999;
 padding: 2px 15px 2px 9px;
}

/* ------------------------------- Mouseover baggrundsfarve <- Underpunkt --- */
div.dropdown li:hover {
 background-color: #eee;
}

div.dropdown div li:hover {
 background: #ff7;
}

/* ----------------------------------------- Baggrundsfarve <- Underpunkt --- */
.one ul {
 background-color: #fff;
}





/*============================================================================*/
/*======PRE STYLE=============================================================*/
pre {
line-height:0.6em;
height:1%
}


Div#sidebar {
Color: #4A4949;
Line-height: 1.3 em;

}

p#emfirst  {
line-height: 1.1em;
}

p#emsecond  {
line-height: 1.2em;
}

p#emthird {
line-height: 1.3em;
}

