body {
	background-color:#ffffff;
	background-image:	url(../images/bg_body.gif);
	background-position:	left top;
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	font-color:#000000;
}


div#content {
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	font-color:#000000;
	width:988px;
	margin:5px auto;
	background-image:	url(../images/bg_content.gif);
	background-position:	left top;
	background-repeat: repeat-y;
	float: left;
}

div#info_content {
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	font-color:#000000;
	margin:5px auto;
	min-height: 470px !important;
	height: 470px;
	float: left;
	padding: 54px 0 0 158px;
}

div#info_content h2 {
	margin: 15px 0 15px 0;
}

div#info_content .text {
	width: 500px;
}

div#column1 {
	float:left;
	width:400px;
}

div#column2 {
	float:left;
	width:340px;
}

div#column3 {
	float:left;
	width:200px;
}

div.elements,
#content .headline {
	padding:10px 20px 10px 10px;
}

#column2 div.elements,
#column2 .headline {
	padding-left: 15px;
}

#column3 div.elements,
#column3 .headline {
	padding-right: 11px;
}


div.bigteaser, div.linkteaser, div.rssteaser {
	width:100%;
	background-color:#cccccc;
}

.bigteaser .header,
.rssteaser .header,
.rssblock .header {
	background-color:#777777;
	height:16px;
	padding: 3px 0 0 50px;
	margin: 0 0 0 0;
	background-postion:top-left;
	font-size:12px;
	font-weight:bold;
}

.rssblock .header {
	padding-left:0;
	margin-bottom:7px;
}

.bigteaser .footer, .rssteaser .footer{
	background-color:#777777;
	background-image:url(../images/footer.gif);
	height:19px;
	padding-right:10px;
	background-postion:top-left;
	text-align:right;
	clear:both;
}

.bigteaser .footer a, .rssteaser .footer a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	/*
	background-image:url(../images/footer_link.gif);
	background-postion:left;
	background-repeat:no-repeat;
	padding-left:20px;
	*/
	color:#000000;
}

.linkteaser .link {
	background-color:#777777;
	height:17px;
	padding-left:50px;
	background-postion:top-left;
	font-size:12px;
	line-height:16px;
}

.linkteaser .link a {
	color:#000000;
	text-decoration:none;
}

.teaser_content {
	background-image:url(../images/teaser_background.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#d5d5d5;
}

.rssblock .teaser_content	{
	background-color: #ffffff;
	border-bottom: 1px solid #9b9b9b;
}

.rssblock a	{
	padding: 0 0 0 30px;
}

.rssblock a.info_link	{
	float: right;
	padding: 10px 0 0 0;
}

/* added cs */
h1, h2, h3, h4 {
	font-size:	100%;
	margin: 0;
	padding: 0;
}

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

#form-errors {
	color:#B31212 !important;
}

img	{
	border: 0;
}

.clear	{
	clear: both;
}

object {
	outline:none;
}

p	{
	margin: 0;
}


/* Container - site structure  */

/*main container */
div#wrapper {
    margin:	0px auto;
	width: 988px;
    text-align:	left;
	position: relative;
}

div#shadow {
    margin:	12px auto;
	position: relative;
}

div#main, div#main td {
	text-align:	left;
}


div#main {
	margin:	0 auto;
	padding: 0 0 0 0;
	background-color: #ffffff;
	height: 1%;
}

/* Header Elements */
div#header {
	background-color:	#ffffff;
	background-image:	url(../images/bg_header.jpg);
	background-position:	left top;
	background-repeat: no-repeat;
	min-height:90px;
	height:auto !important;
	height:90px;
	border-bottom:	1px solid #ffffff;
	text-align:right;
}

div#header h1 {
	float: left;
	margin: 40px 0 0 17px;
}

div#logo	{
	float: right;
}

img#opel_logo {
	width:75px;
	height:75px;
	margin:2px 11px 0 0;
}


/* footer systemnavigation  */
div#systemnav	{
	margin: 12px 0 30px 16px;
}

div#systemnav ul li,
div#systemnav_right ul li	{
	padding: 0 9px 0 9px;
	background-image:	url(/res/img/background/bg_sysnav_devider.gif);
	background-position:	left 2px;
	background-repeat:	no-repeat;
}

div#systemnav ul li ,
div#systemnav ul li a,
div#systemnav_right ul li a	{
	color: #7b7c7e;
}

div#systemnav ul li.firstchild,
div#systemnav_right ul li.firstchild {
	background-image:	none;
	padding-left: 0;
}

div#systemnav_right {
	float: right;
	margin: 12px 16px 0 0;
}

/* Shadows */
.scale_vertical_left	{
	background-image: url(../images/middle_left.png);
	background-position: right top;
	background-repeat: repeat-y;
	width: 5px;
}

.scale_vertical_right	{
	background-image: url(../images/middle_right.png);
	background-position: left top;
	background-repeat: repeat-y;
	width: 9px;
}

.scale_horizontal_top	{
	background-image: url(../images/bg_top_middle.png);
	background-position: left;
	background-repeat: repeat-x;
	height: 5px;
	width: 958px;
}

.scale_horizontal_bottom	{
	background-image: url(../images/bg_bottom_middle.png);
	background-position: left;
	background-repeat: repeat-x;
	width: 958px;
}


.button_refresh_little_arrow {
	background-image:url(../images/buttons/nav-ar-yellow.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:9px;
}

/* footer */
#footer	{
	padding: 5px; 0 0 10px;
}

#footer .language	{
	float: left;
	width: 400px;
}

#footer .language .choose	{
	padding: 0 0 0 10px;
	float: left;
	font-size: 10px;
}

#footer .language .choose a.active	{
	font-weight: bold;
}

#footer .terms	{
	float: right;
}

ul#share_it {
	display: inline;
	list-style-type: none;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#share_it li {
	color: #666666;
	float: left;
	padding-right: 4px;
}