/*
 * CSS-layout and design
 * for www.kraeuterhexe-eckelsheim.de
 *
 * (C) Arno Mann, 16.10.2007
 */
body {
  font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-size:12px;
  line-height:125%;
  color: rgb(0,102,51);
  background-color:rgb(255,235,156);
  background:url(img/garten-30.jpg) top center repeat;
}

/* Layout */
#layout-top {
  position:absolute;
  top:40px;
  left:50%;
  width:600px;
  margin:0px;
  margin-left:-300px;
}
#layout-top td {
  text-align: center;
  padding:3px 0;
}
div.layout-rahmen-oben {
  height:12px;
  overflow:hidden;
  background:url(img/rahmen-o-600.gif) top center repeat-y;
  margin:0px;
}
div.layout-rahmen-mitte {
  overflow:hidden;
  background:url(img/rahmen-m-600.jpg) top center repeat-y;
  margin:0px;
}
div.layout-rahmen-unten {
  height:12px;
  overflow:hidden;
  background:url(img/rahmen-u-600.gif) top center no-repeat;
  margin:0px;
  margin-bottom:20px;
}
#layout-main {
  position:absolute;
  top:180px;
  left:50%;
  width:600px;
  margin:0px;
  margin-left:-300px;
}


/* standard tabellen */
table {
  width:100%;
  border-collapse:collapse;
}
td {
  vertical-align:top;
  padding: 0 10px;
}

/* tabelle mit Terminen */
table.termine td {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 140%;
}

p.hexe {
  text-align:center;
  font-family:"Comic Sans MS", Verdana, Helvetica, sans-serif;
  font-size:18px;
  font-style:italic;
  margin:0 0 6px 0;
  padding-bottom:6px;
  border-bottom:1px solid rgb(172,32,32);
}

.bold {
  font-weight:bold;
}

/* standard text */
h1 {
  font-weight:normal;
  font-size:20px;
  margin-bottom:18px;
  text-align:center;
}
h2 {
  margin-top:0px;
  padding-top:0px;
  font-size:16px;
  font-weight:bold;
  text-align:center;
}
h3 {
  font-size:14px;
  line-height:18px;
  font-weight:bold;
  text-align:center;
  border-width: 2px 0 1px 0;
  border-style: solid;
  border-color: rgb(0,102,51);
  margin:15px 10px 5px 10px;
}
h4 {
  font-weight:bold;
  font-size:12px;
}
p,ul,ol,li,div,td,th {
  margin:12px;
  font-weight:normal;
  font-size:12px;
  line-height:140%;
}
li {
  margin-top:3px;
}
dt,dd {
  font-size:12px;
  text-align:left;
}
dt {
  font-weight:bold;
  margin:0 12px 0 12px;
}
dd {
  font-weight:normal;
  margin:0 12px 3px 48px;
}
img {
  border-width:0;
  margin: 0 0.5em 0 0.5em;
  max-width:500px;
  overflow:hidden;
}

/* Standard Links */
a:link, a:active, a:visited {
  font-weight:none;
  color:rgb(172,32,32);
  text-decoration:none;
}
a:hover, a:focus {
  color:rgb(172,32,32);
  text-decoration:underline;
}
a.menu0, a.menu1 {
  font-size:14px;
  padding:0 5px 0 5px;
}
a.menu2 {
  font-size:12px;
  padding:0 5px 0 5px;
}
a.curpath {
  border:1px solid rgb(132,184,132);
}
a.curpage {
  background-color:rgb(132,184,132);
}

/* Formatierung Veranstaltungen */
h3.vatitel {
  font-size:16px;
  line-height:21px;
  font-weight:bold;
  text-align:center;
  padding-top:6px;
  border:0;
}
p.vasubtitel {
  font-weight:bold;
  text-align:center;
}
p.vatext {
  text-align:left;
}
table.vainfo {
  margin:6px;
  border-width:0;
  width:460px;
}
td.vainfo_l {
  text-align:right;
  padding-right:12px;
}
.verdat {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  margin-top:12px;
  border:1px solid rgb(0,102,51);
  padding:3px;
  text-align:center;
}
.vername {
  margin-top:6px;
  font-size:14px;
  font-weight:bold;
}

#intern {
  position: absolute;
  top: 200px;
  background-color: rgb(255,235,156);
}

#loglink {
  clear: both;
  border-top:1px solid rgb(172,32,32);
  margin-bottom: 0px;
  text-align: right;
}
#loglink p {
  margin-bottom: 0px;
}

