/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*-------------------------- end RESET --------------------------------*/

body{
	margin:auto;	
}

.textSmall{
	font-family:arial,sans-serif,verdana;
	font-size:9px;
	font-weight:normal;
	text-decoration:underline;	
	color:#666666;
	text-decoration:none;
}

.text{
	font-family:Arial, "Arial Narrow", sans-serif, serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;	
	color:#FFFFFF;
	text-decoration:none;
	/*letter-spacing:1px;*/
}

.impressum, .impressum a, .impressum a:hover {
	font-family: Arial, sans-serif, serif;
	font-size:12px;
	font-weight:100;
	text-decoration:none;	
	color:#999999;
	text-decoration:none;
	letter-spacing:1px;
}

ul#showreel{
	list-style:none;
	width:1280px;
	height:321px;
	overflow:hidden;
}

ul#showreel li{
	width:1280px;
	height:321px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	display:block;
}

a, a:hover{
	text-decoration:none;
}



