/*********************************
/* Style Reset
*********************************/
html, body, div, h1, h2, h3, ul, ol, li, form, fieldset, input, textarea { margin: 0; padding: 0; }
ul { list-style: none; }
img, fieldset { border: 0; }
h1, h2, h3 { font-weight: normal; }
em { font-style: italic; }
strong { font-weight: bold; }

/*********************************
/* Body and HTML
*********************************/
html, body {
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

/*********************************
/* Index Page
*********************************/
div#introcontainer {
	width: 100%;
	height: 500px;
	top: 50%;
	margin-top: -250px;
	position: absolute;
	visibility: visible;
	z-index: 50;
}
div#center {
	width: 770px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-left: -385px;
	margin-top: -150px;
	background-image: url(../images/introgradient.gif);
	position: absolute;
	visibility: visible;
	z-index: 100;
}
div#helmetintro {
	width: 272px;
	height: 338px;
	right: 50%;
	bottom: 100px;
	margin-right: -385px;
	position: absolute;
	visibility: visible;
	z-index: 150;
}

/*********************************
/* Website Content
*********************************/
div#wrapper {
	width: 850px;
	min-height: 100%; /* For modern browsers */
	height: auto !important;
	height: 100%; /* For height in ie6 */
	margin: 0 auto -200px;
	background-color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: left;
	position: relative;
	visibility: visible;
	z-index: 100;
}
div#header {
	width: 850px;
	height: 206px;
	top: 5px;
	position: relative;
	visibility: visible;
	z-index: 150;
}
/* Div Menu */
div#nav {
	width: 850px;
	height: 50px;
	background-image: url(../images/gradient.jpg);
	visibility: visible;
	z-index: 200;
}
/* Div Table Menu */
.tablenav {
	height: 50px;
}
div#headerimage {
	width: 850px;
	height: 150px;
	visibility: visible;
	z-index: 200;
}
div#content {
	width: 850px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	visibility: visible;
	z-index: 200;
}
div#contentleft {
	width: 255px;
	min-height: auto;
	height: auto !important;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	visibility: visible;
	z-index: 200;
}
div#overlaycontainer {
	width: 240px;
	height: 752px; /* adapt this height */
	top: 0px;
	left: 5px;
	background-color: #000099;
	position: relative;
	visibility: visible;
	z-index: 250;
}
div#overlay {
	width: 240px;
	height: 943px; /* adapt this height 191px more than #overlaycontainer */
	top: -193px;
	left: 0px;
	background-image: url(../images/backgroundoverlay.png);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	position: absolute;
	visibility: visible;
	z-index: 300;
}
div#logo {
	width: 240px;
	height: 70px;
	top: 0px;
	left: 0px;
	position: absolute;
	visibility: visible;
	z-index: 350;
}
/* Div Media Player */
div#video {
	width: 240px;
	height: 150px;
	top: 42px;
	left: 0px;
	visibility: visible;
	position: absolute;
	z-index: 400;
}
/* Table Media Player */
.tablevideo {
	height: 150px;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#partners {
	position: absolute;
	width: 240px;
	height: 500px;
	top: 193px;
	left: 0px;
	visibility: visible;
	z-index: 400;
}
div#player {
	visibility: visible;
	z-index: 450;
}
div#contentright {
	width: 595px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: left;
	text-align: left;
	font-size: 11px;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	z-index: 200;
}
div#footer, .push {
	height: 200px;
	clear: both;
}
div#footer {
	width: 850px;
	margin: 0 auto 0;
	background-color: #FFFFFF;
	visibility: visible;
	z-index: 200;
}
div#footercontent {
	width: 850px;
	height: 150px;
	background-color:#081541;
	position: relative;
	visibility: visible;
	z-index: 200;
}
div#footercontent #footersitemap {
	width: 250px;
	height: auto;
	float: left;
	position: relative;
	visibility: visible;
	z-index: 200;
}
div#footercontent #footerpartners {
	width: 250px;
	height: auto;
	float: left;
	position: relative;
	visibility: visible;
	z-index: 200;
}
div#footercontent #footerlinks {
	width: 250px;
	height: auto;
	float: left;
	position: relative;
	visibility: visible;
	z-index: 200;
}
div#footercontent #footerlinks, div#footercontent #footersitemap, div#footercontent #footerpartners {
	color: #FFFFFF;
	font-size: 12px;
}
div#footercopyright {
	width: 850px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#081541;
	position: relative;
	visibility: visible;
	z-index: 200;
}

/*********************************
/* Website Headings, Text, ...
*********************************/
h1 {
	font-weight: bold;
	color: #000000;
	text-align: justify;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2, .redtitle {
	color: #CC3733;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	padding: 0px; /* already set on top */
}
h3 {
	padding: 0px 0px 10px 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, .textcontent {
	color: #000000;
	text-align: justify;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Breadcrumbs ul */
#crumbs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
/* Breadcrumbs li */
#crumbs li{
	display: inline;
}
/* Breadcrumbs li a */
#crumbs li a {
}

/* Links Normal */
a:link, a:visited, a:hover, a:active {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Links Navigation Top */
a.menutop:link, a.menutop:visited, a.menutop:hover, a.menutop:active {
	color: #ffcf00;
	text-decoration: none;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
a.menutop:link, a.menutop:visited, a.menutop:active {
	background-image:url(../images/menubackground.gif);
}
a.menutop:hover {
	background-image:url(../images/menubackgroundhover.gif);
}

/* Get Flash */
a.getflash:link, a.getflash:visited, a.getflash:hover, a.getflash:active {
	color: #FFFFFF;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.getflash:link, a.getflash:visited, a.getflash:active {
	text-decoration: underline;
}
a.getflash:hover {
	text-decoration: none;
}

/* List Footer */
div#footercontent ul {
	padding: 10px 0px 0px 10px;
}
div#footercontent ul li {
	text-align: left;
}

/* Link list footer */
div#footercontent ul li a:link, div#footercontent ul li a:visited, div#footercontent ul li a:hover, div#footercontent ul li a:active {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted;
}
div#footercontent ul li a:hover {
	border-bottom: none;
	text-decoration: underline;
}

/* Copyright Link */
a.copyright:link, a.copyright:visited, a.copyright:hover, a.copyright:active {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.copyright:hover {
	text-decoration: underline;
}

/*********************************
/* Contact Form
*********************************/
div#contactform {
	width: 590px;
	height: auto;
	/*margin: 0px;
	padding: 5px;
    background: transparent;*/
}
div#errors {
	width: 400px;
	margin:0 auto;
    /*background: transparent;*/
}
label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}
input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #333333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	color: #000000;
    /*background: transparent;*/
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
    /*background: transparent;*/
}
input.height {
	height: 15px;
	line-height: 15px;
}
label.fout {
	color: #FF0000;
    /*background: transparent;*/
}
/* ------------------------------------------------------------------ */

