* {
	font-family: Georgia, serif;
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	background: url(../img/bg_filler.jpg) top left repeat;
}
body {
	background: url(../img/bg_verlauf.jpg) top left repeat-x;
	padding:15px 0px 0px 0px;
}
body, td {
	font-size: 13px;
	color: #4c4c4c;
}
img, a img {
	border: 0px;
	margin:0;
	padding:0;
}
a, a:link, a:hover, a:active, a:visited {
	text-decoration:none;
}
/* Standard Stile */
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.al {
	text-align: left;
}
/* Container */
.container {
	width:965px;
	margin:0px auto;
	background: url(../img/bg_content.jpg);
	position:relative;
}
/* Navigation */
.navbar {
	height:50px;
	background:url(../img/navbar_bg.jpg);
	font-size: 16px;
	font-weight: bold;
	text-align:right;
}
.navbar ul {
	text-align:center;
	margin: 0px 8px;
	float:right;
	list-style:none;
}
.navbar li {
	float:left;
	margin-left:8px;
	line-height:50px;
	width:115px;
}
.navbar a:link, .navbar a:visited, .navbar a:active {
	display:block;
	width:115px;
	height:50px;
	color:#4c4c4c;
}
.navbar a:hover {
	color:#fff;
	background:url(../img/navbar_hover.jpg) center no-repeat;
}

#flashheader {
	height: 99px;
	background:url(../img/noflash.jpg) no-repeat;
}
#flashheader .text {
	color: #333;
	width: 500px;
	padding: 24px 0 0 280px;
	color: #ff0000;
	font-weight:bold;
}
#videoplayer {
	margin-top: -1px;
	text-align:center;
}
.videoplayer {
	width: 640px;
	margin: 20px auto;
}
.videoplayer .text {
	color: #333;
	width: 400px;
	margin: 20px auto;
	color: #ff0000;
	font-weight:bold;
	text-align:center;
}

/* Sidebar Styles */
.sidebar {
	padding: 0px 5px 0px 20px;
	width:200px;
	float:left;
}
.sidebar .facts {
	width: 200px;
}
.sidebar .facts tr {
	border-bottom: 1px solid #999;
}
.sidebar .facts th {
	width:50%;
	padding: 2px 0;
	text-align:left;
	text-indent:22px;
	font-weight: bold;
	color: #333;
	
	background: url(../img/sidebar/bullet.jpg) left center no-repeat;
	background-position: 7px;
}
.sidebar .newsletter {
	height:90px;
	background: url(../img/sidebar/newsletter_bg.jpg) left top no-repeat;
	text-align:center;
	text-transform:uppercase;
	font-size: 15px;
	font-weight:bold;
	color: #0eafe3;
	padding-top: 10px;
}
.sidebar .newsletter input {
	margin:5px;
	padding:0px;
	width: 185px;
	height:20px;
	background-color: #d7d7d7;
	border: inset 1px #b4b4b4;
	
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color: #666666;
	text-align:center;
}
.sidebar .newsletter .button {
	height: 24px;
	widows: 200px;
	background: url(../img/sidebar/newsletter_btn.jpg) center;
	border:none;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
}
/* Content */
.content {
	float:left;
	width: 740px;
}

.thumb {
	width: 178px;
	background-image:url(../img/box_bg.gif);
	margin: 2px;
	font-family: Verdana;
	font-size: 11px;
	text-align:left;
}
.thumb .title {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #109bd3;
	text-indent:5px;
	margin: 3px 0;
}
.thumb a:link, .thumb a:active, .thumb a:visited {
	color: #333;	
}
.thumb a:hover {
	color: #109bd3;
}

/* About */
h1 {
	font-size:15px;
	font-weight:bold;
	color:#0eafe3;
	margin-bottom:15px;
}
.abouttext {
	margin: 0px 20px 0px 10px;
	width:350px;
}
.abouttext p {
	text-align:justify;
	margin-top:10px;
}
.aboutlist table {
	margin-top:35px;
}
.aboutlist .hl {
	font-weight:bold;
	color: #0eafe3;
	height:30px;
}


/* Footer */
.footer {
	height:100px;
	background:url(../img/footer_bg.jpg);
}
.footer .buttons {
	display: block;
	width:185px;
	padding:30px 0px 0px 30px;
}

.headerlink {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 999;
	margin:0px auto;
}