@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(px/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
a {
	color: #663333;
	text-decoration:none;
}
a:hover {
	color: #aa3333;
	text-decoration:none;
	font-weight:bold;
}

.navTABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	position: static;
	top: 90px;
}

.bildCNT {
	position: absolute; 
	top:190px;
	left:540px;
}


.textCNT {
	position: absolute; 
	top:190px;
	left:230px;
	color: #666666;
	font-size: 12px;
	width: 300;
}

