body {
	background-attachment: fixed;
	background-image: url(/images/backs/backgr2d.gif);
	background-repeat: repeat;
}

body, td, th {
	color: #990099;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #800080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

h2 {
	color: #666699;
}

h3 {
	color: #993399;
}

/*Contenttext Schriftformatierung Anfang*/

.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	font-weight: 100;
	color: #800080;
	margin: 1px;
	text-align:left;
	}

.contenttext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #540254;
	text-decoration: none;
	margin: 1px;
	text-align:left;
}

.contenttext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #940294;
	text-decoration: none;
	margin: 1px;
	text-align:left;
}

.contenttext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #940294;
	text-decoration: none;
	margin: 1px;
	text-align:left;
}

.contenttext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #f00738;
	text-decoration: none;
	margin: 1px;
	text-align:left;
}

.contenttext ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-position: inside;
	list-style-image: url(file:images/backs/listenpunkt.gif);
	list-style-type: disc;
	text-align:left;
}

/*Contenttext Schriftformatierung Ende*/


/*Positionierung Haupt-Container*/
.maincontent {
	background-color: #CCFFFF;
	border: 0px solid #CC0000;
	position: relative;
	top:5px;
	padding:10px;
	z-index:10;
	width: 800px;
	height:700px;
	margin: 20px;
	vertical-align: top;
	z-index:2;
	
}
/*Positionierung Haupt-Container - Ende*/
