  /*
  
    musette brachiale

    copyright 2007 uwe sell
    uwe sell, berlin, uwe.sell@uwesell.de
    all rights reserved. alle rechte vorbehalten.
    
  */

body {
  margin: 0 0 25px 0;
  font-family: Verdana, Arial, Tahoma;
  font-size: 11px;
  text-align: center;
  line-height: 1.5em;
  background: #F8F3E7;
  color: #666666;
  }

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

a:hover {
  text-decoration: underline;
  }

#topAnchor {
  height: 0px;
	margin: 0px;
	padding: 0px;
  }

img {
  border: 0;
  }

.cssClear {
  clear: both;
  }

/* seiteneinteilung */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 0;
  }

#logo {
	width: 900px;
	height: 50px;
	background: url('../graphic/mb-logo.gif') no-repeat right;
	margin: 35px 0 0 0px;
}

#contentArea {
  float: left;
	width: 605px;
	min-height: 400px;
	margin: 40px 15px 0 0px;
  }

#contentSection {
  float: left;
	width: 605px;
	border: #CCCCCC 1px dotted;
	margin: 0 0 10px 0px;
  padding: 0px;
  text-align: left;
  }

.contentSectionHeader {
  float: left;
  width: 600px;
  font-size: 16px;
  font-weight: bold;
	margin: 8px 0 8px 10px;
  padding: 0px;
  }

.contentSectionContent {
  float: left;
  width: 580px;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
	margin: 8px 10px 8px 10px;
  padding: 0px;
  }

.contentSectionPicture {
  float: left;
  width: 601px;
  margin: 0 0 10px 0px;
  padding: 2px;
  border: 1px dotted #CCCCCC;
  }

/* Sidebar: Menues */

#sideBarArea {
  float: left;
	width: 245px;
	min-height: 400px;
	margin: 40px 0 0 0px;
  padding: 0px;
  text-align: left;
  }

#sideBarSection {
  float: left;
	width: 245px;
	border: #CCCCCC 1px dotted;
	margin: 0 0 10px 0px;
  padding: 0px;
  text-align: left;
  }

.sideBarSectionHeader {
  float: left;
  font-size: 12px;
  font-weight: bold;
	margin: 5px 0 5px 10px;
  padding: 0px;
  }

.sideBarSectionSeparator {
  float: left;
  width: 245px;
  margin: 0 0 5px 0px;
  padding: 0px;
  border-bottom: 1px dotted #CCCCCC;
  }

.sideBarSectionContent {
  float: left;
  font-size: 12px;
  font-weight: normal;
  width: 245px;
  margin: 0px 0 6px 10px;
  padding: 0px;
  }

.sideBarSectionPicture {
  float: left;
  width: 241px;
  margin: 0 0 5px 0px;
  padding: 2px;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
  }

#footerArea {
  float: left;
	width: 900px;
	margin: 0px 0px 25px 10px;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #CCCCCC;
  }

