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


/* - - - - - *\
| ==reset
\* - - - - - */

/* @import "./reset.css"; */

body {
	background: url(../_images/back_body.jpg) repeat-x #fff;
	color: #000000;
    font: 12px Arial, Helvetica, Sans-Serif;
    text-align: center;
    width: 100%;
}

#page {
	background-color: #fff;
  	margin: 0 auto;
  	overflow: hidden;
  	position: relative;
  	text-align: center;
  	width: 920px; 
	height: 100%;
	padding-top: 10px;
}

#container {
	position: relative;
}

h1, h2, h3, p {
	margin: 10px 15px 0px 15px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}

p, li {
	font-size: 13px;
}

a, a:active, a:visited, a:hover {
	color: #000;
}

img {
	border: none;
}

ol li {
	list-style:decimal;
	padding-bottom: 5px;
}

.datentabelle {
	border-bottom: 1px solid #000;
	margin: 10px 0px 0px 0px;
	width: 100%;
}

.datentabelle th {
	padding-right: 10px;
	width: 66%;
}

.datentabelle_outer {
	width: 100%;
}

.datentabelle_outer td {
	width: 50%;
	padding-right: 10px;
}

#videocontainer {
	float: right;
/*  	width: 315px;
	height: 196px; */
	margin: 10px;
	border: 5px solid #fff;
}

#homepage_stoerer {
	position: absolute;
	top: 310px;
	left: 475px;
	z-index: 9999;
}

#flashIntro {
	z-index: 1;
}
