/* CSS Document */

body {
	background:url(images/bg.jpg);	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #333;
}
.centry #sitemain {
	width: 849px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#top{position:relative; width:849px; height:267px;}
#wrapper {
	margin: 0 auto; /* centering */
	overflow: hidden; /* clearance */
	width: 849px;
	background-color: #ffffff;
	display: table;
		}
#container, #menu {
	display: table-cell;
	vertical-align: top;
}
#menu{position:relative; width:197px; background: url(images/menu_bg.jpg) bottom repeat-x #4E4F54;}
#container{position:relative; width:602px; padding:10px 25px 10px 25px; background:url(images/cnt_bg.jpg) bottom no-repeat; text-align:left;}
#bottom{position:relative; width:849px; height:89px; float:left; text-align:left;}
#stopka {position:relative; width:849px; height:12px; margin-top:10px; padding-bottom:10px; float:left; text-align:center; color:#FFF;}



a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

#stopka a{
	color:#CC0000;
	font-weight:normal;
	text-decoration: underline;
}


