/* CSS kawalek dla wszystkich normalnych przegladarek */

@import url('style.css');

.logo-maraton {
		background: url("../images/logo-maraton.png") no-repeat;
		position: relative;
		top:26px; /*IE */
		height: 65px;
		width: 980px;
		margin: 0 auto;
}



.menu, .menu-uk 

{
		position: relative;
		top:26px; /*IE */
		height:0;
		background:repeat-x top;
		clear:both;
		padding:0px 0px 0 0;
		width: 980px;
 		margin: 0 auto;

		
}