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

* {
	outline: none;
	border: none;
}

body {
	margin: 0 auto 0 auto;
	background: url(images/bck01.jpg) #0d1a4c top center no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	position: relative;
	height: 750px;
}

#logo {
	position: absolute;
	top: 85px;
	right: 80px;
	width: 200px;
	height: 70px;
}

#zawody {
	width: 280px;
	height: 95px;
	background: url(images/zawody.png) top center no-repeat;
	position: absolute;
	top: 20px;
	left: 50px;
}

#copy {
	font-size: 10px;
	color: #ffffff;
	font-style: italic;
	position: absolute;
	bottom: 50px;
	right: 5px;
	text-align: right;
}

#copy a {
	color: #112257;
	text-decoration: none;
	font-style: normal;
}
#copy a:hover {
	color: #ffffff;
}
	
#fb {
	position:absolute;
	top: 120px;
	left: 320px;
	background: url(images/fb.png) top center no-repeat;
	width: 150px;
	height: 37px;
}
		

/* Menu Podstawowe */

#main_menu {
	position: absolute;
	top: 125px;
	left: 15px;
	color:#fff;
}

.main_menu {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.main_menu:hover {
	color:#738ebd;
}

/* Menu zdjeciowe */

#menu {
	list-style: none;
	width: 800px;
	height: 374px;
	position: absolute;
	top: 191px;
	left: 3px;
	margin: 0;
	padding: 0;
}

.menu1  {
	margin: 0;
	padding: 0;
	display: block;
	width: 173px;
	height: 374px;
	float: left;
	background:url(images/menu01.jpg);
	position: absolute;
	top: 0px;
	left: 205px;
}
a.menu1:hover {
	background-position: bottom;
}

.menu2  {
	margin: 0;
	padding: 0;
	display: block;
	width: 173px;
	height: 374px;
	float: left;
	background:url(images/menu02.jpg);
}
a.menu2:hover {
	background-position: bottom;
}

.menu3  {
	margin: 0;
	padding: 0;
	display: block;
	width: 173px;
	height: 374px;
	float: left;
	background:url(images/menu03.jpg);
	position: absolute;
	top: 0px;
	left: 410px;
}
a.menu3:hover {
	background-position: bottom;
}

.menu4  {
	margin: 0;
	padding: 0;
	display: block;
	width: 173px;
	height: 374px;
	float: left;
	background:url(images/menu04.jpg);
	position: absolute;
	top: 0px;
	left: 612px;
}
a.menu4:hover {
	background-position: bottom;
}


