@charset "UTF-8";
/*/////////////////////// GENERAL /////////////////////// */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #F4F4F4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #FFF;
	background-color: #000;
}
/*/////////////////////// POSITIONING SCHEME /////////////////////// */

#headline, #navigation, #language, #content {
	left: 10%;
	position: absolute;
}
#headline, #navigation {
	width: 90%;
}
/*/////////////////////// HEADLINES /////////////////////// */

#headline {
	top: 40px;
}
p {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	margin-bottom: 20px;
}
h1 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 5px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/*/////////////////////// NAVIGATION /////////////////////// */

#navigation {
	top: 90px;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.navlink, .inaktiv {
	margin-right: 12px;
	padding-top: 2px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 13px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	font-weight: bold;
}
.inaktiv {
	background-color: #000;
	border: 1px solid #000;
}
#navigation a:link {
	color: #000;
	border: 1px solid #000;
}
#navigation a:visited {
	color: #000;
	border: 1px solid #000;
}
#navigation a:hover {
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
}
#navigation a:active {
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
}
/*/////////////////////// LANGUAGE /////////////////////// */

#language {
	top: 130px;
	right: 20px;
	text-align: right;
}
/*/////////////////////// CONTENT /////////////////////// */

#content {
	top: 170px;
	width: 682px;
}
#main {
	top: 200px;
	width: 640px;
	border: 1px solid #000;
	padding: 20px;
	text-align: justify;
	background-color: #FFF;
}
#main a {
	text-decoration: underline;
}
#path {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#path a, #credits a {
	text-decoration: none;
}
#title {
	width: 300px;
	height: 55px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}
#credits {
	width: 300px;
	height: 55px;
	float: right;
	text-align: right;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#footer {
	width: 682px;
	text-align: center;
	float:left
}
#videoframe {
	border: 1px solid #000;
}
.kadriert {
	border: 1px solid #000;
}
.vspace_bottom {
	margin-bottom: 10px;
}
.noborderatall {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}

