/*
------------------------------------------
Global Reset
------------------------------------------
*/

*{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/*
------------------------------------------
Links
------------------------------------------
*/

a:link, a:visited{
    color: #c40525;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a.arrow:link, a.arrow:visited{
	color: #c40525;
    font-size: 12px;
    background-position: left;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 0px 0px 15px;
    background-image: url(../_img/Icons/LinkArrow.gif);
    background-repeat: no-repeat;
}

a.arrow:hover{
	text-decoration: underline;
}

/*
------------------------------------------
Layout Styles
------------------------------------------
*/

html{
    
}

html>body{
    font-size: 11px;
    color: #666666;
}

body{
    background-color: #ffffff;
    background-image: url(../_img/layout/Background/Body.png);
    background-repeat: repeat-x;
    color: #666666;
    padding-Bottom: 50px;
}

#wrapper
{
	
    width: 918px;
    height: 572px;
    min-height: 572px;
    margin: 23px auto;
    overflow: hidden;
    /*border: solid 1px red;*/
    font: 12px/18px Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

#page{
	position: relative;
	z-index: 0;
	/*border: solid 1px green;*/
	width: 900px;
	/*height: 1000px;*/
	margin-Top: 12px;
	margin-left: -6px;
	margin-right: -6px;
	background-color: #ffffff;
}

#Header{
	width: 900px;
	height: 100px;
	background-image: url(../_img/layout/Header.png);
	background-repeat: no-repeat;
}

#BackgroundTop{
	/*border: solid 1px yellow;*/
	width: 100%;
	vertical-align: Top;
	background-image: url(../_img/layout/Background/Top.png);
	background-repeat: repeat-x;
}

#BackgroundTopLeft{
	/*border: solid 1px green;*/
	width: 15px;
	height: 528px;
	max-height: 528px;
	vertical-align: Top;
	background-image: url(../_img/layout/Background/TopLeft.png);
	background-repeat: no-repeat;
}

#BackgroundTopRight{
	/*border: solid 1px green;*/
	width: 15px;
	height: 528px;
	max-height: 528px;
	vertical-align: Top;
	background-image: url(../_img/layout/Background/TopRight.png);
	background-repeat: no-repeat;
}

#BackgroundContentLeft{	
	/*border: solid 1px blue;*/
	width: 15px;
	height: 100%;
	min-height: 5px;
	background-image: url(../_img/layout/Background/ContentLeft.png);
	background-repeat: repeat-y;
}

#BackgroundContentRight{
	/*border: solid 1px blue;*/
	width: 15px;
	height: 100%;
	min-height: 5px;
	background-image: url(../_img/layout/Background/ContentRight.png);
	background-repeat: repeat-y;
}

#BackgroundFooter{
	height: 24px;
	background-color: #e5e5e5;
	color: #898989;
}

#BackgroundFooterLeft{
	/*border: solid 1px magenta;*/
	background-image: url(../_img/layout/Background/FooterLeft.png);
	background-repeat: no-repeat;
}

#BackgroundFooterRight{
	background-image: url(../_img/layout/Background/FooterRight.png);
	background-repeat: no-repeat;
}

#BackgroundBottom{
	height: 15px;
	background-image: url(../_img/layout/Background/Bottom.png);
	background-repeat: repeat-x;
}

#BackgroundBottomLeft{
	/*border: solid 1px violet;*/
	background-image: url(../_img/layout/Background/BottomLeft.png);
	background-repeat: no-repeat;
}

#BackgroundBottomRight{
	background-image: url(../_img/layout/Background/BottomRight.png);
	background-repeat: no-repeat;
}


/*
------------------------------------------
Navigation
------------------------------------------
*/

#Nav{
	width: 900px;
	height: 35px;
	margin-Top: 2px;
	list-style: none;
}

#Nav li.Navhome{
	width: 35px;
	height: 35px;
	display: block;
	float: left;
}

#Nav li.Navhome a{
	width: 35px;
	height: 35px;
	display: block;
	background-image: url(../_img/layout/Background/NavHome.png);
	background-repeat: no-repeat;
}

#Nav li.Navhome a:hover{
	background-position: 0px -35px;
}

#Nav li.Navhome a.active{
	background-position: 0px -35px;
}

#Nav li.NavItem{
	width: 115px;
	height: 35px;
	float:left;
}

#Nav li.NavItem a{
	width: 115px;
	height: 35px;
	display: block;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	background-image: url(../_img/layout/Background/NavItem.png);
	background-repeat: no-repeat;
}

#Nav li.NavItem a:hover{
	background-position: 0px -35px;
}

#Nav li.NavItem a.active{
	background-position: 0px -35px;
}

#Nav li.Navbg{
	width: 280px;
	height: 35px;
	display: block;
	float: left;
	background-image: url(../_img/layout/Background/Nav.png);
	background-repeat: repeat-x;
}

#Nav li.NavRight{
	width: 10px;
	height: 35px;
	float:left;
	background-image: url(../_img/layout/Background/NavRight.png);
	background-repeat: no-repeat;
}

/*
------------------------------------------
Content
------------------------------------------
*/

*html #Content{
	height: 400px;
}

#Content{
	min-height: 400px;
}

#PageTitel{
	position: relative;
	z-index: 2;
	width: 900px;
	height: 100px;
	overflow: hidden;
}

#BackgroundImage{
	position: absolute;
	z-index: 0;
	width: 910px;
	height: 400px;
	margin-left: -5px;
	overflow: hidden;
	float: left;
    left:0;
    top:137px;	
}

#TextBox{
	position: relative;
	z-index: 1;
	margin: 35px 27px 00px 35px;
	float: right;
	width: 331px;
}

#TextBoxLeft{
	position: relative;
	z-index: 1;
	margin: 0px 27px 0px 27px;
	float: left;
	width: 331px;
	height: 375px;
}

#TextBoxLeftLarge{
	position: relative;
	z-index: 1;
	margin: 0px 27px 0px 27px;
	float: left;
	width: 584px;
	height: 375px;
}

#TextBoxContent{
	background-color: #ffffff;
	padding: 0px 22px 20px 22px;
}

#TextBoxContent_videos{
	height: 300px;
	background-color: #ffffff;
	overflow: scroll;
	
}

#BackgroundTextBoxTop{
	height: 38px;
	background-image: url(../_img/layout/Background/TextBoxTop.png);
	background-repeat: repeat-x;
	
}

#BackgroundTextBoxTopLeft{
	width: 16px;
	background-image: url(../_img/layout/Background/TextBoxTopLeft.png);
	background-repeat: no-repeat;
	
}

#BackgroundTextBoxTopRight{
	width: 16px;
	background-image: url(../_img/layout/Background/TextBoxTopRight.png);
	background-repeat: no-repeat;
}

#BackgroundTextBoxBottom{
	height: 16px;
	background-image: url(../_img/layout/Background/TextBoxBottom.png);
	background-repeat: repeat-x;
	
}

#BackgroundTextBoxBottomLeft{
	width: 16px;
	background-image: url(../_img/layout/Background/TextBoxBottomLeft.png);
	background-repeat: no-repeat;
	
}


#BackgroundTextBoxBottomRight{
	width: 16px;
	background-image: url(../_img/layout/Background/TextBoxBottomRight.png);
	background-repeat: no-repeat;
	
}

#BackgroundTextBoxLeft{
	background-image: url(../_img/layout/Background/TextBoxLeft.png);
	background-repeat: repeat-y;
}

#BackgroundTextBoxRight{
	background-image: url(../_img/layout/Background/TextBoxRight.png);
	background-repeat: repeat-y;
}

#spacer{
	clear: both;
	height: 60px;
}

/*
------------------------------------------
Tabs
------------------------------------------
*/

.tabWrapper{
	width: 570px;
	position: relative;
	z-index: 1;
	margin-left: 30px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	border-bottom: 0px;
	border-left: 0px;
}

*html .tabWrapper{
	width: 568px;
}


.tab{
	width: 33%;
	border: solid 1px #e5e5e5;
	border-top: 0px;
	border-right: 0px;
}

.tab_active{
	width: 33%;
	border-left: solid 1px #e5e5e5;
}

a.bg_tab, a:visited.bg_tab{
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	display: block;
	border: solid 1px white;
	
	color: #898989;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.bg_tab{
	color: #c40525;
	text-decoration: none;
}

a.bg_tab_active, a:hover.bg_tab_active{
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	display: block;
	border: solid 1px white;
	background-image: url(../_img/layout/Background/tab.jpg);
	background-repeat: repeat-x;
	
	color: #c40525;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.tabcontent{
	width: 568px;
	position: relative;
	margin-left: 30px;
	padding-top: 30px;
	visibility: hidden;
	display: none;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	border-top: 0px;
}

.tab_faq{
	margin: 0px 30px 30px 30px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #bfbfbf;
}

.tab_q{
	padding-left: 20px;
	margin-bottom: 10px;
	height: 16px;
	color: #c40525;
	font-weight: bold;
	background-image: url(../_img/icons/icon_faq_plus.png);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

.tab_a{
	padding-left: 20px;
}



/*
------------------------------------------
Silverlight Video
------------------------------------------
*/

.divPlayer{
	position: relative;
	z-index: 1;
	margin: 6px 34px 0px 0px;

	float: right;
	width: 480px;
	height: 360px;
	background-color: #000000;
}

.videoFile{
	width: 230px;
	height: 90px;
	border-Bottom: dotted 1px #bfbfbf;
	margin-Bottom: 15px;
}

.videoFile_preview{
	width: 100px;
	float: left;
	margin-Top: 3px;
	height: 75px;
	display: inline;
	overflow: hidden;
}

.videoFile_description{
	float: left;
	display: inline;
	width: 125px;
	height: 67px;
	overflow: hidden;
	color: #c40525;
	font-size: 11px;
	margin-left: 5px;
	font-weight: bold;
}

.videoFile_duration{
	float: left;
	display: inline;
	width: 120px;
	height: 14px;
	overflow: hidden;
	color: #898989;
	font-size: 11px;
	margin-left: 5px;
}

/*
------------------------------------------
Dealer
------------------------------------------
*/

.Dealer{
	height: 80px;
	width: 508px;
	overflow: hidden;
	margin-Bottom: 15px;
	border-Bottom: dotted 1px #bfbfbf;
}

.DealerLeftLogo{
	float: left;
	display: inline;
	width: 150px;
	height: 65px;
	margin-Top: 3px;
	overflow: hidden;
	border: solid 1px #e5e5e5;
}

.DealerName{
	float: left;
	display: inline;
	width: 350px;
	height: 14px;
	overflow: hidden;
	color: #c40525;
	font-size: 11px;
	margin-left: 5px;
	font-weight: bold;
}

.DealerContacts{
	float: left;
	display: inline;
	width: 350px;
	height: 56px;
	overflow: hidden;
	color: #898989;
	font-size: 11px;
	margin-left: 5px;
}

/*
------------------------------------------
Footer
------------------------------------------
*/

#Copyright{
    line-height: 11px;
    margin-left: 29px;
    display: inline;
    float: left;
    font-size: 11px;
}

#Disclaimer{
    line-height: 11px;
    margin-right: 29px;
    display: inline;
    float: right;
    font-size: 11px;
}

#Disclaimer a{
	color: #898989;
	text-decoration: none;
}

/*
------------------------------------------
Headlines
------------------------------------------
*/

h1{
    color: #c40525;
    font: 18px/25px Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-weight: normal;
    margin: 0px 0px 11px 0px;
}

h2{
    font: 12px/12px Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    color: #ee2e24;
    background-color: #eeeeee;
    margin: 20px 0px 0px -4px;
    padding: 4px;
    display: block;
}

h3{
	font: 12px/12px Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

/*
------------------------------------------
Images
------------------------------------------
*/

img, a img{
    border: 0px;
    display: block;
}

/*
------------------------------------------
 Standart elements
------------------------------------------
*/

p{
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 15px 0px;
	
}

hr{
	height: 1px;
	color: #c1c1c1;
}

/*
-------------------------------------------
Language Selecter
-------------------------------------------
*/
a.LanguageSelector, a:visited.LanguageSelector{
    color:#FFFFFF; 
}
.Language {
    text-align: right; 
    font-family:Arial; 
    color: #FFFFFF ;
    position: absolute; 
    width: 275px; 
    top: 110px;
}