@charset "utf-8";
/* CSS Document */


body
	{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	}
	
.page_container
	{
	padding:0px;
	width:899px;
	height:833px;
	margin:0px auto;
	text-align:center;
	background-image:url(images/back.jpg);
	background-repeat:no-repeat;
	}

.top_container
	{
	width:100%;
	height:253px;
	
	background-repeat:no-repeat;
	
	}

.top_menu
	{
	float:right;
	width:215px;
	margin-top:235px;
	height:15px;
	}

#ustaw_jako_startowa
	{
	width:110px;
	float:left;
	height:15px;
	
	}

#dodaj_do_ulubionych
	{
	width:95px;
	float:left;
	height:15px;
	margin-left:5px;
	}

.flagi
	{
	float:right;
	width:200px;
	height:20px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
.flagi a img
	{
	border:none;
	}
	
.flagi a
	{
	margin-right:20px;
	}
/*********/
/* MAIN */
/********/

.main_container
	{
	width:899px;
	clear:both;
	}

.menu
	{
	float:left;
	width:300px;
	margin:0 auto;
	
	}

.menu img
	{
	margin:5px 0px;
	}
	
.menu a img
	{
	border:none;
	}

.info
	{
	font-weight:bold;
	font-size:16px;
	width:220px;
	margin:15px auto;
	
	}

.infolinia
	{
	margin:15px auto;
	width:250px;
	}

.main_right
	{
	float:left;
	width:590px;
	margin:0 auto;

	}

.main_kontakt
	{
	padding-top:5px;
	}
	
.main_kontakt_left
	{
	float:left;
	width:300px;
	}	
	
.main_kontakt_right
	{
	float:left;
	width:280px;
	}

.big
	{
	font-size:24px;
	font-wight:bold;
	}


.main
	{
	padding-top:20px;
	text-align:left;
	line-height:140%;
	padding-left:10px;
	background-color:white;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
	overflow:auto;
	}

.main_bottom
	{
	clear:both;
	width:590px;
	height:19px;
	}
	
.main_bottom_left
	{
	width:19px;
	height:19px;
	float:left;
	background-image:url(images/main_bottom.gif);
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
	}
	
.main_bottom_right
	{
	float:left;
	width:571px;
	height:19px;
	background-color:white;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
	}	



.bottom_container
	{
	font-size:10px;
	font-weight:bold;
	color:white;
	text-align:left;
	padding-left:30px;
	padding-top:4px;
	width:100%;
	height:23px;
	background-image:url(images/foot.png);
	background-repeat:no-repeat;
	}

.bottom_container a:link { text-decoration:none; color:white}
.bottom_container a:visited { text-decoration:none; color:white}
.bottom_container a:active { text-decoration:none; color:white}
.bottom_container a:hover { text-decoration:none; color:white}
