/* Design & Code (c) ABOVO Media */
html, body {
	padding			: 0;
	margin			: 0;
}

body {
	font-family		: "Trebuchet MS", Arial;
	font-size		: 11px;
	color			: #000;
}

.vlak {
	position		: absolute; 
	margin			: 150px 0px 0px 270px;	
	padding			: 10px;	
	width			: 453px; 
	height			: 390px; 
	overflow		: auto; 
}

#bg {
	background		: #FFFFFF; 
	filter			: alpha(opacity=80); 
	-moz-opacity	: 0.8; 
	opacity			: 0.8;
}

#tekst {

}

/* Headings H1-H6 */
h1 {
	color			: #252465;
	font-size		: 22px;
	font-weight		: normal;	
}

h2 {}

h3 {}

h4 {}

h5 {}

h5 {}

h6 {}


/* Paragraph and Link Styles */
p,
td {
	font-size		: 11px;
	line-height		: 19px;
}

a {
	color			: #252465
}

	a:hover {
	
	}


/* Lists and Navigation */
ul {}

	ul li {}


/* Forms */
form {}