html, body {
	background: #E6E6E6;
	font-family: sans-serif;
	font-size: 100%;
	color: #272727;
	line-height: 110%;
	margin: 0;
	padding: 0;
}

/* CONTENT */
h2 {
	color: #009E3B;
	font-size: 120%;
	font-weight: bold;
	padding: 0 20px;
}

h3 {
	color: #009E3B;
	font-size: 105%;
	font-weight: bold;
	/*font-style: italic;*/
	padding: 0 20px;
	margin-left: 20px;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	line-height: 130%;
}

div.content{
	width: 800px;
	margin: 20px auto 20px auto;
	padding-bottom: 20px;
	background: #ffffff;
}

a:link {
 	font-weight: normal;
 	color: #009E3B;
	text-decoration: none;
}

a:visited {
	font-weight: normal; 
	color: #009E3B;
	text-decoration: none;
}

a:active {
	font-weight: normal; 
	color: #009E3B;
	text-decoration: none;
}

a:hover {
	font-weight: normal; 
	color: #FF7F00;
	text-decoration: underline;
}

div.content p {
	padding: 0 20px;
	text-align: justify;
}

div.content p.intro {
	font-size: 105%;
	font-style: italic;		
	line-height: 120%;
}

div.content p.logo {
	text-align: center;
}

ul {
	margin-left: 45px;
	list-style: square;
}

ol {
	margin-left: 45px;
}

/* HEADER */

div.header {
	width: 800px;
	height: 250px;
	background: url(images/header.gif) no-repeat top left;
	margin-bottom: 3px;
	text-indent: -999px;
}

div.header a {
	display: block;
	width: 800px;
	height: 250px;
	position: absolute;
}

/* MENU */
div.menu {
	margin-bottom: 20px;
}
div.menu ul {
	margin: 0 auto 0 2px;
	padding: 0;
}

div.menu ul li {
	display: block;
	float: left;
	border: 0px solid red;
	padding: 2px;
	width: 155px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

div.menu ul li a {
	display: block;
	width: 155px;
	height: 25px;
	border: 1px solid #dddddd;
}
div.menu ul li a:hover {
	text-decoration: none;
	/*border: 1px solid #009E3B;*/
	background-color: #B7F69D;
	color: #006B33;
}

/* FOOTER */
div.footer {
	margin: 20px auto 0 auto;
	width: 80%;
	border-top: 1px solid #E6E6E6;
}
div.footer p {
	text-align: center;
	font-size: 80%;
}

/* HR */

hr {
	border-bottom: 1px solid #EEEEEE;
	width: 80%;
}

/* Spacer */
.spacer {
	clear: both;
}

/* Project */
div.project {
	clear: both;
	position: relative;
	width: 90%;
	margin: 25px auto;
}

/* Event */
div.event img.slide {
	float: right;
	margin-left: 10px;
	margin-right: -10px;
	border: none;
}

/* Members */
div.members {
	width: 90%;
	margin: 25px auto;
}

div.members ul {
	list-style: none;
}

div.members a img {
	border: 0;
}

div.members a.image {
	display:block;
	float:left;
}

div.details {
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 90%;
}

div.details address {
	font-size: 85%;
	font-style: normal;
	margin-top: 5px;
}

div.members ul {
	margin: 0;
}
div.members ul li {
	display:block;
	float:left;
	list-style-type:none;
	margin: 10px 0 0 0;
	padding:0;
	width:50%;
}

/* Contact */

p.contact {
	margin-left: 65px;
	border-left: 1px solid #DDDDDD;
	padding-left: 10px;
}

/* Publications */

div.publications {
	width: 90%;
	margin: 25px auto;
}
div.pub_entry {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 5px;
	font-size: 90%;
}
p.year {
	color: #FF7F00;
	font-style: italic;
}
div.publications a img {
	border:0;
}

/* Images */

img.right {
	float: right; 
	margin: 0px 0px 5px 15px;
}

/* Tabs at publications */
.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tabs a:hover {
	text-decoration: none;
}
.tab-active {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-right: 2px;
	list-style: none;
}

.tab {
	border: 1px solid #CCCCCC;
	background: #E4FCDB;
	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-right: 2px;
}

#tab4link {
	margin-right: 0;
}
.tabclear {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	float: left;
}

.sub {
	float: left;
	margin-top: 25px;
}