html, body {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}

body {
	background-color: #F3F5F7;
	/*background-image: url(images/background.png);*/
	color: #000;
	font-size: 0.85em;
}

img {
	border: 0px none;
}

hr {
	height: 0px;
	border: 0px none;
	border-top: 2px dotted #888;
	margin: 0.5em 0em;
}

a {
	color: #000;
}

.hidden { /* For elements that are only visible on text-browsers */
	display: none;
}

.clear { /* To clear floats */
	clear: both;
}

#header {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 260px;
	height: 75px;
	top: 20px;
}

#menu {
	position: absolute;
	top: 100px;
	width: 160px;
	left: 80px;
}

#menu h2, #menu ul, #menu ul li {
	margin: 0px;
	padding: 0px;
}

#menu h2 {
	font-size: 1em;
	color: #003366;
	border-bottom: 1px solid #003366;
}

#menu ul {
	list-style: none;
	font-size: 0.9em;
	background-color: #F8F9FA;
	padding: 5px 0px;
	margin-bottom: 15px;
}

#menu ul li {
	background-image: url(images/list_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 0.4em;
	padding-left: 20px;
	margin-bottom: 2px;
}

#headermenu {
	font-size: 0.9em;
	position: absolute;
	right: 40px;
	top: 45px;
}

#headermenu a {
	text-decoration: none;
}

#headermenu a:hover {
	text-decoration: underline;
}

#headermenu h2 {
	display: none;
}

#headermenu ul {
	list-style: none;
}

#headermenu ul li {
	display: inline;
	padding: 0px 6px;
	padding-left: 11px;
	background-image: url(images/header_menu_separator.png);
	background-repeat: no-repeat;
}

#headermenu ul li.first-child {
	background-image: none;
}

#content {
	background-image: url(images/background_line.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 40px;
	padding-left: 260px;
	padding-top: 80px;
	font-size: 0.9em;
}

#searchbox {
	color: #FFF;
	padding: 7px;
	width: 146px; /* 160px - (2 * <padding>) */
	margin-top: 30px;
	background-color: #003366;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#searchbox input {
	margin-top: 4px;
}

#searchbox input {
	width: 132px;;
}

#content h2 {
	font-weight: normal;
	color: rgb(45, 93, 141);
}


#content .imagefloatright {
	float: right;
	border: 1px solid #aaaaaa;
	font-size: 0.7em;
	padding: 5px;
	margin-left: 1em;
}

#content td {
	vertical-align: top;
}

#content thead {
	font-weight: bold;
	background-color: #dddddd;
}

.literature {
	font-size: 9pt;
}

.literature td {
	border-bottom: 1px solid #777777;
}

.literature .authorsrow {
	width: 70%;
}

.literature .authors {
	color: #333333;
}

th {
	padding-right: 2em;
	text-align: left;
}


/*-----------------------formmailer-------------------------------------------*/

#content #formmailer label {
	font-weight: bold;
	display: block;
	vertical-align: top;
	width: 500px;
	clear: both;
	min-height: 15pt;
	text-align: right;
}

#formmailer label span {
	float: left;
}

#content #formmailer label input,
#content #formmailer label select {
	width: 300px;
	margin-bottom: 5px;
}

#content #formmailer label input.checkbox {
	margin-right: 290px;
	width: auto;
}

#content #formmailer label textarea {
	width: 300px;
	height: 200px;
	margin-bottom: 5px;
}


