/* CSS Document */
* { margin:0; padding:0;}

html{ font-family:arial;}

body{
	background: url('../imgs/bg_braz.jpg') top left no-repeat;
	background-color: #483c2c;
	font-size:100%;
	color:#787878;	
}

#top{
	background: url(../imgs/top.gif) left top no-repeat;
	width:1026px;
	height:164px;
}

#srodek{
	background: url(../imgs/srodek.gif) left top repeat-y;
	width:1026px;
	height:200px;
	vertical-align:top;
}

#stopka{
	background: url(../imgs/stopka.png) left top no-repeat;
	width:1026px;
	height:71px;
}
A, A:visited, A:active { 
    font-size: 12px; 
	font-family:Tahoma, Verdana, Arial;
	color: #000000; 
	text-decoration: underline;
}

A:hover {
	 font-size: 12px; 
	font-family:Tahoma, Verdana, Arial;
	color: #FF0000; 
	text-decoration: none;
}

table {
 border-collapse: collapse;

}

td {
 font: normal normal 12px Verdana, sans-serif;
 border:0px;
 padding:0px;
}

#main
{	vertical-align:top;
	width:787px;

}

#menu
{	
	vertical-align:bottom;
	text-align:left;
	background: url(../imgs/podmenu.gif) left top no-repeat;
	width:787px;
	height:37px;
	 border:0px;
	 padding:0px;
	 

}
#obrazki
{	
	vertical-align:top;
	width:203px;
	
}

.tresc_top
{	
	background: url(../imgs/tresc_top.gif) left top no-repeat;
	width:787px;
	height:5px;
}
.tresc_top2
{	
	background: url(../imgs/tresc_top2.gif) left top no-repeat;
	width:787px;
	height:5px;
}

#tresc
{	background: url(../imgs/tresc_tlo.jpg) left top no-repeat;
	vertical-align:top;
	background-color: #FFF;
	width:787px;
	height:500px;
	
}

#tresc_bottom
{	
	vertical-align:top;
	background: url(../imgs/tresc_bottom.gif) left top no-repeat;
	width:787px;
	height:5px;
}
#copy{
	padding-left:40px;
	font-size: 11px; 
	font-family:Tahoma, Verdana, Arial;
	color:#FFF;
	text-align:center;
	width:150px;
}

.content{
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
	font-size: 13px; 
	font-family:Tahoma, Verdana, Arial;
	color:#333;
}