html, body { 
  margin: 0;
  padding: 0;
}

body { 
  background: #ccc url(http://www.thorsenholm.dk/images/topbg.gif) repeat-x top left;
  color: #000;
  font-family: Georgia, 'Book Antiqua', Palatino, 'Times New Roman', Times, serif;
}

#document { 
  background: transparent url(http://www.thorsenholm.dk/images/footerbg.gif) repeat-x bottom left;
  padding: 0 0 20px 0;
  min-width: 600px;
 }


/* Image based on stock.xchng photos, http://www.sxc.hu/  */
/* Tree: #7420, "blue moon", by chelle2008                */
/* http://www.sxc.hu/browse.phtml?f=view&id=7420          */
/* Cloud effect: #44114, "FF 1", by Subliminl             */
/* http://www.sxc.hu/browse.phtml?f=view&id=44114         */
 #header { 
   height: 124px;
   background: transparent url(http://www.thorsenholm.dk/images/toptree.jpg) no-repeat top right;
 }


/* Image based on stock.xchng photo, http://www.sxc.hu/   */
/* Moon: #132208, "moon & clouds #2", by bert8k           */
/* http://www.sxc.hu/browse.phtml?f=view&id=132208        */
 #headerbody { 
   height: 124px;
   background: transparent url(http://www.thorsenholm.dk/images/topzoolook.jpg) no-repeat top left;
 }

 #contents { 
  position: relative; /* undo IE background bug */
  background: transparent url(http://www.thorsenholm.dk/images/contentsbg.gif) repeat-x top left;
}

#contentsbody { 
  background: #fff;
  margin: 0 50px;
  padding: 20px 75px;
  min-height: 150px;
  border-left: 1px solid #000; 
  border-right: 1px solid #000;
}

#menu { 
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 124px;
  min-width: 600px;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  text-transform: lowercase;
}

#menubody { 
  padding: 0;
  margin: 0;
  height: 124px;
}

#menu a { 
  color: #fff;
  background: transparent;
  text-decoration: none;
}

#menu a:hover, #menu a:focus { 
  text-decoration: underline;
}


#menu li#current a { 
  color: #ccc;
}

#menu ul { 
  position: absolute;
  left: 125px;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

/* Gecko, Opera, and other non-IE browsers */
html > body #menu ul { 
  top: 95px;
}

/* IE */
* html #menu ul { 
  bottom: 0;
}

/* Opera 7+, newer Geckos */
#menu > div ul/* */.menulist { 
  bottom: 0;
}
#menu > div:first-child ul/* */.menulist { 
  top: auto;
}


#menu li { 
  float: left;
  padding: 0 0 10px 0;
  margin: 0 15px 0 0;
}

#menu h1 { 
  display: none;
}


/* Hide from Opera 5 and 6 */
#menu > div:first-child li:after { 
  content: '\2022';
  margin: 0 0 0 15px;
}

#menu > div:first-child li.last:after { 
  content: '';
  margin: 0;
}

h1 { 
  margin: 0 -25px 1em -25px;
  font-size: 1.5em;
  font-family: 'Trebuchet MS', Tahoma, Helvetica, Geneva, Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;  
  letter-spacing: 0.25em;
}

h2 { 
  font-size: 1.1em;
  font-weight: bold;
  margin: 2.5em -25px 0.5em -25px;
}

h3 { 
  font-size: 0.9em;
  font-weight: bold;
  margin: 1.5em -10px 1em -10px;
}

p { 
  font-size: 0.9em;
/*  text-align: justify;*/
  margin: 1.5em 0;
  line-height: 1.4em;
}

.clearer {
	clear: both;
	line-height: 1px;
	height: 1px;
	margin-bottom: -1px;
}

#jobwanted { 
  margin: 1em -75px;
  padding: 15px 75px;
  background: #eee;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;

}

#jobwanted div.pseudoheader { 
  color: #f00;
  font-family: 'Trebuchet MS', Tahoma, Helvetica, Geneva, Arial, sans-serif;
  text-transform: uppercase;  
  letter-spacing: 0.25em;
  margin: 0;
  font-size: 0.9em;
}

#jobwanted p { 
  margin: 0.75em 0;
}

ul, ol, dl { 
  font-size: 0.9em;
  margin-top: 0.5em;
  padding-bottom: 0;
  margin-bottom: 0;
}

li { 
  margin: 0;
}

li, dt, dd { 
  line-height: 1.5em;
}

ul ul, ol ol, dl dl { 
  font-size: 1em;
  margin-top: 0;
}

dl dt { 
  font-weight: bold; 
}

dl.jura { 
  background: #eee;
  margin: 1em -75px;
  padding: 15px 75px;
}

dl.jura dt { 
  margin-top: 0;
  font-weight: normal;
}

.stk { 
  text-indent: 1.5em;
 }

#contents a { 
  color: #334a69;
}

#contents a:visited { 
  color: #000;
  background: transparent;
}

#contents a:hover, #contents a:focus { 
  background: #ddd;
  color: #000;
}

a img { 
  border: none;
}

#footer { 
	clear: both;
	text-transform: lowercase;
	font-size: 0.9em;
	text-align: center;
}

#footerbody { 
  background: #fff;
  margin: 0 50px;
  padding: 0 0 10px 0;
  border-color: #000;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}

#footer h1 { 
  display: none;
}

#footer ul { 
  list-style: none;
  margin: 0;
  padding: 0;

}

#footer li { 
  display: inline;
  margin: 0 5px;
}

#footer > div:first-child li:before { 
  content: '\2022';
  margin: 0 10px 0 0;
}

#footer ul > li:first-child:before { 
  content: '';
  margin: 0;
}

#footer a { 
  color: #000;
  background: transparent;
  text-decoration: none;
  font-weight: normal;
}

div.quote {
  font-size: 0.9em;
  margin: 1em -75px;
  padding: 15px 75px;
  background: #eee;
  color: inherit;

}

div.quote blockquote { 
  margin: 0;
  padding: 0;
  font-style: italic;
}

div.quote p { 
  font-size: 1em;
  margin: 0;
  text-align: left;
}

div.quote blockquote p { 
  font-size: 1em;
  margin: 0;
  text-align: left;
}

div.quote blockquote em {
	font-weight: bold;
}

blockquote.poem { 
  font-style: italic; 

}

.author { text-align: right; }
.author:before { content: '\2014 \00A0'; }
.author cite { font-style: normal; }

.verb {
  font-family: "Courier New", Courier, monospace;
  font-weight: 600;
}

.totop { 
  font-size: 0.9em;
  margin: 1em -25px 2em -25px;
}



/*** Ghost in the shell ***/
p.gits { text-indent: 0; }
p.translated {
  text-indent: 0;	
  margin-left: 2em;
}
/*******/


em { font-style: italic; }

em.stronger { 
  font-style: normal;
  font-weight: bold;
}

.stronger { 
  font-weight: bold;
}

em.highlight {
  background-color: #fcc;
  color: inherit;
  font-style: normal;
}

.highlight { 
  background: #fcc;
}

.added { 
  border-top: 2px solid #fcc;
  border-bottom: 2px solid #fcc;
  margin: 0.5em -75px;
  padding: 0 75px;
}

strong { font-weight: bolder; }

abbr, acronym { 
  border-bottom: 1px dashed #334a69;
}

q { font-style: italic; }

ins { 
  text-decoration: none;
}

del { 
  color: #f00;
  text-decoration: line-through; 
}

code, kbd { 
  font-family: 'Courier New', Courier, monospace;
}

.alert { 
  color: #f00;
  font-weight: bold;
}


/*** CV ***/
dl.cv {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0;
/*  text-align: justify;*/
}

dl.cv dt { margin-top: 1em; }

dl.cv dt:after { content: ':'; }

dl.cv dd { 
  margin-bottom: 0.5em; 
}
/******/

/*** FREDGAARD / FONA ***/
#nytisagen { 
  margin: 1.5em -75px 0.5em -75px;
  padding: 15px 75px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
}

#nytisagen h2 { 
  margin: 0 -25px 0.5em -25px;
}

#nytisagen h3 { 
  margin: 1.5em -75px 0.5em -75px;
  padding: 3px 65px;
  background: #ddd;
}

#konklusion ol li { 
  margin-top: 0.5em;
}
/********/


/*** TABLES ****/
table.skema {
  border-collapse: collapse;
  border: none;
  text-align: center;
  font-size: 0.75em; 
  margin: 1em 0 0 0;
  padding: 0;
}

table.skema col.time { width: 16%; }
table.skema col.mon, table.skema col.tue, table.skema col.wed,
table.skema col.thu, table.skema col.fri, table.skema col.sat,
table.skema col.sun { width: 12%; }

table.skema th, table.skema td {
  padding: 0.2em;
  margin: 0;
  border: 1px solid #000;
}

table.skema tfoot th {
  font-weight: normal;
}

table.skema th {
  background: #ccc;
  color: #000;      
}

td { 
  background: #fff;
  color: inherit;
}

.lecture {
  background: #efe;
  color: inherit;
}

.meeting {
  background: #ffe;
  color: inherit;
}

.exercise {
  background: #fee;
  color: inherit;
}

.library {
  background: #eef;
  color: inherit;
}

.other {
  background: #ccc;
  color: inherit;
}

.cancel { text-decoration: line-through; }

tr.cancel td { text-decoration: line-through; }
/******/




#ad {
	width: 360px;
	float: right;
	margin: -50px -25px 10px 0;
}

#adbody {
	padding: 10px;
	margin: 0 0 0 20px;
	border: 1px solid #a6abb3;
	background: #eee;
	text-align: center;
}

#ad h2 {
	text-align: center;
	margin: 0 10px 10px 10px;
	padding: 0 0 4px 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Geneva, Arial, sans-serif;
	font-weight: 200;
	text-transform: uppercase;  
	letter-spacing: 0.25em;
	border-bottom: 2px dotted #a6abb3;
}

#ad h2 a {
	text-decoration: none;
}

#ad p {
	margin: 0 10px 10px 10px;
	text-align: left;
}

#ad ul {
	margin: 0;
	padding: 0;
}

#ad li {
	margin: 0;
	padding: 0;
	
}

#ad img {
	display: block;
	margin: 0 auto;
}

#dolph {
	width: 135px;
	height: 135px;
	text-align: right;
	float: right;
}

#dolph a:hover {
	background: transparent;
}

.seo {
	display: none;
}

#miniad {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 20px;
	text-align: center;
	background: #EEEEEE;
}

#miniad h1 {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#miniad a {
	color: #334A69;
}
