/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,
b, u, i, center,
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-size: 100%; }
	
body	{ }
ol, ul  { list-style: none; }
/* remember to define focus styles! */
:focus  { outline: 0; }
/* tables still need 'cellspacing="0"' in the markup */
table 	{ /* border-collapse: collapse; border-spacing: 0; */ }
/*---------------------------------------------- 
				F A R B E N
orange: #e46900;
blau: 	#153b6f;
------------------------------------------------*//*
/*---------------------------------------------- 
				A L L G E M E I N
------------------------------------------------*/
html {
	height: 100%;
	}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size:25px; color:#ccc; font-weight:bold; text-align: left; line-height:30px;
	margin:0px; padding:0px;
	background: url(bg.gif) repeat-x;
	width: 100%;
	height: 100%;
	position: relative;
	}
	
.popup {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	position: absolute;
	z-index: 9999;
	}	

	
#container {
	width:992px;	/* 992*/
	margin: 0px auto; /* zentriert die Seite */ 
	z-index: 0;}
	
#main {
	overflow:hidden; 	/* damit die floats nach der Navi gecleared werden*/
	height:100%;		/* IE6 overflow:hidden hack */}
#col1 {
	float:left;	margin:0px; padding:0px; 
	width:240px; }
#col2 {
	float:left; margin:0px; padding:0px; 
	width:512px; }
#col3 {
	float:right; margin:0px; padding:0px; 
	width:240px; }
	
	
/*---------------------------------------------- 
			V I D E O P L A Y E R
------------------------------------------------*/		
#videoPlayer { margin-bottom:25px; z-index: 5; }
	
		
/*---------------------------------------------- 
				N A V I
------------------------------------------------*/	
	
.buttons { text-align:center; margin-top:20px;}	
	
.buttons a:link 	{ color: #e46900; text-decoration: none; }
.buttons a:visited 	{ color: #e46900; text-decoration: none; }
.buttons a:active 	{ color: #153b6f; text-decoration: none; }
.buttons a:hover 	{ color: #153b6f; text-decoration: none; }

