body {
  background: url(../images/verlauf_bg.jpg) repeat-x #a5a197;
}


p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
}

.content {
  background: url(../images/content_bg.gif) repeat-y;
	padding: 0 80px 0 40px;
	width: 530px;
}

.small {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #666666}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: #333333}
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 13pt; color: #333333;}
h4 {
  font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	margin-bottom: -10px;
}

li {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333; list-style-image: url(../images/bullet.gif)}
ol { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333 }
ul { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333 }

a {
  color: #000000;
}

a:hover {  color: #F29200}

.komponenten {
	border: 1px solid #EAEAEA;
}

.grey {
	background: #eeeeee;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #999999;
	margin:0 0 0 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.footer {
  background: url(../images/footer_bg.png) no-repeat;
	width: 650px;
	height: 113px;
	padding-top: 5px;
}
/*
div#txt {
	position: absolute;
	z-index: 1;
	width: 530px;
	max-height: 515px;
	_height: auto !important;
	height: 515px;
	background: url(../../images/content_bg.png);
	padding: 35px 50px 50px 50px;
	margin: 60px 0 0 370px;
	overflow: auto;
}
*/
*html .footer {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.akustik-studio-huber.de/images/footer_bg.png', sizingMethod='scale');
}

.footer a {
  position: relative;
}

hr {
  background: #e7e2d8;
	color: #e7e2d8;
	height: 1px;
	border: 0;
}



