html, body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1{
	font-size:18px;
	color:#000000;
	font-weight:bold;
}

h2{
	font-size:14px;
	font-weight:bold;
}

p{
	line-height: 22px;
	padding-bottom: 10px;
	text-align:justify;
}

.bildus{
	text-align:center;
	font-size:10px;
}


.banner{
	background-image:url(bilder/banner_streifen.gif);
	background-repeat:repeat-x;
	height:87px;
}

.navi{
	background-image:url(bilder/navi_streifen.gif);
	background-repeat:repeat-x;
	height:33px;
	text-align:right;
}

.sub{
	background-image:url(bilder/sub_streifen.gif);
	vertical-align:top;
	width:153;
}

.main{
	text-align:left;
	background-color:#FEF6E4;
	background-image:url(bilder/main_blume.gif);
	background-repeat:no-repeat;
	padding: 20px;

}

.right{
	width:300px;
	background-color:#FEF6E4;
	background-image:url(bilder/rechts_blume.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top: 50px;
	
}

.footer{
	background-image:url(bilder/footer_streifen.gif);
	height:30px;
	background-repeat:repeat-x;
	vertical-align:middle;
}

.image {
	margin-top:15px;
	margin-right:25px;
	margin-left:10px;
	margin-bottom:5px;
	text-align:center;
}

.akttable{
	margin:10px;
	border-collapse:collapse;
	width:100%;
}
.akttable td,
.akttable th
{	
	border:#beb9b5 solid 1px;
	padding:5px;
}

.akttable th{
	background-color:#fef4dc;
	background-image:url(bilder/tab_streifen.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#000000;
	text-align:left;
}

.big{
		font-size:14pt;
	}
	
.thumb{
	float: left;
	padding:3px;
	margin:5px;
	background-color:#FFFFFF;
	border:  #beb9b5 solid 1px;
}

