body, html {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #000000;
	height: 100%;

	background-color: #FFCC33;

	background-image: url("background_gesamt.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;

	margin: 0px; padding: 0px;
	border: none;
	float: none;
}
p {
	margin: 0px; padding : 0px;
}
.middle p {
	letter-spacing: 10pt;
	font-size: medium;
	word-spacing: 0.5mm;
	font-weight: bold;
	line-height: 24pt;
	margin: 0px; padding : 0px;
	text-align: center;
	width: 100%;

	background-color: #FFCC33;
	background-image: url("hinten2.gif");
	background-position: 0 0;
	background-repeat: repeat;

	border-color: #CC0033;
	border-width: 2px 0;
	border-style: solid;
}
a {
	margin: 0px; padding : 0px;
	color: #000000;
	/*background-color: #6666CC;*/
	text-decoration: none;
}
a.full {
	display: block;
}

a:hover {
	text-decoration: underline;
}

.bottom p {
	border-top: 1px solid #CC0033;

	background-color: #FFCC33;
	background-image: url("hinten2.gif");
	background-position: 0 0;
	background-repeat: repeat;
}

table {
	margin: 0px; padding: 0px;
	width: 100%; height: 100%;
	border: 0px;
	border-collapse: collapse;
}
table tr {
	margin: 0px; padding: 0px;
	border: 0px;
}
table tr td {
	margin: 0px; padding: 0px;
	border: 0px;
	text-align: center;
	vertical-align: middle;
}

/* allgemeines */
.middle {
	vertical-align: middle;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

.clear {
	clear:both;
}

.floatLeft { float: left; }
.floatRight { float: right; }
.centerImage { 
	clear:both;
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
}


