@charset "UTF-8";

@media all
{

/* startseite */
  #start_header { 
  	background: #c0c2c4;
  }
  
  #col1 h2 { 
    font-size: 100%;
    padding: 0 0 0.3em 0;
    margin: 0 0 0px 0;
    font-weight: bold;
    border-bottom: 1px solid #999;
  }
  
  #col1 h2.start { 
    margin: 0;
    font-weight: normal;
    border-bottom: 0;
  }
  
  #col1 h2.admin { 
    margin: 0;
    font-weight: normal;
    border-bottom: 0;
  }
  
  
/* links allgemein */
  a:link, a:visited {
    color: #669900;
  }
  
a:hover, a:active, a:focus {
    color: #669900;
}  

  
  #news h2 { 
  	background: url(visplay_arrow.gif) no-repeat left center;
  }
  
  #news h2.active { 
  	background: url(visplay_arrow_show.gif) no-repeat left center;
  }
  
  div.backlink {
  	text-align: right;
  }
  
/* zeilgruppen menu */

  #col1 h2.targetgroup a:link, 
  #col1 h2.targetgroup a:visited  { 
    color: #333333;
	text-decoration: none;
  }

  #col1 h2.targetgroup a, 
  #col1 h2.targetgroup a:focus, 
  #col1 h2.targetgroup a:hover, 
  #col1 h2.targetgroup a:active  { 
    color: #333333;
	text-decoration: none;
  }

  
/* main nav */
  #nav_main ul li {
    background: url(visplay_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(visplay_nav_main_active.gif) no-repeat left bottom;
  }
  
  
/* meta nav */
  #nav_meta a.lang {
    background: url(visplay_arrow_show.gif) no-repeat right center;
  }

  #nav_meta a.login {
    color: #669900;
    background: url(visplay_topnav_login.gif) no-repeat left center;
  }
  #nav_meta button {
  	background: url(nav_meta_search_visplay.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 #669900;
  }
  ul.admin  {
    border-top: 1px solid #669900 !important;
  }
  
  
/* pages nav */
  #nav_pages ul li.prev a:hover {
    background: url(visplay_arrow2.gif) no-repeat left center;
  }

  #nav_pages ul li.next a:hover {
    background: url(visplay_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: #669900;
  }
  
  
/* form buttons */
  button div {
	background: url(visplay_button_l.gif) no-repeat left center;
  }

  button div p {
	background: url(visplay_button.gif) no-repeat right center;
  }
  
  .backlink a { 
  	background: url(visplay_arrow2.gif) no-repeat left center; 
  	padding: 0.1em 0 0.1em 0.91em;
  	font-size: 0.92em;
  }
  #overview a { 
  	background: url(visplay_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_visplay.gif) no-repeat left center; 
	margin: 0.1em 0 0 0.2em;
	height: 14px;
	width: 14px;
  }
  
  
  img.cadThumb {
  	width: 84px;
	height: 84px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
  }
  
  h3.cad {
  	margin-top: 10px;
  }
  
}