/*

Cascading Stylesheet for:

blbp.ch - by Markus Baldauf
cr 25.7.2008
lc 1.2.2009

This sheet is for layout (design)

*/

body {
  background-color:#D5FECD;
  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;
  float:left;
  margin: 0em 1em 1em 0em
}

#container {
  width: 50em
}

.head {
}
/*
.haupttitel {
  position:absolute;
  z-index:4;
  height:35px;
  top:80px;
  left:10px;
}
*/

.haupttitel a {
  font-size:36px;
  font-weight:bold;
  color:#993366;
  font-family: cursive;
  font-weight:bold;
}

.untertitel {
  z-index:3;
  color:#888888
}

.titelbild {
  z-index:2;
}


.main {
}

h4{
  font-size:28px;
  font-weight:bold;
  color:#993366;
  font-family: cursive;
  font-weight:bold;
  margin-top:0em;
}

.csc-header {
  clear:both;
}

.main_left{
  float:left;
  width: 12em;
}

#hauptnavigation {
  margin-top:0.5em;
  list-style-type:none;
  padding-left:0;
  margin-left:0;
  font-weight:bold;
}

.main_content{
  float:left;
  width: 38em;
}

label, input, select {
  display: block;
  float: left;
  width: 250px;
}

.foot {
  clear:both;
  width: 50em;
  text-align:left;
}


