/* CSS Document */
body {
	background-color	: #000000;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 40px;
}
#wrapper {
	height				: 750px;
	width				: 1000px;
	margin				: auto;
}
#menu {
	float				: left;
	height				: 375px;
	width				: 375px;
}
#menu img {
	border				: 0px;
}
#menu #red {
	margin-left			: 20px;
	margin-bottom		: 2px;
	float				: left;
	clear				: both;
}
#menu #yellow {
	margin-left			: 34px;
	margin-bottom		: 2px;
	float				: left;
	clear				: both;
}
#menu #blue {
	margin-left			: 25px;
	margin-bottom		: 2px;
	float				: left;
	clear				: both;
}
#menu #green {
	margin-left			: 21px;
	margin-bottom		: 2px;
	float				: left;
	clear				: both;
}
#menu #white {
	margin-left			: 0px;
	margin-bottom		: 2px;
	float				: left;
	clear				: both;
}
#menu #orange {
	margin-left			: 50px;
	margin-bottom		: 2px;
	float				: left;
	clear				: both;
}
#menu #submenu {
	margin-left			: 40px;
	margin-top			: 20px;
	float				: left;
	clear				: both;
}
#menu #submenu img {
	margin-bottom		: 2px;
}
#top {
	float				: left;
	min-height			: 420px;
	width				: 625px;
	text-align			: center;
	overflow			: hidden;
}
#top #top_content {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-weight			: bold;
	font-size			: 10px;
	text-transform		: uppercase;
	color				: #FFFFFF;
}

#bottom {
	float				: left;
	height				: 375px;
	width				: 1000px;
}	
#bottom img {
	border				: 0px;
}

#bottom a:focus { 
	outline				: 0; 
	border				: 0;
}
.x100x125 {
	float				: left;
	width				: 100px;
	height				: 125px;
	display				: block;
	overflow			: hidden;
}
.x125x125 {
	float				: left;
	width				: 125px;
	height				: 125px;
	display				: block;
	overflow			: hidden;
}
.x166x125 {
	float				: left;
	width				: 166px;
	height				: 125px;
	display				: block;
	overflow			: hidden;
}
.x200x125 {
	float				: left;
	width				: 200px;
	height				: 125px;
	display				: block;
	overflow			: hidden;
}
.x250x125 {
	float				: left;
	width				: 250px;
	height				: 125px;
	display				: block;
	overflow			: hidden;
}
.x375x125 {
	float				: left;
	width				: 375px;
	height				: 125px;
	display				: block;
	overflow			: hidden;
}
.x125x250 {
	float				: left;
	width				: 125px;
	height				: 250px;
	display				: block;
	overflow			: hidden;
}
.x333x187 {
	float				: left;
	width				: 333px;
	height				: 187px;
	display				: block;
	overflow			: hidden;
}

a:link, a:visited {
	color				: #FFFFFF;
	text-decoration		: none;
}
a:hover, a:active {
	color				: #FFCC00;
}

.image_block {
	width				: 625px;
	height				: 350px;
	vertical-align		: middle;
	text-align			: center;
	padding				: 0; 
	margin				: 0; 
	display				: table-cell;
	padding-bottom		: 20px;
}
.image_block img {
}

.image_tekst {
	width				: 625px;
}
