/*
 *      style.css
 *      Stylesheet www.veronika-p-dutt.de
 *      Peter Klingebiel, Mon Nov 28 12:56:35 2011
 */

body {
  margin:0px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  background-color:#f4f0f0;
  color:#666666;
}

td {
  font-size:12px;
  text-align:left;
  vertical-align:top;
}

h1 {
  font-family:Arial,Verdana,Helvetica,sans-serif;
  font-weight:bold;
  font-size:32px;
  line-height:32px;
}

h3 {
  font-size:14px;
}

a {
  color:#666666;
  padding:2px;
  text-decoration:none;
}

a:active, a:hover {
  color:#990000;
  background-color:#f4f0f0;
  padding:2px;
  text-decoration:underline;
}

a.a {
  color:#999999;
  background-color:#fcf8f8;
  padding:2px;
  text-decoration:none;
}

/*
 *      Seitenlayout
 *
 *      Funktion     Klasse  Hoehe
 *
 *      Kopfzeile       h      50
 *      Leerzeile       e      20
 *      Bildzeile       i     450
 *      Datumszeile     d      20
 *      Inhaltszeile    c       *
 */

table.l {
  width:100%;
}

td.h {
  left:0px;
  top:0px;
  height:50px;
  background-color:#f4f0f0;
  color:#cc3300;
  padding-bottom:5px;
  border-bottom:1px solid #f0dcdc;
  text-align:center;
  vertical-align:bottom;
}

td.e {
  left:0px;
  top:50px;
  height:20px;
  background-color:#fbfbfb;
}

td.i {
  left:0px;
  top:70px;
  height:450px;
  background-color:#fbfbfb;
  text-align:center;
  vertical-align:middle;
}

td.d {
  left:0px;
  top:530px;
  height:20px;
  background-color:#fbfbfb;
  text-align:center;
  vertical-align:middle;
}

td.c {
  left:0px;
  top:550px;
  background-color:#f4f0f0;
  padding-top:10px;
  border-top:1px solid #f0dcdc;
  text-align:center;
  vertical-align:top;
}

/*
 *      Menue / Kopfzeile
 */
 
table.m {
  width:560px;
  text-align:center;
  border:1px solid #f0dcdc;
}

td.ml {
  width:35%;
  text-align:left;
}

td.mc {
  width:30%;
  text-align:center;
}

td.mr {
  width:35%;
  text-align:right;
}

/*
 *      Inhalt / Galerie / Biografie
 */

table.t {
  border:1px solid #e8e0d8;
  width:560px;
}

td.gl {
  width:50%;
  text-align:right;
  vertical-align:middle;
}

td.gr {
  width:50%;
  text-align:left;
  vertical-align:middle;
}

td.tc {
  text-align:center;
}

td.bl {
  width:60px;
  text-align:center;
}

td.bc {
  width:500px;
}

/*
 *      Stand / Datum / Galerie
 */

table.d {
  width:564px;
  padding-left:0px;
  padding-right:0px;
}

td.dl {
  width:50%;
  padding-left:0px;
  color:#d4d4d4;
  font-size:10px;
  text-align:left;
}

td.dr {
  width:50%;
  padding-right:0px;
  color:#d4d4d4;
  font-size:10px;
  text-align:right;
}

a.im {
  color:#d4d4d4;
  background-color:#fbfbfb;
  font-size:10px;
  
}

td.gb {
  border:1px solid #f0f0f0;
}

/*
 *      Absatzformate
 */

p.j {
  text-align:justify;
}

p.c {
  text-align:center;
}

/*
 *      Kontaktformular
 */
 
input, textarea {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  background:#f8f8f8;
  color:#660000;
}

input.b {
  background-color:#e4e0d8;
}

