#container
{
width: 100%
margin: 15px auto;
Line-height: 100%;
height: 98%;
overflow:auto;
}

#content
{
margin-left: 230px;
margin-top: 70px;
padding: 1em;
max-width: 1000px;
min-width: 500px;
min-height: 400px;
max-height: 100%;
}

body.butterfly {
	background-image: url("../images/decorator/bgbf.jpg");
	background-color: #3CAEE4;
	background-repeat:no-repeat;
  }

body.service{
	background-image: url("../images/decorator/bghome.jpg");
	background-color: #3CAEE4;
	background-repeat:no-repeat;
  }

body.buttermain{
	background-image: url("../images/decorator/bghome.jpg");
	background-color: #3CAEE4;
	background-repeat:no-repeat;
  }


body.mitglieder{
	background-image: url("../images/decorator/bghome.jpg");
	background-color: #3CAEE4;
	background-repeat:no-repeat;
  }

  body.rocknroll {
	background-image: url("../images/decorator/bgrnr.jpg");
	background-color: #ffc629;
	background-repeat:no-repeat;
  }

  body.boogie {
	background-image: url("../images/decorator/bgboogie.jpg");
	background-color: #4eb748;
	background-repeat:no-repeat;
  }

  body.show {
	background-image: url("../images/decorator/bgshow.jpg");
	background-color: #cb3828;
	background-repeat:no-repeat;
  }

  fieldset#aktuelles{
	background-repeat: repeat-x;
	background-color :#DDE6EF;
	background-image: url("../images/decorator/bg-top.jpg");
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
}

  fieldset#chronik{
	background-color:#628EAB;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
}

h3{
margin: 0px;
padding: 0px;
}
  
body a {
	color: #5d3daf;
	font-weight: bold;
}

body.mitglieder a:hover, body.mitglieder a:active,
body.show a:hover, body.show a:active, 
body.boogie a:hover, body.boogie a:active, 
body.rocknroll a:hover, body.rocknroll a:active,
body.butterfly a:hover, body.butterfly a:active {
	color: #333;
	}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; }

