/*
 * CSS-Reset v1.0 | 20080212
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
a:focus, label:focus, input:focus, select:focus, textarea:focus {
	outline: 1px dotted #ddd;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * HTML
 */
html {
	font-size:100.01%;
}

/*
 * Body
 */
body {
	background:#fff;
	color:#000;
	font-size:1em;
	text-align:center;
}

/*
 * General styles and classes
 */
a {
	color:#000;
}

a:hover {
	
}

label:hover, .submit input:hover {
	cursor:pointer;
}

.floatLeft {
	float:left;
	margin:0 1.385em 1.385em 0;
}

.floatRight {
	float:right;
	margin:0 0 1.385em 1.385em;
}

/*
 * Main Wrapper
 */
#mainWrapper {
	background:#fff url(../img/dr_ingo_bors.jpg) 0 6.071em no-repeat;
	-webkit-background-size: 65.357em 40em; /* Safari 3.0 */
	font-size:0.875em;	/* 14px */
	height:53.928em;
	line-height:1.286em;
	margin:1.286em auto 0 auto;
	text-align:left;
	width:65.357em;
}

/*
 * Logo
 */
#header {
	width:100%;
	float:right;
	margin-bottom:3.786em;
}

#logo {
	float:right;
}

/*
 * Menu
 */
#menu {
	float:left;
	font-size:1em;
	line-height:1.714em;
	margin-bottom:4.357em;
	text-transform:lowercase;
	width:100%;
}

#menu.home {
	margin-bottom:7em;
}

#menu ul {
	float:left;
	margin-left:1.714em;	
}

#menu li, #menu a {
	float:left;
	display:block;
}

#menu li {
	padding:0 0.714em;
}

#menu a {
	text-decoration:none;
}

#menu li.current a {
	color:#fbbc23;
}

/*
 * Menu
 */
#submenu {
	float:left;
	margin-bottom:2.769em;	
	width:100%;
}

/*
#submenu ul {
	float:left;
}

#submenu li, #submenu a {
	float:left;
	display:block;
}

#submenu li {
	border-right:1px solid #000;
	margin-right:0.5em;
	padding-right:0.5em;
}
*/

#submenu li {
	display:block;
	margin-bottom:0.462em;
}

#submenu li.current {
	font-weight:bold;
}

#submenu li.last {
	border:0;
	margin-right:0;
	padding-right:0;
}

#submenu li.current a {
	text-decoration:none;
}

/*
 * Content
 */
#content {
	clear:both;
	height:27.857em;
	margin-left:4.786em;
	margin-bottom:8.071em;
}

#content.home {
	margin-bottom:5.429em;
}

#contentInner1 {
	width:36.143em;
	overflow:auto;
	height:27em;
}

#contentInner2 {
	font-size:0.929em;	/* 13px */
	width:35.538em;
	line-height:1.385em;
	padding-bottom:0.308em;
}

/*
 * Pagetitle
 */
#pagetitle {
	font-size:1.143em;
	line-height:1.5em;
	margin-bottom:1em;
	text-transform:lowercase;
}

#content.home #pagetitle {
	text-transform:none;
	width:27em;
}

/*
 * Content Block Level Elements
 */
#content p, #content table {
	margin-bottom:1.385em;
}

#content p.intro {
	margin-bottom:2.769em;
}
/*
 * Tables
 */
#content table {
	width:100%;
}

#content th, #content td {
	padding-bottom:0.462em;
}

#content th {
	font-weight:normal;
	padding-right:1.385em;
	white-space:nowrap;
}

/*
 * Publications
 */
h3.publications {
	background:#fbbc23;
	margin-top:2.769em;
	margin-bottom:1.385em;
	padding:0.231em 0.462em;
}

/*
 * Contact Form
 */
form div, label, input, textarea {
	float:left;
	display:block;
}

form div {
	clear:left;
	margin-bottom:0.462em;
	width:100%;
}

form div.errors {
	margin-bottom:1.385em;
}

label {
	margin-right:1em;
	width:6em;
}

input, textarea {
	border:1px solid #666;
}

.hidden {
	display:none;
}

form div.submit {
	clear:both;
	float:none;
}

form div.submit input {
	background:#fbbc23;
	border:0;
	color:#666;
	float:none;
	margin-left:7em;
	margin-top:0.923em;
	padding:0 1em;
	text-transform:uppercase;
}

/*
 * Footer
 */
#footer {
	color:#888;
	text-align:center;
}

/*
 * Start Splash
 */
#start {
	background:#fff;
	float:left;
	height:48.214em;	
	position:relative;
	top:-1.333em;
	width:65.357em;
	margin-bottom:-48.214em;
	z-index:1;	
}

#start img {
	height:44.857em;
	width:65em;
}