*
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #E5E5E5;
  background-color: #FFFFFF;
  outline:0;
 /* line-height: 16px;*/
}

html, body 
{
    height:100%;
    margin:0;
    padding:0;
}
html 
{
    overflow:hidden;
}

body
{
	background-image: url(../images/background-splash/splash-image.jpg);
    background-repeat: no-repeat;
    background-position: left, top;
	height: 100%;
	background-color: #000;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	background-position: center center;
	/* background-color: Red; (debug) */
}
div, a, img, form, input
{
  	background-color: transparent;
}
img
{
	border: 0px lime solid;
	padding: 0px;
	margin: 0px;
}

/* Zentrieren innerhalb des Browserfensters*/
#splashPage
{
    background-color: transparent;
    width:990px;
    height: 590px;
    left:50%;
    margin-left:-495px;
    margin-top:-295px;
    position:absolute;
    text-align:left;
    top:50%;
    border: 0px red solid;
}

#claim
{
    position: absolute;
    top: 332px;
    left: 6px;
    }


#porschelogin 
{
    background-color:transparent;
    color:#FFFFFF;
    height:auto;
    left:4px;
    line-height:16px;
    position:absolute;
    top:3px;
    width:auto;
}

#porschelogin a
{
    line-height: 24px;
}
#footer
{
    left:398px;
	position:absolute;
	top:514px;
	width: 828px;
}



#introtext
{color:#333333; margin-top:10px;}

#innercontent
{
	left:480px;
	position:absolute;
	top:342px;
	
	height:auto;
	overflow:hidden;
	width:500px;
}
#drive-performance-disclaimer
{
    position:absolute;
    top: 560px;
    left: 6px;
}
#drive-drivetrain-disclaimer, .economyDisclaimer
{
   margin-top:5px;
    left: 6px;
    
    font-size: 9px;
}

#subclaim
{
    margin-top: 42px;
    margin-bottom: 8px;
    display: block;
}
#introtext, #flashdetection, #deletetext, #livefeed
{
    font-size: 11px;
    line-height: 16px;
    margin-top: 0px;
	width: 500px;
	height: auto;
	overflow: visible;
}
.boxsterSplash #introtext
{
	width: 464px;
}
#flashdetection
{
	display: none;
}
#deletetest
{
	display: block;
}
#livefeed
{
    color: #D0ED11;
}

#deletebutton
{
    left: 0px;
    margin-top: 16px;
}

.clear
{
	clear: both;
}

.button
{
    left: 0px;
    margin-top: 16px;
}
.boxsterSplash .button
{
    margin-top: 12px;
}
#classiclogo
{
    position: absolute;
    left: 104px;
    top: 544px;
    
}
.button
{
	display: block;
}

.button .isdn, .button .dsl
{
	/*float: left;*/
	width: 214px;
}

.button .isdn
{
	margin-left: 0px;
}

.button .isdn a, .button .dsl a
{	
	padding: 0px;
}


#porschelink
{	
    position:absolute;
    top:526px;
    left:6px;
    width:auto;
    height:auto;
} 
.homelink
{
    margin-top:0px;
	line-height: 16px;
	padding-left: 0px;
}

.homelink img
{
    vertical-align: bottom;
    margin-bottom: 2px;
}
#legalnotice
{
	color: #666666;
	overflow: visible;
	font-size: 11px;	
	line-height: 16px;
	white-space: nowrap;
	background-color: Transparent;
	
}

#legalnotice a
{
	text-decoration: none;
    color: inherit;
}

#legalnotice a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
#pip
{
    left:833px;
    position:absolute;
    top:5px;
    width:190px;
}

#exclusive
{
    left:25px;
    position:absolute;
    top:14px;
}
#pip img
{
    margin-bottom: 4px;
    display: block;
}

#pip a
{
    color: #FFFFFF;
    font-size: 11px;
    font-family: Arial;
    line-height: 11px;
    background-image: url(../images/pfeil.gif);
    background-repeat: no-repeat;
    background-position: right 4px;
    text-decoration: none;
    padding-right: 8px; 
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: 11px;
}
.boxsterSplash #pip a
{
    background-image: url(../images/boxster-pfeil.gif);
}
.confirmlink a
{
    font-size: 11px;
    font-family: Arial;
    line-height: 11px;
    background-image: url(/images/arrow-white.gif);
    background-repeat: no-repeat;
    background-position: right 4px;
    text-decoration: none;
    padding-right: 8px; 
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: 11px;
}

.marketTeaser
{
    left:619px;
    position:absolute;
    top:461px;
}
.marketTeaser a
{
    display: block;
    width: 329px;
    height: 79px;
}
.marketTeaser a img
{
    display: inline;
}
a img
{
	border: 0;
}

.btnStart
{
    height:25px;
    background-position:0 0;
    background-repeat: no-repeat;
}

#button a:hover .btnStart
{
    background-position: 0 -25px;
}

/* ipad: landscape */
@media only screen and (orientation:landscape) and (min-device-width: 768px) and (max-device-width: 1024px)
{
    body
    {
        -webkit-background-size: 1900px 1200px;
    }
}

/* ipad: portrait */
@media only screen and (orientation:portrait) and (min-device-width: 641px) and (max-device-width: 768px)
{
    body
    {
        -webkit-background-size: 1900px  1200px;
    }
}
