@CHARSET "UTF-8";

a { outline:none;
	text-decoration: none;}
	
a:HOVER { outline:none;
	text-decoration: underline;}
a img {
	border: none;
	}



html, body {
	background-color: #030538;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	
}


#contener {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	}


#header {
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 260px;
}



#menu {
		width: 660px;
		margin-left:auto;
		margin-right: auto;
		padding-top: 210px;
		padding-left: 310px;
		position: relative;
	}

#menu ul, #menu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul {
	float: left;
	padding:0;
	
}

#menu ul li {
	float: left;
}

#menu ul a:link, #menu ul a:visited {
	position: relative;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	padding: 20px 15px;
}

#menu ul a:hover {
	color: #E2914C;
	
}

.lewa {
	float: left;
}

.prawa {
	float: right;
}




#lang {
		
		height: 30px;
		width: 80px;
		float: right;
		margin-right: 25px;
		margin-top: -25px;
	}

#lang img {
		margin-left: 6px;
		margin-top: 10px;
	}


#iso {
		margin-top: 5px;
		margin-right: 25px;
		width: 260px;
		height: 50px;
		clear:both;
		float: right;
		background-image: url("images/iso_tlo.png");
		background-repeat: no-repeat;
		background-position: bottom center;
		text-align: right;
		font-weight: bold;
		line-height: 15px;
		font-size: 12px;
	}

#tresc {
	clear:both;
	width: 700px;
	background-image: url("images/tresc_tlo.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #365A9F;
	line-height: 20px;
	text-align: justify;
	min-height:500px;
	padding-top:5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	overflow: auto;
}


h1, h2, h3 {
	background-image: url("images/naglowek_tlo.png");
	background-repeat: no-repeat;
	background-position: top left;
	
	}
	
	
	
h1 a, h2 a, h3 a {
	color: white;
	text-decoration: none;
	
	}


	
	
#tresc p {
	text-indent: 25px;
	text-align: justify;
	}
	


#footer{
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: none;
	font-size: 11px;
	text-align: center;
	}




.t1 {
	
	font-size: 13px;
	font-weight: bold;
	text-align: center !important;
	
	}

.t2 {
		font-size: 16px;
		font-weight: bold;
		text-align: center !important;
		
	}

.link_tlo {
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 20px;
		background-color: #DDE5FF;
		color: black;
		font-size: 14px;
		font-weight: bold;
		text-align: center !important;
		line-height: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

.link_tlo a {
		color: black;
		text-decoration: none;	
	}
	
.link_tlo a:HOVER {
		
		text-decoration: underline;	
	}
	
	
.round {
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
}

