/*  WKO.at Layout Style Sheet v1.0
    Letztes Update: Fr 13.02.09 @ 12:33
    Autoren: Simon Dorner, Helga Schmidt
    wwww.semanticdesign.at
    ----------------------------------------------
    
    Angepasst fur Webshop von: hannex.at
    
    INHALTSVERZEICHNIS
      * allgemein und skip-links
      * metanav
      * tabs     
      * logos 
      * breadcrumb
      * footer

/* =allgemein und skip-links
   ----------------------------------------------*/

body {
  background: #183C56 url(../images/baselayout/bg_gesamt.jpg) repeat-x;
  color: #333333;
  text-align:left;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

img, img a, a img, fieldset {
  border: none;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, fieldset, table, tr, th, td, caption {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-family: Georgia, Cambria, Constantia, "New York", "Bitstream Vera Serif", Times, "Times New Roman", serif;
  font-weight: normal;
  color: #1b546e;
}

h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size:10pt;
}

h1 {
  font-size: 21pt;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 12pt;
}

a, a:visited {
  color: #336699;
}

a:hover
{
  color: #336699;
  text-decoration: underline;
}



div#wrapper {
  margin: 0px 0px 20px 7px;
  position: relative;
  width: 996px;
  text-align:left;
}

div#rahmen1 {
  background: url(../images/baselayout/schatten_top.png) no-repeat 0px 0px;
  padding: 8px 0 0 0;
  
}

div#rahmen2 {
  background: url(../images/baselayout/schatten_unten.png) no-repeat 0px bottom;
  padding: 0 0 8px 0;
  
}

div#rahmen3 {
  background: url(../images/baselayout/schatten_linksrechts.png) repeat-y 50% 0;
  padding: 0 8px 0 8px;
}



div#main {
  background: #FFF;
  overflow: hidden; 
}

div#sidebarads {
  position:absolute;
  top:152px;
  left:1005px;
  right:0px;
}



/* =Access Nav (Browsing ohne css)
   ------------------------------------  --------------*/

/* nur sichtbar bei deaktiviertem CSS */

ul.access,
ul.access li {
  display: none;
  height: 0;
  list-style: none;
  margin: 0;
  padding: 0px;
}

/* Skip-Links fuer User einblenden, die durch die Seite tabben. */

/*
ul.access a:hover,
ul.access a:active,
ul.access a:focus { 
  background: #000;
  border: 4px solid #fff;
  border-radius: 15px;
  box-shadow: 10px 10px 5px #888;
  color: #fff;
  display: block;
  font-weight: bold;
	font-size: 1.7em;
	left: 220px;
  padding: 50px 0 70px 0;
	position: absolute;
  text-decoration: underline; 
	top: 80px;
	width: 540px;
	text-align: center;
	z-index: 1000;
	-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}


ul.access a {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in
}


ul.access a:focus {
  opacity: 0.8;
}

ul.access a:hover {
  opacity: 1;
}
*/


/* =metanav
   ----------------------------------------------*/

ul#metanav {
  /*background: url(../../icons/portal/img/metanav_bg.png) no-repeat top right;  */
  /*padding: 0px 0px 0px 0px; */
  text-align: right;
  position:absolute;
  bottom:0px;
  right:0px;
  height:22px;
}

ul#metanav li {
  display: inline;
  margin: 0 0 0 29px;
  padding: 2px 0px 2px 31px;
  background: url(../images/metamenu/trennlinie_meta.jpg) no-repeat ;
}

ul#metanav li a {
  /*background: url(../../icons/portal/img/i_kl_sprite.png) no-repeat 0 -100px;*/
  color: #FFF;
  font-size: 10px;
  font-weight:bold;
  padding: 0 0 0 18px;
  text-decoration: none;
}

ul#metanav li a:hover {
  text-decoration: underline;
}

ul#metanav li.metanav_first {
  background:none;
}

ul#metanav li#metanav_link_merkliste a,
ul#metanav li#metanav_link_merkliste_on a
 {
  background: url(../images/metamenu/ico_meta_merkliste.gif) no-repeat 0px 0px;
}

ul#metanav li#metanav_link_warenkorb a,
ul#metanav li#metanav_link_warenkorb_on a {
  background: url(../images/metamenu/ico_meta_warenkorb.gif) no-repeat 0px 0px;
}

ul#metanav li#metanav_link_konto a,
ul#metanav li#metanav_link_konto_on a {
  background: url(../images/metamenu/ico_meta_konto.gif) no-repeat 0px 0px;
}

ul#metanav li#metanav_link_merkliste_on a,
ul#metanav li#metanav_link_warenkorb_on a,
ul#metanav li#metanav_link_konto_on a {
  text-decoration: underline;
}


/* =login badge fuer angemeldete BenutzerInnen
   ----------------------------------------------*/

div#loginbadge {
  font-size: 10px;
  margin: -15px 15px 6px 640px;
  text-align: left;
  color: #bfc9cd;
  position: relative;
  padding-right: 50px;
}

div#loginbadge a {
  position: absolute;
  bottom: 0;
  right: 5px;
  text-decoration: none;
}

div#loginbadge a:hover { text-decoration: underline; }

div#loginbadge em {
  font-style: normal;
}

/* =tabs
   ----------------------------------------------*/
div#mainhead {
  position: relative;
}
  
div#tabs {
  background: url(../images/mainmenu/tabs_bg.jpg) no-repeat;
  height: 59px;
}

div#tabs ul li {
  display: inline;
}

div#tabs ul li a {  
  display: block;
  height: 59px;
  position: absolute;
}

div#tabs ul li#tabs_shop a {
  width: 243px;
}

div#tabs ul li#tabs_aktuelles a {
  left: 246px;
  width: 243px;
}

div#tabs ul li#tabs_service a {
  left: 491px;
  width: 243px;
}

div#tabs ul li#tabs_kontakt a {
  left: 735px;
  width: 245px;
}

div#tabs ul li.aktiv a {
  height: 59px;
  background: url(../images/mainmenu/tabs_aktiv.png) no-repeat 0 0;
}

div#tabs ul li#tabs_shop.aktiv a {
  background-position: 0 -7px;
  left:0px;
  width: 244px;
}

div#tabs ul li#tabs_aktuelles.aktiv a {
  background-position: 0 -73px;
  left: 246px;
  width: 243px;
}

div#tabs ul li#tabs_service.aktiv a {
  background-position: 0 -139px;
  left: 491px;
  width: 243px;
}

div#tabs ul li#tabs_kontakt.aktiv a {
  background-position: 0 -205px;
  left: 735px;
  width: 245px;
}

/* =logos
   ----------------------------------------------*/

div#header {
  height: 143px;
  position: relative;
  margin: 0px 8px 0px 8px;
}

div#topnavbanner
{
 position: absolute;
 text-align: right;
 bottom:40px;
 right:0px;
 width: 728px; /*468px;*/
 height: 90px; /*60px;*/
}

h1#logo strong span {
  left: -2000px;
  position: absolute;
  width: 10px;
}

h1#logo a {
  color: #fff;
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  height: 84px;
  left: 0px;
  position: absolute;
  text-decoration: none;
  top: 49px;
  width: 161px;
  cursor: pointer;
}

h1#logo a:hover {
  text-decoration: none; 
}

h1#logo #logo_wko {
  background: url(../images/header/wko_logo.jpg) no-repeat;
  display: block;
  height: 54px;
  width: 161px;
}

img#printlogo {
  display:none;
}

/* =breadcrumb
   ----------------------------------------------*/

div#breadcrumb {
  background: url(../images/breadcrumb/bg_breadcrumb.jpg) repeat-x;
  margin:0px;
  display: block;
  float: none;
  padding: 7px 0 5px 17px;
}

div#breadcrumb ul {
  list-style: none;
}

div#breadcrumb li {
  color:#949FA6;
  display:inline;
  font-size: 11px;
  margin-right: 0;
  padding:3px 0 3px 0;
}
   
div#breadcrumb li#homelink {
  background: url(../images/breadcrumb/ico_shophome.jpg) no-repeat 0 4px;
  padding:3px 0 3px 14px;
}

div#breadcrumb li a {
  padding-right: 5px;
  color: #F1F1F1;
  text-decoration: none;
}

div#breadcrumb li a:hover {
  text-decoration: underline;
}



div#grid_nav div.infoimage {
  width: 300px;
  background-position: 0 0;
}

div#grid_nav div.infoimage {
  display: inline;
  float: left;
  margin: 0;
  padding: 0 0 10px 0;
}

div#grid_nav div.infoimage h2 {
  font-size: 16px;
  padding-top: 0;
  padding-right: 10px ;
  padding-bottom: 12px;
}



/* =newsbox_bildlinks, newsbox_bildrechts
   ----------------------------------------------*/

div#topbox {
  position:relative;
  background: #708892 url(../images/topbox/bg_empfehlungen.jpg) no-repeat;
  height:217px;
  width:980px;  
  margin:0px;
  overflow:hidden;
}


/* =footer
   ----------------------------------------------*/

div#footer {
  background: #446888 url(../images/footer/bg_footer.jpg) repeat-x;
  border-top: 1px solid #5B8BA1;
  clear: both;
  font-size: 8pt;
  margin: 0 0 0 0;
  overflow: hidden;
  width: 100%;
}

div#footer div {
  display: inline;
  float: left;
  height:230px;
  margin-bottom:40px;
}

div#footer div#footer_spalte1 {
  width: 244px;
}

div#footer div#footer_spalte2,
div#footer div#footer_spalte3 {
  width: 243px;
  background: url(../images/footer/trennlinie_footer.jpg) no-repeat 0 5px;  
}

div#footer div#footer_spalte4 {
  width: 244px;
  background: url(../images/footer/trennlinie_footer.jpg) no-repeat 0 5px;  
}


div#footer div ul li {
  list-style-type: none;
  margin: 0 0 4px 17px;
  
}

div#footer h2 {
  color: #333333;
  font-size: 11pt;
  font-weight:bold;
  margin: 24px 0px 20px 17px;
}

div#footer h3 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  padding: 4px 0px 4px 17px;
}

div#footer h3 a {
  color: #333333;
}

div#footer h3 a:hover {  
 color: #333333;
 text-decoration: underline;
}

div#footer a {  
  color: #FFF;
  text-decoration: none;
}

div#footer div li a {
  padding:0 0 0 12px;
  background: url(../images/footer/pfeil_rechts.png) no-repeat 0px 50%;
}



div#footer a:hover {  
  color: #FFF;
  text-decoration: underline;
}

/* -------------- copyright ----------------- */

div#copyright {
  color: #FFF;
  font-size: 8pt;
  margin: 8px 0px 10px 8px;
  text-align: left;
  position:relative;
}

div#copyright a {
  color: #FFF;
  text-decoration: underline;
}

div#copyright img#eurolabel {
  position:absolute;
  top:0px;
  right:4px;
  
}
