@charset "UTF-8";
/* CSS Document */

/* Eric Meyer Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body, html {
	height: 100%;
	min-height: 100%;
}



h1 {
	font-size:20px;
	margin-top:27px;
	margin-bottom:10px;
	font-weight:100;
}

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

a:hover {
	color:#202020;
	text-decoration:none;
}



h2 {
	font-size:14px;
	margin-top:12px;
	margin-bottom:42px;
	font-weight:100;
}


body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight:100;
	background-color:#ffffff;
	color:#585858;
}

#container {
	margin:0 auto 0 auto;
	width:1006px;
	height:auto;
	min-height:inherit;
}

#header {
	margin:0 0 0 0;
	padding-bottom:20px;
	width:1006px;
	height:165px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;

}


#content {
	width:1006px;
	height:559px;
	background-image:url(../images/video_vlak.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	float:left;
	padding-left:8px;
	padding-top:8px;
}




#footer {
	width:1006px;
	height:180px; 
	float:left;
	text-align:center;
}