/*

Cascading Stylesheet for:

blbp.ch - by Markus Baldauf
cr 25.7.08
lc 2.8.2008

This sheet is for layout (design)

*/

body {
  background-color:#553333;
  color:black;
  font-family:Arial,sans-seriv
}

a:link {
  color:#555;
  text-decoration:none;
}
a:visited {
  color:#555555;
  text-decoration:none;
}
a:focus  {
  font-weight:bold;
  color:#500;
  text-decoration:none;
}
a:hover  {
  font-weight:bold;
  color:#500;
  text-decoration:none;
}
a:active {
  font-weight:bold;
  color:#520;
  text-decoration:none;
}

img{
  border:0
}

#container {
  width: 50em
}

.head {
}

.haupttitel {
  position:absolute;
  z-index:4;
  height:35px;
  top:-8px;
  left:10px;
}
.haupttitel a {
  font-size:36px;
  font-weight:bold;
  color:#888888;
  font-family: "Kunstler Script", "Vladimir Script", "Lucida Calligraphy", "Lucida Handwriting", Georgia, cursive;
  font-weight:bold;
}
.untertitel {
  position:absolute;
  top: 90px;
  left: 580px;
  z-index:3;
  color:#888888
}
.titelbild {
  position:static;
  z-index:2;
}

.main {
}

.main_left{
  float:left;
  width: 12em;
}

#hauptnavigation {
  list-style-type:none;
  padding-left:0;
  margin-left:0;
  font-weight:bold;
}

.main_content{
  float:left;
  width: 38em;
}

.foot {
  clear:both;
  width: 50em;
  text-align:left;
}

