﻿html, body {
	height: 100%;
}
body
{
	overflow-y:scroll;
}

td img {
	display: block;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0px;
	padding:0px;
	background-image: url(/Images/BlueGradient.jpg);
	background-repeat: repeat-x;
} 

#Container {
	height:100%;
	width:964px;
}
a:link{
	color: #1B72C4;
	text-decoration: none;
	cursor:hand;
}
a:visited{
	color:#1B72C4;
	text-decoration: none;
	cursor:hand;
}
a:hover{
	color: #003366;
	text-decoration: none;
	cursor:hand;
}
a:active{
	color:#1B72C4;
	text-decoration: none;
	cursor:hand;
}

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1B72C4;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 24px;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	padding: 5px;
}
/* CSS Document 
a:link {
	color: #1B72C4;
}
a:visited {
	color: #1B72C4;
}
a:hover {
	color: #666666;
}
a:active {
	color: #1B72C4;
}*/
.BoxTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 4px;
}
.BoxTitleBricks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 4px;	
}
.BoxTitleBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 4px;
}
.BoxTitleGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 4px;
}
.BoxQuickFinderTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 2px;
}
.BoxQuickFinderSubTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.BoxQuickFinderSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.BoxQuickFinderButton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-image: url(/Images/QuickFinderButton.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 100px;
	text-decoration: none;
}
.BoxQuickFinderButton:link {
	color: #333333;
	text-decoration: none;
}
.BoxQuickFinderButton:hover {
	background-image: url(/Images/QuickFinderButton_over.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}
.PrintButton {
	background-image: url(/Images/Printer.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 16px;
	width: 20px;
	position: absolute;
	top: 10px;
	right: 16px;
	text-decoration: none;
}
.PrintButton:link {
	background-image: url(/Images/Printer.png);
	background-repeat: no-repeat;
	text-decoration: none;
	cursor:hand;
}
.PrintButton:hover {
	background-image: url(/Images/Printer_over.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

/* Quotes */
.TextQuote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 5px;
	font-style: italic;
}
.TextQuoteCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #1B72C4;
	padding: 5px;
	font-style: italic;
}
.AddOnsBlueTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #1B72C4;
	font-weight:bold;
}
.TextBlue14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #1B72C4;
	padding: 5px;
}
.TextBlack14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding: 5px;
}
.TextBlack12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 9px;
	line-height: 16px;
	color: #000000;
	padding: 3px;
}
.TextRed12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #CC0000;
	padding: 3px;
}
/* Frames */
.FrameRightBlue {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1B72C4;
}
.FrameLeftBlue {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1B72C4;
}
.FrameRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.FrameBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.FrameBottomRed {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.FrameBottomBlue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B72C4;
}
/* Portrait */
.PortraitTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #1B72C4;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
.PortraitBlueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B72C4;
	padding-left: 5px;
	padding-top: 5px;
	line-height: 16px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.PortraitBlackText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-top: 5px;
	line-height: 16px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.PortraitSmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 15px;
	padding-top: 5px;
	line-height: 14px;
	padding-right: 5px;
	padding-bottom: 5px;
}
/* Buttons */
.ButtonTextBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding-left: 55px;
	/*width: 70px;*/
	/*left: 55px;*/
	text-align: left;
	left: -55px;	
	/*text-indent:55px;*/
	/*display:none;*/
}
.ButtonTextBlack:link {
	color: #333333;
	text-decoration: none;
	cursor:hand;
}
.ButtonTextBlack:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor:hand;
}

.ButtonTextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.ButtonTextWhite:link {
	color: #FFFFFF;
	text-decoration: none;
	cursor:hand;
}
.ButtonTextWhite:visited {
	color: #FFFFFF;
	text-decoration: none;
	cursor:hand;
}
.ButtonTextWhite:hover {
	color: #FFCC00;
	text-decoration: none;
	cursor:hand;
}
.ButtonTextWhite:active {
	color: #FFFFFF;
	text-decoration: none;
	cursor:hand;
}
.ButtonTextWhiteSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	top: 0px;
}	
.ButtonTextWhiteSmall:link {
	color: #FFFFFF;
	text-decoration: none;
	cursor:hand;
}
.ButtonTextWhiteSmall:visited {
	color: #FFFFFF;
	text-decoration: none;
	cursor:hand;
}
.ButtonTextWhiteSmall:hover {
	color: #FFCC00;
	text-decoration: none;
	cursor:hand;
}
.ButtonTextWhiteSmall:active{
	color: #FFFFFF;
	text-decoration: none;
	cursor:hand;
}

/* TrefferList */
.TrefferListTitleBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: #1B72C4;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
}
.TrefferListTitleGreen {
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
}
.TrefferListTitleGreen a {
	color: #009900;
}
.TrefferListTitleGreen a:visited {
	color: #009900;
}

.TrefferListTitleGreen a:hover {
	color: #006600;
}



.TrefferListText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
/* Forms */
.FormTextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 250px;
}
.FormTextField_184 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 18px;
}
.FormListField_184 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 22px;
	width: 180px;
}
.FormTextFieldSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 100px;
}
.FormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom:5px;
}
.FormListField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 22px;
	width: 256px;
}
.BreadCrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1B72C4;
	padding-left: 5px;
	padding-bottom: 3px;
	text-decoration: none;
}

.FooterImage {
	background-image: url(/Images/Footer.png);
	background-repeat: no-repeat;
}
.Languages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height:14px;
	text-decoration: none;
	font-weight: bold;
}
.Languages:link {
	color: #FFFFFF;
	text-decoration: none;
	cursor:hand;
}
.Languages:visited {
	color: #FFFFFF;
	text-decoration: none;
	cursor:hand;
}
.Languages:hover {
	color: #003366;
	text-decoration: none;
	cursor:hand;
}
.Languages:active {
	color: #FFFFFF;
	text-decoration: none;
	cursor:hand;
}

.AGB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}

.NavigationItem
{	
	height:27px;
	font-weight: bold;
	color: #FFFFFF !important;
	border:1px;
	margin-top:-1px;
}
.NavigationItemHover
{	
	height:27px;
	font-weight: bold;
	color: #0d2474 !important;
	background-image : url(/Images/Navigation_over.png);
	background-repeat: repeat-x;
	background-position:center;
	border:0px;
}
a.NavigationItem
{	
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-image : url();
	padding-left:15px;
	padding-right:15px;
}
a.NavigationItemHover
{		
	background-image : url();	
	padding-left:15px;
	padding-right:15px;
}
.FooterItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:5px;
	padding-right:5px;
}
.FooterItem:link {
	color: #FFFFFF;
	cursor:hand;
}
.FooterItem:visited {
	color: #FFFFFF;
	cursor:hand;
}
.FooterItem:hover {
	color: #FFCC00;
	cursor:hand;
}

.FooterItem:active{
	color: #FFFFFF;
	cursor:hand;
}

.LinkButton,a.LinkButton{
	background-image:url(/Images/ButtonBlueSmall.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	text-indent:25px;
	line-height:32px;
}
.LinkButton:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-align:center;
	line-height:32px;
	background-image:url(/Images/ButtonBlueSmall_over.gif) Preload;
}
.ButtonDownload
{
	background-image:url(/Images/ButtonDownload_222.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:54px;
	width: 222px;
}
.ButtonDemofilm
{
	background-image:url(/Images/ButtonVideo_222.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:54px;
	width: 222px;
}
.ButtonQuestion
{
	background-image:url(/Images/ButtonFrage_222.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:54px;
	width: 222px;
}
.ButtonCallback
{
	background-image:url(/Images/ButtonYellow_222.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:54px;
	width: 222px;
}
.ButtonRemoteDemo
{
	background-image:url(/Images/ButtonYellow_222.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:54px;
	width: 222px;
	}
.ButtonListOfMatches
{
	background-image:url(/Images/ButtonZurueck_222.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:54px;
	width: 222px;	
}
.ButtonContact
{
	background-image:url(/Images/ButtonYellow_222.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:54px;
	width: 222px;
}
.ButtonPartner
{
	background-image:url(/Images/ButtonYellow_222.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:54px;
	width: 222px;
}
.ButtonPortrait
{
	background-image:url(/Images/ButtonZurueck_222.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:54px;	
}
.ButtonPDFFlyer
{
	background-image:url(/Images/ButtonPDF.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:54px;
	width: 222px;	
}
.validationred
{
	background-color:#ffc5c5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 18px;
}
.validationwhite
{
	background-color:White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 18px;
}
