@charset "UTF-8";

@media all
{
  /* links allgemein */
  a:link, a:visited {
    color: #ec722c;
  }
  
a:hover, a:active, a:focus {
	color:#ec722c;
}

  #news h2 { 
  	background: url(vizona_arrow.gif) no-repeat left center;
  }
  
  #news h2.active { 
  	background: url(vizona_arrow_show.gif) no-repeat left center;
  }
  
/* main nav */
  #nav_main ul li {
    background: url(vizona_nav_main.gif) no-repeat left bottom;
  }
  
  #nav_main ul li.active a,  
  #nav_main ul li.active a:focus,  
  #nav_main ul li.active a:hover,  
  #nav_main ul li.active a:active {
    background: url(vizona_nav_main_active.gif) no-repeat left bottom;
  }
  
  
/* meta nav */
  #nav_meta a.lang {
    background: url(vizona_arrow_show.gif) no-repeat right center;
  }

  #nav_meta a.login {
    display: none;
  }
  #nav_meta button {
  	background: url(nav_meta_search_vizona.gif) no-repeat left center; 
	margin: 0.2em 0 0 0;
	height: 14px;
	width: 14px;
  }
  
  
/* sub nav */
  #nav_sub a.active {
    border-bottom: 1px solid #ec722c;
  }
  
  
  
  #start_header { 
  	background: #a4a6a9;
  }
  
  
/* pages nav */
  #nav_pages ul li.prev a:hover {
    background: url(vizona_arrow2.gif) no-repeat left center;
  }

  #nav_pages ul li.next a:hover {
    background: url(vizona_arrow.gif) no-repeat left center;
  }

  #nav_pages ul li a:focus,
  #nav_pages ul li a:hover,
  #nav_pages ul li a:active,
  #nav_pages ul li.active a,
  #nav_pages ul li.active a:focus,
  #nav_pages ul li.active a:hover,
  #nav_pages ul li.active a:active {
    color: #ec722c;
  }
  
  
/* form buttons */
  button div {
	background: url(vizona_button_l.gif) no-repeat left center;
	padding: 0 0 0 4px !important;
  }

  button div p {
	background: url(vizona_button.gif) no-repeat right center;
	padding: 0.3em 1em 0.3em 0.67em !important;
  }
  
  .backlink a { 
  	background: url(vizona_arrow2.gif) no-repeat left center; 
  	padding: 0.1em 0 0.1em 0.91em;
  	font-size: 0.92em;
  }
  div.teaserContent button {
  	background: url(nav_meta_search_vizona.gif) no-repeat left center; 
	margin: 0.1em 0 0 0.2em;
	height: 14px;
	width: 14px;
  }
    
  div.backlink {
  	text-align: right;
  }
   
   #overview a { 
  	background: url(vizona_arrow2.gif) no-repeat left center; 
  	padding: 0.1em 0 0.1em 0.91em;
  	font-size: 0.92em;
  } 
}