@charset "utf-8";
/* CSS Haupt-Document */

/** kritische Werte instanzieren
-------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
img{
	vertical-align: bottom;
}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
	border: 0;
}
/* a[href^="http://"]:before,
a[href^="https://"]:before {
  content: "\2197\00A0";
  font-family:Arial, Helvetica, sans-serif;
} */
a {
	outline: none;
}

/** allgemeine Elemente formatieren
-------------------------------------------------------------------------------------------------- */
body {
	background: #1a1a1a;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body * {
	text-align: left;
}

/* Listen siehe content*/

/* Links und Anker */
a:link, a:visited,
a:hover, a:focus, a:active {
	background-color: transparent;
	color: #ea0101;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
}
a:hover,
a:focus, 
a:active {
	text-decoration: underline;
}

/* Überschriften und Absätze */
h1 {
	position: absolute; right: 254px; top: 418px;
}
h2 {
	color: #000;
	background-color: transparent;
	font-size: 13px;
	margin: 15px 0 1em;
}
span {
	font-size: 13px;
	line-height: 1.4em;
}
.wichtig {
	font-weight: bold;
}
.small {
	font-size: 10px;
	line-height: 1.4em;
}

/* Überschriften und Absätze */
table {
	margin: 0 0 1em;
	padding: 0;
}
th, td {
	font-size: 12px;
	line-height: 1.4em;
}

/**
-------------------------------------------------------------------------------------------------- 
little helpers
-------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 1px;
}
.skip {
	position: absolute; left:-9999px; top:0;
	font-size: 1px;
}
.divider {
	display: none;
}

/** Regeln für besondere Bereiche
-------------------------------------------------------------------------------------------------- */
.noscript p {
	background-color: transparent;
	color: #fff;
	text-align: center;
	font-size: 11px;
	margin: .5em 0;
}
.noscript p a:link,
.noscript p a:visited,
.noscript p a:hover,
.noscript p a:focus,
.noscript p a:active {
	background-color: transparent;
	color: #fff;
}
div#top,
div#top_start {
	position: absolute; left: 50%; top: 50%;
	background: #fff;
	margin: -270px 0 0 -475px;
	width: 950px; height: 540px;
}
div#top {
	background: #fff url(../images/layout/logo.jpg) left 356px no-repeat;
}
img#top_line {
	position: absolute; left: 0; top: 0;
}
div#shadow {
	background: #fff url(../images/layout/content-background-top.jpg) left top repeat-x;
	width: 100%; height: 20px;
}
div#video {
	position: absolute; left: 10px; top: 5px;
	background: #fff url(../images/layout/video-background.jpg) left bottom repeat-x;
	width: 400px; height: 361px;
}
#video a img {
	position: absolute; left: 40px; top: 73px;
}
#video a span {
	position: absolute; left: 40px; bottom: 24px;
	background-color: transparent;
	color:#000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
div#content,
div#content_impr {
	position: absolute; right: 20px; top: 46px;
	background: transparent;
	width: 498px; height: 373px;
}
#content p,
#content_impr p {
	background-color: transparent;
	color: #000;
	font-size: 13px;
	text-align: justify;
	line-height: 1.2em;
	margin: 0 0 1em;
}
#content img {
	float: right;
	margin: 0 0 10px 10px;
}
div#content_impr {
	overfolw-x: visible;
	overflow-y: scroll;
	width: 498px; height: 305px;
}
div#content_impr h1 {
	position: relative; left: 0; top: 0;
	font-size: 14px;
}
ul#menu {
	position: absolute; left: 0; top: 510px;
	background: #fff url(../images/layout/navi-background.gif) left bottom repeat-x;
	list-style: none;
	width: 100%; height: 30px;
}
#menu li {
	float: left;
	background: transparent url(../images/layout/navi-trennstrich.gif) left top no-repeat;
	list-style: none;
	padding: 0 0 0 22px;
	margin: 0 20px 0 0;
	height: 30px;
}
#menu li.first {
	background-image: none;
	padding: 0 0 0 20px;
}
#menu li a:link,
#menu li a:visited,
#menu li a:hover,
#menu li a:focus,
#menu li a:active {
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding-top: 6px;
}
#menu li a:hover,
#menu li a:focus,
#menu li a:active {
	text-decoration: underline;
}