/**
 *  werben::style-sheet
 *
 *  Stylesheet Vorlage für "gezielt-werben.com"
 *
 *  Copyright © 2007 Ing.Buero Bestenlehner. All rights reservered.
 */
 
/* --- global ----------------------------------------------------------------*/

html  {margin:0; padding:0;}

body  {
  margin:0; padding:0;
  font-size:12px; font-family:Arial,Helvetica,sans-serif;
  background-image: url('/werben/gfx/bg.gif');
}

table    {width:100%; margin:0; border-width:0; font-size:12px;}
table td {padding:0; border-width:0; vertical-align:top;}

a         { text-decoration:none; font-size:12px; font-weight:none; }
a:link 	  { text-decoration:none; color:#000000; }
a:hover	  { text-decoration:none; color:#E20000; }
a:visited { text-decoration:none; color:#000000; }

/* --- masthead --------------------------------------------------------------*/

table#masthead {
  width:780px; padding:0px;
}
table#masthead td#logo {
  width:165px; padding:0px;
}
table#masthead td#img {
  width:615px; padding:0px;
}

/* --- navigation allgemein --------------------------------------------------*/

a#static {
  color:#E20000;
}

/* --- navbar horizontal -----------------------------------------------------*/

table#navbar_horizontal {
  width:780; padding:0px; background:#333333;
}
table#navbar_horizontal td {
  height:20px; vertical-align:middle;
}
table#navbar_horizontal a {
  padding-left:10px; padding-right:10px;
  border-left:2px solid grey; text_decoration:none; color:#FFFFFF;
}
table#navbar_horizontal a:hover {
  color:#E20000;
}
table#navbar_horizontal a#selected {
  color:#E20000;
}

/* --- main ------------------------------------------------------------------*/

table#main {
  width:780px; padding:0px;
}
table#main td#navbar_vertical {
  width:165px; padding:0px;
}
table#main td#content {
  width:615px; padding-left:25px; padding-top:32px;
}

/* --- navbar vertical -------------------------------------------------------*/

table#navbar_vertical {
  padding-left:5px;
}
table#navbar_vertical td {
  padding-bottom:10px;
}
table#navbar_vertical td#spaceA {
  height:27px;
}
table#navbar_vertical td#spaceB {
  height:15px;
}
table#navbar_vertical a {
  padding-left:10px;
}
table#navbar_vertical a:hover {
  color:#E20000; 
  background-image: url( '/werben/gfx/pfeil.gif');
  background-repeat:no-repeat;
  background-position:left center;
}
table#navbar_vertical a#selected {
  color:#E20000; 
  background-image: url( '/werben/gfx/pfeil.gif');
  background-repeat:no-repeat;
  background-position:left center;
}

/* --- artikel liste ---------------------------------------------------------*/

table#artikel_liste {
  width:600px; margin-left:10px;
}
table#artikel_liste td#kategorie_name {
  padding-bottom:10px; font-weight:bold;
}

/* --- artikel ---------------------------------------------------------------*/

table#artikel {
  border:1px solid grey; 
  background:#FFFFFF; 
  padding:5px; margin-bottom:20px;
}
table#artikel p {
  line-height:18px;
}

/* --- artikel details -------------------------------------------------------*/

table#artikel_details {
  width:600px;
}
table#artikel_details td#kategorie_name {
  padding-bottom:10px; font-weight:bold;
}
table#artikel_details td#artikel_name {
  padding:10px; font-weight:bold; background-color:#CCCCCC;
}

table#details {
  background-color:#FFFFFF; border: 1px solid grey;
  padding:10px;
}
table#details td#text {
  vertical-align:middle; width:250px; padding-left:10px;
}
table#details td#desc {
  padding-top:10px;
}

table#details p {
  line-height:18px;
}

table#back {
  margin-top:10px;
}
table#back a:hover {
  color:#E20000;
}

/* --- suche -----------------------------------------------------------------*/

table#suche {
  width:600px;
}
table#suche td {
  padding:5px;
}  
table#suche td#sl {
  width:100px;
}  
table#suche td#sm {
  width:150px;
}
table#suche td#sr {
  width:350px;
}  

table#suche_nok {
  color: blue; margin-top:10px; line-height:20px;
}
table#suche_nok a:hover {
  color:#E20000;
}

//-- eof --
