* {
	margin: 0;
	padding: 0;
	border: none;
}
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color : #fff;
	
	scrollbar-base-color: #fff; 
	scrollbar-face-color: #eee; 
	scrollbar-track-color: #fff; 
	scrollbar-arrow-color: #000; 
	scrollbar-3dlight-color: #fff; 
	scrollbar-darkshadow-color: #000; 
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #fff; 
}
table {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: 100;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
iframe {
	border: 1px #000000;
}
.center {
	width: 100%;
	height: 100%;
	border: solid 0px #fff;

	text-align: center;
}
.center td {
	vertical-align: top;
}
.main {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.title {
	text-align: right;
	vertical-align: bottom !important;
}
.title_text {
	text-align: left;
	vertical-align: bottom !important;
}
.text {
	text-align: left;
	vertical-align: top !important;
}
.nav {
	vertical-align: middle !important;
	font-weight: bold;
	background: url(../pics/pixel_chess_ffffff_trans.gif);
}
.nav_over {
	font-weight: bold;
	background: #eeeeee;
}
.nav_active {
	font-weight: bold;
	color: #999999;
	background: #eeeeee;
}
.footer {
	color: #999999;
}
.preis {
	font-size: 40px;
	line-height: 40px;
	font-style: italic;
	font-weight: bold;
}
.preis_sub {
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	font-weight: bold;
}
.input_text {
	font-size: 8pt;
	font-family: Verdana,sans-serif;
	border: solid 1px #404040;
	background: url(../pics/pixel_chess_ffffff_trans.gif);
}
.imgfade {
	opacity: 0.67;									/* Safari */
	filter: alpha(opacity=67, finishopacity=67);	/* IE */
/*	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=67); */
	-moz-opacity: 0.67;								/* Mozilla */
	
	width: 200;
	height: 75;
}
