/**
 *
 *screen-css für www.opel-hojas.at
 *matthias wagner, falke werbeagentur
 *
 *  
**/
body{
  background-image: url(../hp_pics/hintergrund.jpg);
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  
  font-family:'Verdana', 'Arial', sans-serif;
  font-size:11px;
}
a{
  text-decoration:none;
  color:#000;
}
a:hover{
  text-decoration:underline;
}
a img{
  border:none;
}

h1{
  font-family:'opel_sansbold_condensed';
  text-transform:uppercase;
  font-size:18px;
  background-color:#febe10;
}
h2{
  font-family:'opel_sansbold_condensed';
  text-transform:uppercase;
  font-size:17px;
  background-color:#febe10;
}
h3{
  font-family:'opel_sansbold_condensed';
  text-transform:uppercase;
  font-size:16px;
  background-color:#febe10;
}
h4{
  font-family:'opel_sansbold_condensed';
  text-transform:uppercase;
  font-size:15px;
  background-color:#febe10;
}

/**
 *
 *alignment
 *
**/
#wrap{
  width:990px;
  height:648px;
  margin:71px auto 5px auto;
  
  background-color:#febe10;
}   
#header{
  height:90px;
  background-image: url(../hp_pics/verlauf_oben.png);
  background-repeat: repeat-x;
}
.mainhr{
  height:4px;
  border:0px;
  margin:0px;
  padding:0px;
  clear:both;
}
.yellow{
  background-color:#febe10;
}
.red{
  background-color:#da251d;
}
.yellowBG{
  text-transform:uppercase;
  background-color:#febe10;
  color:#000;
  display:inline-block;
}
#content{
  height:505px;
  padding:0px;
  overflow:auto;
  font-size:12px;
}
#footer{
  height:45px;
  background-image: url(../hp_pics/verlauf_unten.png);
  background-repeat: repeat-x;
}

#right_links{
  position: fixed;
  right: 0px;
  top: 165px;
}
#right_links a{
  display:block;
  margin-bottom:2px;
}

/**
 *
 *header
 *
**/
#logo{
  margin:23px 10px 0px 28px;
  float:left;
}
#menu_0{
  list-style-type:none;
  float:right;
  margin:0px;
  padding:0px;
}   
#menu_0 li{
  display:inline;
  
  height:85px;
  width:105px;
}
#menu_0 li span{
  display:inline;
  margin:0px;
  vertical-align:top;
}


/**
 *
 *footer
 *
**/
#footer{
  text-align:right;
}   
#footer a{
  color:#FFF;
}
#fb_link{
  float:left;
  text-decoration:none;
}
#fb_link img{
  height:31px;
  margin:7px 5px 7px 36px;
}
#fb_link span{
  vertical-align:130%;
}

#menu_1{
  list-style-type:none;
  margin:0px;
  padding:16px;
}
#menu_1 li{
  display:inline;
}

#falkelink{
  text-align:center;
  color:#fff;
}
#falkelink a{
  color:#fff;
}

/**
 *
 *content
 *
**/
#slideshow{
  width:990px;
  height:505px;
  overflow:hidden;
}
#nav{
  position:absolute;
  right:50%;
  margin-right:-460px;
  top:200px;
  z-index:1000;
}
#nav a{
  background-color:#febe10;
  color:#febe10;
  padding:0px 4px;
  margin-right:5px;
}
#nav a.activeSlide{
  background-color:#da251d;
  color:#da251d;
}
#menu_3{
  list-style-type:none;
  margin:200px 0px 0px 25px;
  padding:0px;
  
  width:200px;
}   
#menu_3 li{
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing:0.08em;
  font-size:18px;
  
  background-color:#ccc;
  
  margin:5px;
  padding:5px;
}
#menu_3 li.active{  
  background-color:#febe10;
}
#menu_3 li:hover{  
  background-color:#febe10;
}
#menu_3 li a{  
  text-decoration:none;
  color:#333;
  display:block;
}

#content_right{
  float:right;
  background-image:url('../hp_pics/85_weiss.png');
	
	width:580px;
	height:355px;
	margin:100px 50px 0px 0px;
	padding:10px;
	
	overflow:auto;
}
.content_overlay{
  background-image:url('../hp_pics/85_weiss.png');
}
.content_overlay_50{
  background-image:url('../hp_pics/50_weiss.png');
}
.content_overlay_60{
  background-image:url('../hp_pics/60_weiss.png');
}
.content_overlay_70{
  background-image:url('../hp_pics/70_weiss.png');
}

#thumbnail{
  max-width:350px;
}