*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	background-color: #FFF;
}

hr {
	display: none;
}

h1, h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #333;
}

h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #C33;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

b, em {
	font-weight: bold;
}

ol
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px 0px 12px 0px;
}

ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px 0px 12px 0px;
}

li {
	margin: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

#container {
	margin: 0px auto 0px auto;
	width: 730px;
}

#header
{
	width: 730px;
	height: 180px;
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#logo {
	width: 730px;
	height: 180px;
	background-image: url(../images/logo-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
}

#logo h1
{
	width: 730px;
	height: 130px;
	padding-top: 30px;
}

#logo h1 a
{
	width: 730px;
	height: 130px;
	display: block;
	text-indent: -5000px;
}

#logo h2
{
	display: none;
}

#logo p {
	width: 730px;
	height: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #C33;
	margin: 0px;
	padding: 0px;
}

#logo a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#logo a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #C33;
	text-decoration: none;
}

#animation {
	display: none;
}

#menu {
	width: 730px;
	height: 20px;
	line-height: 20px;
	padding: 1px 0px 0px 0px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

#menu ul, #subMenu ul {
	text-align: left;
	margin: 0px;
}

#menu ul li, #subMenu ul li
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px 28px 0px 22px;
	text-transform: uppercase;
}

#menu ul li a, #subMenu ul li a
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#menu ul li a:hover, #subMenu ul li a:hover
{
	color: #000;
}

#subMenu {
	width: 730px;
	height: 20px;
	line-height: 20px;
	background-image: url(../images/submenu-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

#menu a:active, #menu a.menuAct, #subMenu a:active, #subMenu a.subMenuAct {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

#content {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	width: 686px;
	min-height: 245px;
	padding: 22px 22px 22px 22px;
	background-image: url(../images/content-bg-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}


#content h1, #content h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #333;
	margin: 0px 0px 18px 0px;
	text-transform: uppercase;
}

#content h3, #content h4, #content h5, #content h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

#content h3 span, #content h4 span, #content h5 span, #content h6 span {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

#content p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px 0px 12px 0px;
}


#langSelect
{
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	top: 7px;
	width: 50px;
	margin-left: 675px;
	height: 14px;
}

#langSelect a:hover { background-position: left top; }

#langSelect_en
{
	display: block;
	width: 20px;
	height: 14px;
	text-indent: -5000px;
	background-image: url(/ui/images/lang_en.gif);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#langSelectAct_en
{
	display: block;
	width: 20px;
	height: 14px;
	text-indent: -5000px;
	background-image: url(/ui/images/lang_en.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding: 0px;
	margin: 0px;
}

#langSelect_de
{
	display: block;
	width: 20px;
	height: 14px;
	text-indent: -5000px;
	background-image: url(/ui/images/lang_de.gif);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#langSelectAct_de
{
	display: block;
	width: 20px;
	height: 14px;
	text-indent: -5000px;
	background-image: url(/ui/images/lang_de.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding: 0px;
	margin: 0px;
}

.box
{
	padding: 0px;
	margin: 0px 0px 30px 0px;
	clear: left;
}

.boxImage
{
	width: 140px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.boxImageFlash
{
	width: 400px;
	height: 225px;
	margin: 0px 15px 0px 0px;
	float: left;
}

.personBoxImage
{
	width: 95px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.boxContent
{
	padding: 0px 0px 0px 150px;
}

.personBoxContent
{
	margin: 0px 0px 0px 105px;
}

.boxContentOnly
{
	padding: 0px 0px 0px 0px;
}

.boxLinks
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	height: 21px;
	line-height: 21px;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #C33;
	text-transform: uppercase;
}

.boxLinks a {
	height: 21px;
	color: #FFF;
	text-decoration: none;
}

.boxLinks a:hover {
	color: #000;
	text-decoration: none;
	background-position: 0px -24px;
}

.btnWatchTheVideo
{
	height: 21px;
	padding: 2px 0px 2px 30px;
	margin: 0px 30px 0px 0px;
	background-image: url(../images/btn-watch.gif);
	background-repeat: no-repeat;
	background-position: 0px -3px;
}

.btnDownloadTheVideo {
	height: 21px;
	padding: 2px 0px 2px 30px;
	margin: 0px 30px 0px 0px; 
	background-image: url(../images/btn-download.gif);
	background-repeat: no-repeat;
	background-position: 0px -3px;
}

.boxText
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

.boxText p
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
}


#productTable input, #productTable select, #destTable input, #destTable select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

#productTable td, #destTable td { padding: 3px; }

#productTable
{
	border-color: #999;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
}

#destTable
{
	border-color: #999;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

#productTable td
{
	border-color: #999;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
}

#productTable th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #444;
	background-color: #CCC;
	border-color: #999;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	padding: 3px;
}

#destTable th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #444;
	background-color: #CCC;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	padding: 3px;
}

#destTable .button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background-color: #FF0000;
	border-color: #999;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}
