html { 
	height: 100%; 
} 

body {
	background-color: #FFFFFF;
	background-image: url(../gfx/bg_gradient_lower.gif);
	background-position: bottom left;
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #996699;
}

.contenttable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.contentbox {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #996699;
	text-align: left;
}

.mainhead {
	margin-bottom: 20px;
}

.subhead {
	margin-bottom: 15px;
}

.maincontent {
	width: 500px;
	height: 100%;
	float: left;
}

.inserts {
	width: 140px;
	height: 20px;
	float: right;
}

.bullets {
	font-weight: bold
}

.trenner {
	background-image: url(../gfx/trenner_500px.gif);
	background-repeat:no-repeat;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.contenttable {
	height: 100%;
	width: 100%;
}

.shdw_left {
	width: 14px;
	background-image: url(../gfx/shdw_left_trans.png);
	background-repeat: repeat-y;
	height: 100%;
	float: left;
}

.bild {
	margin-top: 20px;

}

.spalteL {
	width: 240px;
	float: left;
}

.spalteR {
	width: 240px;
	float: right;
}

a:link {
	color: #ccaacc;
	text-decoration: underline;
}

a:visited {
	color: #ccaacc;
	text-decoration: underline;
}

a:hover {
	color: #990099;
	text-decoration: underline;
}

a:active {
	color: #990099;
	text-decoration: underline;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-style: normal;
}

table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
