* {
	padding: 0;
	margin: 0;
}

a{
	outline: none;
}


/* BODY */

body{
	background: url('/images/bg.jpg') no-repeat center top #0e3c77; 
	font-family: Verdana; 
	font-size: 12px;
	color: #ababab;
}

html, body {
	height: 100%;
}

#flag{
	position: absolute;
	left: 50%;
	margin-left: 380px;
	width: 200px;
	height: 48px;
	padding-top:4px;
}

#flag li{
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
}

#flag img{
	border: 0px;
}



/*pozdrowienia dla maæka, ryœka, waldka, artura*/

.radius{

	-webkit-border-radius:  18px; /* Safari, Chrome */
	-khtml-border-radius:  18px;    /* Konqueror */
	-moz-border-radius:  18px; /* Firefox */
	border-radius: 18px;
} 

.cleaner{
	clear: both;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -318px; 
}
 .push {
	height: 318px; 
	z-index: 1;
}

.footer{
	height: 318px;
	background: url('/images/bg-footer.jpg') repeat-x bottom;
	z-index: 1;
}


/* LAYOUT */

#container{
	margin: 0px auto;
	width: 1000px;
	background: url('/images/bg-text.jpg') no-repeat;
}



#logo{
	width: 950px;
	height: 318px;
	background: url('/images/logo.png');
	margin: 0px auto;
}

.menu{
	width: 260px;
	float: left;
	padding-bottom: 50px;
}

	.menu li{
		display: block;
		width: 260px;
		text-align: center;
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 17px;
		color: #406fed;
	}
	
	.menu li a:link, .menu li a:visited{
		text-decoration: none;
		color: #1eb8ff;
		text-transform: uppercase;
		padding: 5px 10px 10px 10px;
	}
	
	.menu li a:hover, .selected{
		color: #fff;
		background: #0d3e7d;
		border: 1px solid #135095;
			-webkit-border-radius:  18px; /* Safari, Chrome */
	-khtml-border-radius:  18px;    /* Konqueror */
	-moz-border-radius:  18px; /* Firefox */
	border-radius: 18px;
	}

#content{
	min-height: 500px;
	width: 680px;
	float: right;
	color: #8daace;
	line-height: 20px;
	padding: 0px 30px 50px 30px;
}

	.image, #content a:link img, #content a:visited img{
		border: 8px solid #1b4990;
			-webkit-border-radius:  8px; /* Safari, Chrome */
	-khtml-border-radius:  8px;    /* Konqueror */
	-moz-border-radius:  8px; /* Firefox */
	border-radius: 8px;
	margin: 5px;

	}
	
	#content a:hover img{
		border: 8px solid #508ae3;
		-webkit-border-radius:  8px; /* Safari, Chrome */
	-khtml-border-radius:  8px;    /* Konqueror */
	-moz-border-radius:  8px; /* Firefox */
	border-radius: 8px;
	margin: 5px;
	}
	
	#content a:link, #content a:visited{
		color: #3570f5;
		
	}
	
	#content a:hover{
		color: #fff;
	}
	
	a:link{
		text-decoration: none;
	}
	
	h2{
		color: #4b7dee;
		font-size: 30px;
		margin-bottom: 10px;
	}

#footer-copyrights{
	width: 1000px;
	height: 228px;
	padding-top: 90px;
	margin: 0px auto;
	color: #5eacfe;
	font: 9px/15px Verdana;
	background: url('/images/footer.jpg');
}

.up{
	margin: 0px auto;
	display: block;
	height: 50px;
	width: 90px;
	border: 0px;
	text-indent: -3000px;
	margin-bottom: 150px;
}


.cleaner{
	clear: both;
}
