/*
	the-webring Design
	http://www.the-webring.at
	Designed by Dietmar Hafner
	
*/


/* basics */
*
{
margin: 0em;
padding: 0em;
}

body
{
background: #767a80 url('../img/bk.gif') repeat-x; 
color: #ffffff;
font-family:"arial", sans-serif;
}
p {
font-size: 10pt;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
}

a
{
text-decoration: underline;
color: #ffffff;
}

a:hover
{
text-decoration: none;
color: #d2d3d3;
}
a img {
border: 0px solid black;
}

/* layout and content */

#wrapper { 
width: 762px;
margin: 0 auto;
padding-top: 0px;


}

/* Header */
#header {
padding-top: 15px;
/*border: 1px solid black;*/

}
#header #slogan  {
float: left;
width: 400px;
padding-left: 15px;
}
#header #slogan h1 a {
text-decoration: none;
}
#header  #slogan h1 a {
	font-family:"helvetica", sans-serif;
	font-size: 20pt;
	letter-spacing: 1pt;
	color: #000000;
	font-weight: 800;
	text-transform:lowercase;
}
#header #slogan h1 a .h1ra {
	padding-left:5px;
	font-family:"helvetica", sans-serif;
	font-size: 20pt;
	color: #e29200;
	letter-spacing:1pt;
	text-transform:lowercase;
}
#header #language {
width: 150px;
float:right;
text-align:right;
}
#header #language p.lang{
font-size: 8pt;
color: #000000;
font-weight: bold;
}
#header #language a img.flag{
padding: 5px;
}
#header #title_container{
margin-top:20px;
width: 762px;
height: 60px;
min-height: 60px;
/*background: transparent url('../img/title_bk.gif'); */
background: transparent url('../img/title_bk_2.gif'); 
}

#header #title {
float: left;
min-height: 20px;
padding-top:18px;
padding-left: 10px;
}
#header #title  h2{
font-size: 16pt;
font-weight:500;
letter-spacing: 1pt;
}


#header #audi {
float:right;
text-align:right;
padding-top:7px;
padding-right: 10px;
}
#header #audi p.audi {
color: #CB0839;
font-size: 16pt;
font-weight: 900;
line-height: 16pt;
padding-bottom: 2px;
}
#header #audi p.audi img.audi_logo{
padding-left: 3px;

}
#header #audi a.audilink{
color: #ffffff;
font-size: 8pt;
text-decoration: none;
}
#header #audi a.audilink:hover{
text-decoration: underline;
}
#header .clearer{
clear: both;
}

/* teaser */

#teaser {
margin-top:12px;
width: 762px;
height: 222px;
min-height: 222px;
/*background: transparent url('../img/teaser_bk.gif'); */
background: transparent url('../img/teaser_bk_2.gif'); 
}
#teaser #teaserpic {
float: left;
width: 350px;
margin:15px;
min-height: 192px;
background-color: #ffffff;
text-align:center;
border: 2px solid #4B4E51;
}
#teaser #teaserpic #fadeshow1 .gallerylayer {

background-color: #ffffff;

}

#teaser #teasertext {
float: right;
margin:14px;
width: 340px;
min-height: 194px;
background-color: #ffffff;
border: 2px solid #4B4E51;
}
#teaser #teasertext h3{
font-size: 13pt;
padding:14px 14px 10px 5px;
color: #000000;
font-weight: bold;
}
#teaser #teasertext p.teasertext {
padding-left:15px;
padding-right:15px;
font-size: 9pt;
color: #e29200;
line-height: 13pt;
}
#teaser.clearer{
clear: both;
}

/* navigation */

/* content */
#content{
}
#content #leftcontent {
float:left;
}
#content #leftcontent .report {
width: 402px;
height: 115px;
/*background: transparent url('../img/report_bk.gif'); */
background: transparent url('../img/report_bk_2.gif'); 
}
#content #leftcontent .report .reportpic{
float:left;
padding-top:7px;
padding-bottom:7px;
padding-left:15px;
width: 110px;
}
#content #leftcontent .report .reporttext {
padding:7px;
float:right;
width: 260px;
}
#content #leftcontent .report .reporttext h4{
font-size: 10pt;
}
#content #leftcontent .report .reporttext ul {
list-style: none;
padding-left:5px;
}
#content #leftcontent .report .reporttext ul li{
font-size: 9pt;
}
#content #rightcontent {
float:right;
}
#content #rightcontent #ad{
width: 336px;
margin-right:0px;
min-height: 280px;
}

#content .clearer{
clear: both;
}

/* footer */
#footer {
text-align:right;
padding-top:20px;
padding-bottom:10px;
}
#footer p{
font-size: 8pt;
color: #353535;
line-height:13pt;
}
#footer a {
color: #0a1148;
}