/* common elements */
html, body, h1, h2, h3, p, ul, li {
	padding: 0;
	margin: 0;
}
.clr:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
	line-height:0;
}
/* common elements END */

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:11px;
}

a {
	text-decoration:none;
}

a.link {
	padding-left:15px;
	background-image:url(../images/arrow_yellow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	display:inline-block;
}

h3 a.link {
	padding-left:15px;
	background-image:url(../images/arrow_yellow_big.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	font-weight:bold;
	font-size:18px;
	color:#ffffff;
	display:inline-block;
}

h1, h2, h3, ul {
	margin:0;
}
h1 {
	font-size:16px;
	font-weight:normal;
}
h2 {
	font-size:24px;
	font-weight:normal;
}

h3 {
	font-size:18px;
	font-weight:bold;
}

p {
	font-size:11px;
	margin-top:7px;
	margin-bottom:7px;
}

img {
	border:0;
}


/* Framework */

#container {
	margin:auto;
	padding-top:5px;
	width:992px;
}

#first_level_navigation {
	text-align:right;
	margin:8px 0;
}
#first_level_navigation li {
	display:inline;
	color:#999999;
	padding:0 5px;
	font-size:11px;
	font-weight:bold;
}

#first_level_navigation li a{
	color:#999999;
}


#stage {
	background-repeat:no-repeat;
	background-position:top left;
	border:1px solid #fff;
	position:relative;
}

#footer {
	padding-top:13px;
}
#footer, #footer a {
	color:#666666;
	text-decoration:none;
}
#footer ul {
	list-style-type:none;
	line-height:25px;
	margin:0;
	padding:0;
	font-size:9px;
}
#footer li {
	float:left;
	padding-right:30px;
}
#footer li img {
	float:left;
	margin-right:11px;
}
#footer #share_it {
	float:right;
	line-height:16px;
	padding-top:5px;
}
#footer #share_it li {
	padding-right:4px;
}
#footer #share_it li img {
	margin-right:0;
}


/* GetFlash */

#getflashvisual {
	position:absolute; 
	left:650px; 
	top:140px; 
	padding-top:15px; 
	padding-left:15px; 
	background-color:#000000;
}

#getflash {
	width:325px;
	height:160px;
	background-image:url(../images/get-adobe-flash.jpg);
}

#getflash div {
	padding:10px;
	padding-top:20px;
}


/* info-pages */

.info_left, .info_right {
	margin-top:15px;
	height:221px;
}

.info_left img {
	float:left;
}

.info_right img {
	float:right;
}

div.info {
	background-color:#071b38; 
	width:488px; 
	height:221px;
}

.info_right div.info {
	float:left;
}

.info_left div.info {
	float:right;
}

.info_right div.info {
	float:left;
}

.info_left div.info div, .info_right div.info div {
	padding:15px;
}

/* News  */

.newsarticle {
	margin-top:15px;
	height:210px;
}

.newsarticle img {
	float:right;
}

.newsarticle div.news {
	background-color:#221213; 
	width:605px; 
	height:210px;
	float:left;
}

.newsarticle div.news div {
	padding:20px;
}

/* Register */
#register {
	background-image:url(../images/register/opel-astra-register.jpg);
	width:990px;
	height:598px;
	background-position:left top;
}
#register form {
	padding:20px;
	padding-top:45px;
	margin:0px;
}
#register button {
	margin:30px 40px 0 0;
	padding:0;
	border:0;
	background:none;
	color:#FFFFFF;
	background-image:url(../images/arrow_yellow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	font-weight:bold;
	font-size:1.4em;
	text-align:left;
}
#register .required_fields {
	font-size:9px;
	text-align:right;
	font-weight:normal;
	padding-right:30px;
}

#register table {
	width:100%;
	padding-top:10px;
}
#register th {
	height:20px;
	text-align:left;
}
#register td {
	width:16.6%;
	height:24px;
	text-align:left;
	vertical-align:top;
}
#register input {
	height:12px;
	width:120px; 
	font-size:10px; 
	line-height:11px; 
	font-family:Verdana;
}
#register .radio{
	width:auto;
	height:auto;
}
#register .select {
	height:17px;
	width:126px; 
	font-size:9px; 
	line-height:11px;
}
#register .checkbox {
	width:auto;
	height:auto;
	margin-top:2px;
}
#register table p {
	padding:0 4px;
}
#register label {
	line-height:16px;
}
#register .disclaimer {
	font-size:10px;	
	line-height:14px;
}


/* newsletter */
#wrap {
	width: 920px;
	margin: 0 auto;
}

#content {
	padding-top: 50px;
	color: #fff;
	/*background: #998675 url(../css/newsletter_iframe_bg.jpg) no-repeat -30px -34px;*/
	background: #040523 url(../css/newsletter_iframe_bg_2.jpg) no-repeat 0px 0px;
	/*border: 1px solid #fff;*/
	
}

#content h1 {
	margin: 1em 1em 1em 130px;
	font-size: 30px;
	font-weight: normal;
}
#content p {
	margin: 1em  30px 1em 230px;
}
#content ul {
	list-style-type: none;
}
#content form {
	position: relative;
	width: 600px;
	margin: 0 0 0 230px;
}
#content form div {
	width: 100%;
	margin: 5px 0;
	padding: 3px 0;
	/* background: #600; */
}
#content form div:hover, form div.ieHover {
	background: #666;
}
#content form div.popWrapper:hover {
	background: transparent;
}
#content form div.submit:hover, form div.submitIeHover {
	background: transparent;
}
#content form div * {
	/* vertical-align: middle; */
}
#content form div.inlineWrapper {
	float: right;
	width: 350px;
	margin: 0;
}
#content fieldset {
	position: relative;
	margin: 50px 0 0 0;
	padding: 0;
	border: 0;
	/* border-top: 1px solid #ddd; */
	/* background: #600; */
}
#content legend {
	/*position: relative;
	top: -15px;
	left: -5px;*/
	width: 600px;
	/* height: 30px; */
	margin: 0 0 0 0;
	padding: 0;
	/* line-height: 200%; */
	font-size: 14px;
	font-weight: bold;
	background: #f00;
}
#content legend span {
	position: absolute;
	top: -30px;
	left: 0;
	display: block;
	width: 600px;
	/* padding: 3px; */
	/* line-height: 200%; */
	border-bottom: 1px solid #666;
}
#content label {
	float: left;
	width: 245px;
	padding-left: 5px;
	line-height: 20px;
	color: #ddd;
	cursor: pointer;
}
#content label.radio {
	float: none;
}
#content .obligatory label {
	/* background: url(../img/bg-obligatory.gif) no-repeat right top; */
}
#content .obligatory sup {
	font-weight: bold;
	color: #fc6;
}

#content input {
	border: 0;
	background-color: transparent;
}
#content input.txt {
	float: left;
	width: 250px;
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #e6e1dd;
	border: 1px solid #797773;
}
#content input.txt:hover, input.txt:focus, input.ieHover {
	border: 1px solid #aaa;
}
#content input.preTelNum {
	width: 25px;
	margin-right: 5px;
}
#content input.telNum {
	width: 120px;
}
#content select {
	/*float: left;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #e6e1dd;
	border: 1px solid #797773;
}
#content option {
	padding: 1px 2px;
	color: #333;
}
#content button {
	float: left;
	width: auto;
	padding: 10px 15px 10px 15px;
	background: #ddd;
	color: #333;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}
#content button:hover {
	background: #fff;
}
#content button span {
	float: left;
	padding: 0 10px 0 15px;
	white-space: nowrap;
	background: transparent url(../img/arrows.gif) no-repeat left center;
}

#content #disclaimerPopup {
	position: absolute;
	top: -280px;
	left: 0px;
	display: none;
	width: 200px;
	padding: 10px;
	background: #000;
	border: 1px solid #fff;
}