<!--
/* ------------------------ BODY ------------------------ */


html, body {
	height: 100%;
}

body {
	font-family: tahoma, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	background-color: #0d1f33;

}




#container {
	width: 770px;
	margin: auto;
	margin-top:10px;
	background-color: #D0E4F6;
	height: auto;
	margin-top: 0px;
		border: 0px solid #636B9F;
}

#content {
	width: 560px;
	margin: auto;
	padding-top: 10px;
	border: 0px solid green;
}


#header {
 	color: #333;
 	width: 770px;
 		height: 300px;

 		background-image: url('grafika/top.jpg');
	background-repeat: no-repeat;
	background-position: top;
}
#header_left {
	float:left;
 	width: 430px;
 	margin-top:15px;
 	height: 285px;
 
}



#header_right {
	float:right;
	margin-top:15px;
 	width: 340px;
 	height: 285px;
 	  /*	height: 300px;*/

 		background-image: url('grafika/tlo_foto.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#leftcolumn { 
 	
 	width: 200px;
 	float: left;
}
#rightcolumn { 
 	float: right;
	 width: 570px;
	 display: inline;
	
}
#footer { 
 	width: 770px;
 	clear: both;
 	color: #333;
 	background: #C3D2DF;
 	height: 50px;

	text-align: center;
 		background-image: url('grafika/bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}






.clear {
	clear: both;
	display: block;
}



/* ------------------------ LINKI ------------------------ */



a:link {
	color: #1D3E74; 
	text-decoration: none
} 
a:visited {
	color: #1D3E74; 
	text-decoration: none
} 
a:hover {
	color: #AF350A; 
	text-decoration: none;
}




#menu_dolne a:link {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight:bold;
} 
#menu_dolne a:visited {
	color: #FFFFFF; 
	text-decoration: none;
font-weight:bold;
} 
#menu_dolne a:hover {
	color: #FFD81C; 
	text-decoration: none;font-weight:bold;
}
#menu_dolne a.active {
	color: #FFD81C; 
	text-decoration: none;font-weight:bold;
}



#menu_lewe a:link {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
} 
#menu_lewe a:visited {
	color: #FFFFFF; 
	text-decoration: none;
font-weight:bold;
} 
#menu_lewe a:hover {
	color: #FFD81C; 
	text-decoration: none;font-weight:bold;
}
#menu_lewe a.active {
	color: #FFD81C; 
	text-decoration: none;font-weight:bold;
}



p {margin:0; padding: 0}






.center {
text-align:center;
}

#linki_bannery {
margin-top:20px;
text-align:center;
}
#linki_bannery img {
border:2px solid #4B4540;

}




input, select, textarea {
background-color:#ffffff;
border:1px solid #1D3E74;
}



/* ------------------------ NAGLOWKI ------------------------ */


h1 { font-size: 22px; color: #1D3E74; text-align:center; }


-->

