﻿html, body {
	height: 100%;
}
body {
	font-family: Tahoma, Trebuchet MS;
	font-size: 10pt;
	color: #C7C7C7;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url('images/page_bg.jpg');
	background-position: center;
	background-color: black;
}
div {
	display: block;
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a {
	color: #EBEBEB;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #EB2A2D;
	font-weight: bold;	
	text-decoration: none;	
} 
a:active {
	color: #EBEBEB;
	font-weight: bold;
	text-decoration: none;	
}
.Headline {
	font-size: 12pt;
	color: #EBEBEB;
}
.Underlined {
    text-decoration: underline;
}
.Valid {
	border-width: 0px;
	height: 31px;
	width: 88px;
}
.Button1 {
	width: 130px;
	height: 28px;
	font-family: Tahoma, Trebuchet MS;
	padding-bottom: 4px; 
}
.Button2 {
	width: 160px;
	height: 28px;
	font-family: Tahoma, Trebuchet MS;
	padding-bottom: 4px; 
}
.Button3 {
	width: 240px;
	height: 28px;
	font-family: Tahoma, Trebuchet MS;
	padding-bottom: 4px; 
}
#Distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -269px;
	float: left;
}
#Shadow {
    position: relative;
    width: 870px;
	height: 540px;
    margin: 0px auto;
	clear: left;
	background-image: url('images/Shadow.png')
}
#Main {
	position: absolute;
	width: 830px;
	height: 500px;
	top: 20px;
	left: 20px;
}
#Navi {
    position: absolute;
    width: 830px;
    height: 50px;
    top: 0px;
    left: 0px;
    border-bottom: 1px gray dotted;
}
#NaviLogo {
	position: absolute;
	width: 160px;
	height: 45px;
	top: 0px;
	left: 0px;
	padding-top: 5px;
	padding-left: 12px;
	font-size: 20pt;
	font-weight: bold;
	font-family: Calibri, Trebuchet MS;
	color: #EBEBEB;
}
#NaviRight1 {
	position: absolute;
	top: 0px;
	left: 191px;
	width: 626px;
	height: 20px;
	padding-top: 15px;
	padding-right: 13px;
	text-align: right;
}
#NaviRight2 {
	position: absolute;
	width: 639px;
	height: 18px;	
	top: 32px;
	left: 191px;
}
#Body {
	position: absolute;
	width: 830px; 
	height: 430px;
	top: 51px;
	left: 0px;
}
#BodyLeft {
	position: absolute;
    width: 190px;
    height: 400px;
	top: 0px;
	left: 0px;
    padding-top: 30px;
    text-align: center;
}
#BodyRight {
	position: absolute;
	width: 580px;
	height: 400px;
	top: 0px;
	left: 190px;
	padding-top: 30px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
#Footer {
	position: absolute;
	width: 817px;
	height: 10px;
	top: 481px;
	left: 0px;
	padding-top: 7px;
	padding-right: 13px;
	text-align: right;
	font-size: 9pt;
	border-top: 1px gray dotted;
}
#iFrame {
	position: relative;
	width: 590px;
	height: 318px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	text-align: center;
}
#News {
	position: relative;
	width: 470px; 
	height: 290px;
    margin-left:auto;
    margin-right:auto;
	overflow: auto;
	text-align: left;
    border: 1px gray dotted;
    padding: 5px 5px 5px 5px; 
}
#Downloads {
	position: relative;
	width: 480px;
	height: 100px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#DownloadsLeft {
	position: absolute;
	width: 230px;
	height: 100px;
	top: 0px;
	left: 0px;
	padding-right: 10px;
}
#DownloadsRight {
	position: absolute;
	width: 230px;
	height: 100px;
	top: 0px;
	left: 241px;
	padding-left: 10px;
}
fieldset {
	border-width: 0px;
	text-align: right;
}
.Form {
	border-width: 0px;
	text-align: center;
}
.FormElement {
	font-family: Tahoma, Trebuchet MS;
	font-size: 10pt;
}
.PurchaseSumm {
	font-size: 8pt;
}
.Highlighted {
	color: #EB2A2D;
}