
table.body {
	position: absolute;
	top: 190px;
	left: 71px;
	//right: 100px;
	width: 80%;
	border-top: solid;
	border-left: solid;
	border-width: 1px;
	border-color: gray;
}

div.content {
	font-family: sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	padding-left: 20px;
}


tr.navigation {
	border-bottom: solid;
	border-width: 1px;
	border-color: gray;
	right: 100px;
}

div.title {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14pt;
	margin-top: 10px;
	padding-left: 20px;
}


span.section {
	border: none;
	border-width: 1px;
	
}

span.nC {
	font-size: 10pt;
}

span.sectionSelected {
	border: none;
	border-width: 1px;
	padding-left: 10px;
	color:#DC222E;
}

a.section {
	font-family: sans-serif;
	text-decoration: none;
	color: black;
	padding-left: 10px;
}

span.language {
	font-family: sans-serif;
	font-size: 10pt;
	padding-left: 40px;
}

span.section:hover {
	color: #DC222E;
}

a.section:hover {
	color: #DC222E;
}

.sectionSelected {
	font-family: sans-serif;
	color: #DC222E;
}

body {
	background-image: url(media/LogoTextBergKlein.png);
	background-repeat: no-repeat;
}

a {
	color: black;
}

div.imageFloatRight {
	float: right;
	margin-left: 5px;
	clear: right;
	max-width: 300px;
}
img.image {
	border: solid;
	border-width: 1px;
}
.imageCapture {
	font-size: small;
	font-family: helvetica, arial, sans-serif;
	padding-top: 5px;
	overflow: hidden;
}


p.quote {
	padding-left: 5em;
	padding-right: 5em;
	color: #333333;
}

li {
	margin-bottom: 1em;
}

div.status {
	position: absolute;
	top: 270px;
	left: 100px;
	//right: 100px;
	width: 60%;
	padding: 50px;
	background-color: white;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: bold;
	border:solid;
	border-width: 1px;
	border-color: red;
	filter:alpha(opacity=50);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}