/* 
Global styles
==========================================================================
 */

body, html {
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #8baacf;
	color: white;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif; 
	width: 100%;	
	text-align: center;
	overflow: hidden;	
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	margin: 0em 0em 0.5em 0em;
}

p {
	padding: 0px;
	margin: 0em 0em 1.5em 0em;
}

a:link, a:visited, a:active {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	border: 0px none;	
}

div {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

/* 
Layout blocks
==========================================================================
 */

#master {
	width: 800px;
	height: 575px;
	margin: auto;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	border: 0px none;
} 

#spacer {
	clear: both;
	height: 14px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#left {
	width: 300px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#right {
	width: 500px;
	border: 0px none;
	float: right;
	height: 515px;
	overflow: auto;
}

#img {
	width: 500px;
	border: 0px none;
	float: right;
	height: 515px;
	overflow: hidden;
}

#bottom {
	clear: both;
	border: 0px none;
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 375px;
}

#start {
	width: 500px;
	float: right;
	height: 340px;
	margin-top: 160px;
	overflow: hidden;
}

#date {
	float: right;
	text-align: right;
	padding: 0px;
	margin: 0px;
	height: 15px;
	width: 500px;
}

#center {
	width: 500px;
	border: 0px none;
	float: right;
	height: 350px;
	margin-top: 165px;
	overflow: auto;
}

/* 
Main Navigation
==========================================================================
 */

#head, #sub {
	width: 500px; 
	height: 23px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

#head {
	background-color: #dcdcdc;
}

#sub {
	background-color: #c6c6c6;	
}

#head ul, #sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 0px none;	
}

#head ul li, #sub ul li  {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#sub ul li {
	position: relative;
	float: left;
	width: 100px;
}

#head ul li a, #sub ul li a {
	display: block;
	float: left;
	height: 23px;
	width: 100px;
	border: 0px none;
	text-align: center;
	color: #000000;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;	
}

#head ul li a.selected , #head ul li a.selected:hover {
	background-color: #c6c6c6;
	text-decoration: none;
}

#sub ul li a.selected , #sub ul li a.selected:hover {
	background-color: #f98918;
	text-decoration: none;		
}

#head ul li a:hover, #sub ul li a:hover {
	background-color: #ffff00;	
	text-decoration: none;	
}

#sub ul li ul {
	border-top: 1px solid #000000;
	list-style-type: none; 
	display: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-top: 23px;
	float: left;
	position: absolute;
	left: 0px; 
	width: 100px; 
	z-index: 1;
}

#sub ul li ul li a{
	display: block;
	padding: 0px;
	margin: 0px;
	height: 23px;
	width: 100px;
	background-color: #c6c6c6;
	border: 0px none;
	text-align: center;
	color: #000000;
	font-size: 11pt;
	line-height: 1.5em;
	float: none;	
}

#sub ul li:hover ul {
	border-top: 1px solid #000000;
    display: block;
}

/* 
Side Navigation
==========================================================================
 */

#navigation {
	margin: 125px 0px 0px 0px;
	padding: 0px;
	height: 15px;
	list-style: none;
	text-align: center;
	border: 0px none;
}

#navigation li {
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: center;
	border: 0px none;
}

#navigation li a {
	background-color: #dcdcdc;
	height: 15px;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	overflow: hidden;
	font-size: x-small;
	text-align: center;
}

#navigation li a span {
	display: none;
}

#navigation li a:hover {
	background-color: #ffff00;
	text-decoration: none;
}

#navigation li a.selected, #navigation li a.selected:hover {
	background-color: #f98918;
	text-decoration: none;	
}

/* 
Content
==========================================================================
 */

#schriftzug {
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	height: 46px;
	width: 300px;
	overflow: hidden;
}

#right div p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
}

#right ul, #center ul {
	list-style-type: square;
	margin-bottom: 1.5em;
	margin-left: 35px;
	margin-top: 0px;
	padding: 0px;
}

#right li, #center li {
	margin-bottom: 0.75em;
}

#right table, #center table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px none;
	margin-top: 1em;
	width: 500px;
}

#right td, #center td {
	padding: 3px 0px 3px 0px;
	margin: 0px;
	vertical-align: top;
}

.first {
	white-space: nowrap;
	width: 100px;
} 

#start h1 {
	font-size: 20pt;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
	vertical-align: top;	
}

#right div div p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	color: #3366cc;
}

#logo {
	float: left;
}

#box {
	width: 500px;
	height: 140px;
	float: right;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#text, #about {
	text-align: right;
	border: 0px none;
	height: 275px;
	overflow: hidden;
	margin: 25px 50px 0px 0px;
	padding: 0px;
}

#about {
	margin: 165px 50px 0px 0px;
	height: 275px;
}