@charset "utf-8";
/* CSS Document */
	body{
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;
		background:url(images/background.gif) repeat-x;
	}
	h1{
		font-size:14px;
		}
	#container{
		margin:0 auto;
		border: solid 2px #003399;
		width:800px;
		background-color:#FFF;
		height:auto;
	}
	#header{
		width:100%;
		height:280px;
		position:relative;
		background: url(images/header.jpg) no-repeat;
	}
	.line{
		width:100%;
		height:5px;
		background-color:#003399;
	}
	#header_left{
		top:140px;
		left:80px;
		position:relative;
		float:left;
	}
	#menu{
		top:90px;
		position:relative;
		float:right;
		color:#003399;
		font-size:14px;
		width:250px;
		}
	#menu a {
		display: block;
		padding: 8px 35px;
		text-decoration: none;
		color:#003399;
		font-weight:bold;
	}		
	#menuVoce a:hover{
			color:#FFF;
			text-decoration: none;
			background:#003399 url(images/platek_bialy.jpg) no-repeat left center;
		}
	#menuVoce{
			background:url(images/platek_niebieski.jpg) no-repeat left center;
		}

	#menu li{
			list-style-type:none;
		}
	#content{
			background:url(images/kostki_lodu.jpg) bottom right no-repeat;
		}
	#fotter a{
			text-decoration:none;
			font-weight:bold;
			color:#FFF;
		}
	#fotter{
		color:#FFF;
		background-color:#003399;
		font-size:10px;
	}
	.text_blu{
		color:#003399;
		}
	input, textarea{
		padding:2px;
		border:thin #003399 solid;
		background:none;
		}
	input:focus, textarea:focus{
		background:#D6E0FE;
	}
