body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

a {
	text-decoration:none;
    color: #9999A3;
}

a:hover {
	text-decoration:none;
	color:#000000; 
}

#flashlink {
	text-decoration:none;
    color:#33434c;
}

/* Rahmen um gesamten Inhalt */
.outer_border {
    width:990px;
    height:650px;
    padding:0px;
    border-width:1px;
	border:1px solid #CCCCD1; 	
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-325px;
    margin-left:-495px;
    margin-bottom:0px;
    margin-right:0px;
}

/* innerer "Rahmen" um eigentlichen Inhalt */
.inner_border {
    width:960px;
    height:645px;
    padding:0px;
    border-width:0px;
    position:relative;
    margin-top:5px;
    margin-left:15px;
    margin-bottom:0px;
    margin-right:0px;
}

/* Volkswagen Logo*/
.logo {
    width:140px;
    height:100px;
    padding:0px;
    border-width:0px;
    position:relative;
    margin-top:0px;
    margin-left:0px;
    margin-bottom:5px;
    margin-right:0px;
}

.content {
    width:960px;
    height:485px;
    padding:0px;
    position:relative;
    margin-top:0px;
    margin-left:0px;
    margin-bottom:0px;
    margin-right:0px;
}

.noflash_text {
    text-align:left;
    font-family: Arial, Helvetica, Sans Serif;
    color:#33434c;
    padding:0px;
    position:absolute;
    margin-top:147px;
    margin-left:190px;
    margin-bottom:181px;
    margin-right:190px;
}

.noflash_headline {
    font-weight:bold;
    font-size:12pt;
    width:545;
    position:absolute;
    padding:0px;
    margin-top:15px;
    margin-left:18px;
    margin-bottom:0px;
    margin-right:18px;
}

.noflash_running_text {
    font-size:9pt;
    position:absolute;
    width:545;
    padding:0px;
    margin-top:45px;
    margin-left:18px;
    margin-bottom:0px;
    margin-right:18px;
}

.noflash_link {
    font-weight:bold;
    font-size:8pt;
    position:absolute;
    width:337;
    padding:0px;
    margin-top:111px;
    margin-left:218px;
    margin-bottom:0px;
    margin-right:18px;
    text-decoration:none;
}

/* Footer Text*/
.footer {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10px;
    color: #9999A3;
    position:relative;
    margin-top:20px;
    margin-left:0px;
    margin-bottom:0px;
    margin-right:0px;

/* Footer links*/
}.footer_left {
    float:left;
    width: 50%;
}

/* Footer rechts*/
.footer_right {
    float:left;
    width: 50%;
    text-align: right;
}

.clear {
    clear: both;
}
