/**
 *	BILDWURF CSS
 */

/* RESET CSS > Grazie Eric Meyer */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:				0;
	padding:			0;
	border:				0;
	outline:			0;
	font-weight:		inherit;
	font-style:			inherit;
	font-size:			100%;
	font-family:		inherit;
	vertical-align:		baseline;
}

/* remember to define focus styles! */

:focus { outline:		0; }

body
{
	line-height:		1;
	color:				black;
	background:			white;
}

ol, ul { list-style:	none; }

/* tables still need 'cellspacing="0"' in the markup */

table
{
	border-collapse:	separate;
	border-spacing:		0;
}

caption, th, td
{
	text-align:			left;
	font-weight:		normal;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after { content:		""; }
blockquote, q { quotes:	"" ""; }


/*************************************************************************
 *	Bildwurf
 *
 */

/*************************************************************************
 *	Generell
 */

body
{
	margin:				0;
	padding:			0;
	color:				#000;
	background-color:	#fff;
	font-family:		Courier, 'Courier New', monospace;
	font-size:			11px;
	line-height:		15px;
}

a
{
	color:				#FF0000;
	text-decoration:	none;
}

a:hover
{
	color:				#000;
}

div.bildwurf
{
	position:absolute;
	top:				50%;
	left:				50%;
	width:				1px;
	height:				1px;
	margin:				-160px 0 0 -265px;
	padding:			0;
	overflow:			visible;
	white-space:		nowrap;
}

div.bildwurf #FLVPlayer, 
div.bildwurf object, 
div.bildwurf embeded
{
	position:			absolute;
	top:				0;
	left:				0;
	width:				530px;
	height:				298px;
	margin:				0;
	padding:			0;
	overflow:			visible;
}

div.bildwurf div h1,
div.bildwurf h1
{
	width:				530px;
	margin:				310px 0 0 0;
	padding:			0;
	font:				normal 11px/15px Courier, 'Courier New', monospace;
	text-align:			left;
	white-space:		nowrap;
}


/*************************************************************************
 *	moderne Browser > scroll
 *
 */

html
{
	overflow-y:			scroll;
}

/*
html
{
	scrollbar-face-color:				#ddd;
	scrollbar-highlight-color:			#ccc;
	scrollbar-3dlight-color:			#999;
	scrollbar-darkshadow-color:			#666;
	scrollbar-shadow-color:				#555;
	scrollbar-arrow-color:				#fff;
	scrollbar-track-color:				#ddd;
}
*/
