/*
f1.coffee-scratch
version: 1.0
last modified: 25.03.2010
author: mirijana kresina
web: www.f1-design.de
*/
*{
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html * {
  font-size: 100.01%;
}



body{
  background: #fdfaed;
  font-size: 0.8em;
  font-family: Georgia, Times New Roman, serif ;
  margin: 0;
  padding: 0;
}
ul, li{
  list-style: none;
  margin: 0;
  padding: 0;
}

h1{
  font-size: 2em;
  color: #BAA28B;
}
h2{
  font-size: 1.5em;
  color: #BAA28B;
}
h3{
  font-size: 1.5em;
  color: #765C4B;
  border-bottom: 3px solid #999;
  padding-bottom:5px;
  margin-bottom: 15px;
}
h4{
  font-size: 1.1em;
  color: #765C4B;
  border-bottom: 1px solid #999;
  padding-bottom:5px;
  margin-bottom: 15px;
}
h5{
  font-size: 1em;
  color: #765C4B;
  font-weight: bold;
  border-bottom: 0px solid #999;
  padding-bottom:5px;
  margin-bottom: 8px;
}

#outer_margins {
  width: 970px;
  margin: 0 auto;
  border: 0px #000 solid;
  background: url(img/bg.jpg);
}
#header {
  background: #fdfaed url(img/header.jpg) no-repeat;
  height: 113px;
}

#page {
  float: left;
  width:580px;
  min-height: 600px;
  margin: 0 auto;
  border: px solid #000;
  background-color: #fff;
}


#left{   float: left;
  width: 195px;
  height: 400px;
  background-image: url(img/left.jpg);
}
#right{
float: right;
  width: 195px;
  height: 400px;
  background-image: url(img/right.jpg);
  border: 0px solid #000;
}

#main{

}
#ms{
  width: 154px;
  height: 162px;
  background-image: url(img/ms.jpg);
  border-bottom: #ddb798 solid 1px;

}


#sidebar{
  float: left;
  width: 160px;
  border-right: 2px solid #ddd;
  margin: 10px 0 0 0 ;

}
#content{
  margin: 0 10px 0 180px;

}
#content p{
  margin-bottom: 10px;
}
#content a{
  text-decoration: underline;
  color: #695550;
}

#content ul {
  line-height: 1.5em;
  margin: 0 0 1em 1em; }
#content  li {
  margin-left: 1.5em;
  list-style-type: circle;
line-height: 1.5em; }



.date-header{
  margin: 0 0 0 300px;
  color: #aaa;
}


#footer{
  clear: both;
  background: url(img/footer.jpg);
  height: 72px;
  margin: 0 ;
  }
  #footer p{
  margin: 0 0 0 200px;
  color: #aaa
  }

#topnav{}


/*aus Hebammenprojekt*/
#leftnavi{
  margin-top:10px;}
#leftnavi li{
  background: transparent;
  border-bottom:0px solid #fff;
  color:#000;
  margin:20px 0px 10px 0px;
  padding:4px 0px 4px 20px;}
#leftnavi li a{
  color:#5E5E5E;
  font-weight:bold;}
#leftnavi li a:hover{
  color:#808080;
  font-weight:bold;}
#leftnavi li.active{
  background:#d1acbd;
  border-bottom:0px solid #fff;}
#leftnavi li.active a{
  color:#8B4513;}
#leftnavi li ul li.current a{
  color:#BAA28B;
  font-weight:bold;}


  .rahmen{
 	margin: 5px;
	padding: 7px;
	border: #aaa 1px solid;
	background-color: #eee;
 }
















