/*Der Inhalt*/
body{
	background:#e5e7e7 url(../images/bg_darmstadtium.png) left top no-repeat scroll;
	color: #7e8587;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#container {
	position:relative;
	margin: 0px auto;
	min-height: 94%;
	height:auto; 
	top:43px;
	background:none;
	z-index:50;
	}
#content {
	position:absolute;
	top:250px;
	left:190px;
	width:650px;
	z-index:50;
	padding-left:0px;
	padding-right:0px;
	}	
#header {
	position:absolute;
	top:-50px;
	left:170px;
	width:837px;
	z-index:50;
	padding-left:0px;
	padding-right:0px;
	}	
#logos {
	position:absolute;
	top:248px;
	left:844px;
	width:84px;
	z-index:50;
	padding-left:0px;
	padding-right:0px;
	height: 383px;
	}


table.innertop {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: hidden hidden hidden hidden;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	table-layout: auto;
	height: 340px;
}
table.innertop th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	valign:center;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.innertop td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}	
table.innerbot {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: inset hidden hidden hidden;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	table-layout: auto;
	height: 300px;
}
table.innerbot th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	valign:center;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.innerbot td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}	



table td.morningspace {
	height:40px;
}
table td.workshop1 {
	height:240px;
}
table td.tueslunch {
	height:60px;
}

table td.workshop2 {
	height:205px;
}
table td.smallbreak {
	height:15px;
}
table td.reception {
	height:80px;
}


table td.welcome {
	height:60px;
}
table td.olympus {
	height:70px;
}
table td.break {
	height:40px;
}
table td.geometry {
	height:90px;
}
table td.lunch {
	height:80px;
}

table td.inv1 {
	height:65px;
}
table td.poster1 {
	height:75px;
}
table td.recognition {
	height:65px;
}
table td.meeting {
	height:80px;
}



table td.inv2 {
	height:90px;
}
table td.learning {
	height:90px;
}


table td.applications {
	height:70px;
}
table td.poster2 {
	height:80px;
}
table td.motion {
	height:70px;
}
table td.thursbreak {
	height:15px;
}
table td.banquet {
	height:65px;
}


table td.inv3 {
	height:90px;
}
table td.vision {
	height:90px;
}
table td.surface {
	height:80px;
}
table td.fribreak{
	height:35px;
}
table td.awards {
	height:185px;
}




/*Die Überschriften*/

h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	color: #ff6600;
}

h4 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 40px;
	color: #ff6600;
}

h5 {
	font-size: 1.0em;
	margin-bottom: 0;
	margin-top: 30px;
}

/*Footer*/
.footer {
	font-size: 0.7em;
}
/*Jeder absatz wird als Blocksatz formatiert und von links 3 em eingerückt*/
p {
	margin-left: 3em;
	text-align: justify;
}
/*Die Linkformatierung*/
a:link {
	background-color: transparent;
	color : #ff6600;
	text-decoration :underline;
}
a:visited {
	background-color: transparent;
	color : #ff6600;
	text-decoration :underline;
	outline:none;
}
a:hover {
	background-color: transparent;
	color : #ff6600;
	text-decoration :none;
}
a:active {
	background-color: transparent;
	color : #ff6600;
	text-decoration :none;
	outline:none
}
