@charset "utf-8";
#menu {
	position:absolute;
	width:200px;
	height:115px;
	z-index:13;
	left: 310px;
	top: 120px;
}

#main {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	left: 0px;
	top: 0px;
}

#logo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 20%;
	top: 5%;
	font-size: 36px;
	text-align: right;
	font-family: "Lucida Console", Monaco, monospace;
}

#content {
	position:absolute;
	width:1100px;
	height:440px;
	z-index:2;
	left: 0px;
	top: 20%;
	background-color: #CCC;
}
#flash {
	position:absolute;
	width:622px;
	height:420px;
	z-index:12;
	top: 20px;
	left: 446px;
}
#image2 {
	position:absolute;
	width:267px;
	height:420px;
	z-index:13;
	top: 0px;
	left: 278px;
}

body {
	background-color: #FFF;
}
#image1 {
	position:absolute;
	width:267px;
	height:400px;
	z-index:8;
	left: 446px;
	top: 10px;
}
#image1 {
	position:absolute;
	width:267px;
	height:400px;
	z-index:14;
	left: 0px;
	top: 0px;
}

#tekst {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 68px;
	top: 296px;
}




body,td,th {
	font-family: Verdana, sans-serif;
	color: #666;
	font-size: 10px;
}
