html, body {
	height: 100%;
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font:0.85em/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#fff url('background.gif') repeat-y;
}

a img {
	border:none;
}

h1 {
	border-bottom:1px solid #b10000;
	padding-bottom:10px;
	line-height:100%;
	font-size:170%;
}

h2 {
	font-size:135%;
	margin-top:1.5em;
	font-style:italic;
}

table {
	width:100%;
}

table th {
	text-align:left;
}

table tr.even {
	background-color:#eee;
}

ol {
	padding-left:1.4em
}

ol ul {
	padding-left:1em;
}

ol ul li{
	padding-bottom:1em;
}

#container {
	margin-top:-1.2em;
	padding-top:1.2em;
}

#navigation {
	min-height:100%; 
	height:auto !important;
	height:100%;
	float:left;
	width:14em;
	color:#fff;
	background:#000;
}

#navigation a.start {
	background:#000 url('logo.gif') 20px top no-repeat;
	text-indent:-9999em;
	display:block;
	height:120px;
	margin:0;
	padding:0;
}

#navigation ul {
	margin:0;
	list-style:none;
	padding:0;
}

#navigation ul li span.headline {
	margin:30px 0 10px 5px;
	font-size:120%;
	display:block;
	border-bottom:1px solid #b10000;
	width:10em;
}

#navigation li.active a {
	color:#b10000;
	font-style:italic
}

#navigation li.active a:hover {
	font-style:normal
}

#navigation ul.sub {
	margin:0;
}

#navigation ul.sub li:before {
	content:"»";
	margin-left:10px;
}

#navigation a {
	color:#fff;
	text-decoration:none;
	margin-left:10px;
}

#navigation a:hover {
	color:#b10000;
}

#content {
	width:40em;
	margin:0 0 0 16em;
}

#content .left {
	float:left;
	margin-right:15px;
}

#content .left p, #content .right p {
	margin:0;
	padding:0;
	text-align:center;
	font-size:small;
	line-height:115%;
}

#content p span.click_caption {
	font-size:xx-small;
}

#content .right {
	float:right;
	margin-left:15px;
}

#content .correct-bottom {
	height:11em;
}

#content .next a, #content .next-alone a, #content .prev a, #content .prev-alone a {
	background:#ccc;
	color:#444;
	text-decoration:none;
	padding:.2em;
}

#content .next a:hover, #content .next-alone a:hover, #content .prev a:hover, #content .prev-alone a:hover {
	background:#444;
	color:#ccc;
}

#content .next, #content .next-alone {
	float:right;
	height:4em;
}

#content .next {
	width:45% !important;
}

#content .prev, #content .prev-alone {
	float:left;
	height:4em;
}

#content .prev {
	width:45% !important;
}

#content .company {
	float:left; 
	height:7em;
	font-size:140%;
	margin-right:7em;
	font-weight:bold;
	margin-top:-1px;
}

#content .company-address {
	margin-bottom:2em;
}

#content .further-information {
	margin-top:3em;
	font-style:italic;
}

#content .address {
	float:left;
	margin-right:7em;
}

#content .register {
	margin-top:2em;
	height:10em;
}

#footer {
	clear:both;
	margin:0 0 0 16em;
	font-size:80%;
}

#footer ul li {
	float:left;
	list-style:none;
	margin-right:.2em;
	margin-top:2em;
}

#footer ul li:after {
	content:"|";
	margin-left:.2em;
}

#footer ul li.last:after {
	content:"";
	margin-left:0px;
}