* {

	margin:				0px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#fff;

}

body {

	margin:				0px;
	background:			#868686 url('/img/bg.jpg') repeat-x top left;

}

div#page {

	width:				785px;
	height:				720px;
	margin:				auto;
	background-color:	#000;
	border-right:		1px solid #fff;
	border-bottom:		1px solid #fff;
	border-left:		1px solid #fff;

}

div#content {

	background:			#000 url('/img/reflection.jpg') no-repeat top left;

}

/* bildergalerie */
table#galerie td {

	filter:				Alpha(opacity=70);
	-moz-opacity:		0.7;
	border:				1px solid #999;
	empty-cells:		hide;
	cursor:				pointer;

}

table#galerie td.active {

	filter:				Alpha(opacity=100);
	-moz-opacity:		1;
	border:				1px solid #ccc;
	empty-cells:		hide;
	cursor:				pointer;

}

/* kontakt */

input.contact {

	width: 152px;
	border: 1px solid #9d9d9d;
	color:	#000;

}

input.contact_error {

	width: 152px;
	border: 2px solid #990000;
	color:	#000;

}

textarea.contact {

	width: 327px;
	height:	75px;
	border: 1px solid #9d9d9d;
	color:	#000;

}

span.inputerror {
	font-weight:		bold;
	color: 				#990000;
}

span.inputsuccess {
	font-weight:		bold;
	color: 				#339966;
}