body {
	background-color: #fff;
	background-image: url("../images/bg.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

h3 {
	color: #393939;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 0;
}

#content a:link { color: #393939; text-decoration: none; border-bottom: 1px solid #9bc5c0;}     	/* unvisited link */
#content a:visited { color: #393939; text-decoration: none; border-bottom: 1px solid #9bc5c0;}  	/* visited link */
#content a:hover { color: #393939; background: #c8f0eb;}  			/* mouse over link */
#content a:active { color: #393939;}   													/* selected link */

img { border: 0; }

#frame {
	height: auto !important;
	margin: 20px auto 0 auto;
	min-height: 100%;
	width: 750px;
}

h1#logo {
	margin: 0;
}

#logo img {
	border: 0;	
}

#topmenu {
	background-color:#fff;
	text-align: right;
	margin: 10px 0px 10px 0px;
	padding-top: 12px;
	height: 29px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background-image: url("../images/stripes.gif");
	background-repeat: no-repeat;
}

#topmenu li {
	display: inline;
	margin-right: 25px;
}

#topmenu li a {
	text-decoration: none;
	color: #000;
	font-family: "Andele Mono", "Rockwell", serif;
	font-size: 20px;
}

#menu {
	float: left;
	width: 175px;
	background-color: #fff;
	margin-left: 10px;
	padding-bottom: 70px;
	padding-top: 20px;
	background-image: url("../images/stripes.gif");
	background-repeat: no-repeat;
}

#menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

#menu li {
	padding: 5px 0 5px 0;
}

#menu ul li {
	border-bottom: 1px solid #a5e4dc;
}	

#menu li a {
	text-decoration: none;
	color: #000;
	font-family: "Andele Mono", "Rockwell", serif;
	font-size: 20px;
	padding: 0 0 0 10px;
}

#menu li.first {
	border-top: 1px solid #a5e4dc;
}


#content {
	margin: 0 0 0 0;
}

#teaser {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

#teaser li {
	/* IE hack to trick IE into displaying div's as a block, but inline. Using the *-property hack */
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#teaser li a {
	display: block;
}

#teaser li#what a {
	height: 65px;
	width: 156px;
	margin-right: 95px;
	*margin-right: 103px; /* Hack to target only IE6 and IE7 */
	background-image: url("../images/teaser_what.png");
	background-repeat: no-repeat;
}

#teaser li#who a {
	height: 65px;
	width: 127px;
	margin-right: 95px;
	background-image: url("../images/teaser_who.png");
	background-repeat: no-repeat;
}

#teaser li#research a {
	height: 65px;
	width: 269px;
	background-image: url("../images/teaser_research.png");
	background-repeat: no-repeat;
}

#footer {
	height: 58px;
	padding: 16px;
	margin: 10px 0 10px 0;
	*margin: 12px 0 10px 0;
	text-align: center;
	background-image: url("../images/footer.gif");
	background-repeat: repeat-x;
}

#footer li {
	/* IE hack to trick IE into displaying div's as a block, but inline. Using the *-property hack */
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 61px;
	margin-right: 29px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#footer li#dtu {
	background-image: url("../images/logo_dtu.png");
	background-position: 0px 9px;
	width: 135px;
	margin-right: 35px;
}

#footer li#cbs {
	background-image: url("../images/logo_cbs.png");
	background-position: 0px 0px;
	width: 105px;
	margin-right: 35px;
}

#footer li#itu {
	background-image: url("../images/logo_itu.png");
	background-position: 0px 0px;
	width: 72px;
	margin-right: 0px;
}

#footer li#ku {
	background-image: url("../images/logo_ku.png");
	background-position: 0px 5px;
	width: 130px;
	margin-right: 20px;
}

#footer li#riget {
	background-image: url("../images/logo_riget.png");
	background-position: 0px 12px;
	width: 115px;
}

#footer li a {
	display: inline-block;
	height: 55px;
	width: 125px;
}

/* Styling content out of the viewable area */
#footer li em, #teaser li a em {
	position: absolute;
	left: -9999px;
}

.footer_stripes {
	background-image: url("../images/stripes.gif");
	background-repeat: no-repeat;
	height: 10px;
  margin-bottom: 20px;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
	clear: both;
}

/* Subpage styles */
#container.sub #content {
	float: left;
	background-color: #fff;
	padding: 0px 20px 20px 20px;
	width: 525px;
}

#container.sub #content h1 {
	color: #4bbe32;
	font-family: "Andele Mono", "Rockwell", serif;
	font-weight: normal;
	font-size: 80px;
	margin: 0 0 16px 0;
}

#container.sub #content h2 {
	color: #393939;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 20px 0;
}

#container.sub #content p {
	color: #393939;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 15px 0;
}

/* People presentation */
.person .presentation {
	float: left;
}

.person .presentation h2 {
	margin: 0 !important;
}

.person img {
	float: left;
	padding: 6px;
	border: 1px solid #ddd;
}

.person .presentation {
	margin-left: 15px;
	width: 350px;	
}

.person {
	text-decoration: none;
	margin-bottom: 15px;
}

.presentation.individual p.phone, .presentation.individual p.mobile, .presentation.individual p.email {
margin: 0 !important;
}

.presentation.individual p.affiliation {
margin-bottom: 10px;
}

#content ul li {
	color: #393939;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

#content ul {
padding-left: 20px;
}

p.vcard {
	background-image: url("../images/addressbook.png");
	background-repeat: no-repeat;
	height: 34px;
	padding: 7px 0 0 37px;
}

/* Navigation on slideshow */
div.nav { position: relative; }

a.prev {
 background: url("../images/prev_lighter.png") no-repeat;
 border-bottom: 0 !important;
 display: block;
 height: 79px;
 position: absolute;
 top: 120px;
 width: 38px;
 z-index: 99;
 left: 5px
}

a.next {
 background: url("../images/next_lighter.png") no-repeat;
 border-bottom: 0 !important;
 display: block;
 height: 79px;
 position: absolute;
 top: 120px;
 width: 38px;
 z-index: 99;
 left: 708px
}

div.nav a:link, div.nav a:hover { border: 0 !important; }

div.nav a.prev:hover { background: url("../images/prev.png") no-repeat !important; }
div.nav a.next:hover { background: url("../images/next.png") no-repeat !important; }

a.prev b, a.next b {
 display: block;
 text-indent: -99999px;
}

.slideshow img { display: none; }
.slideshow img.first { display: block; }
