/* 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: Verdana, Geneva, sans-serif; 
	font-size:12px; 
	color: #FFFFFF;
	line-height:18px;
}
.centry #sitemain {
	width: 882px;
	background: transparent;
	margin: 0px 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. */
}
#menu{position:relative; width:882px; height:80px; text-align:right;}
#top{position:relative; width:882px; height:228px; margin-bottom:45px;}
#container{position:relative; width:882px; background:transparent; float:left;}
#left{position:relative; width:547px; float:left; margin-right:10px;}
#right{position:relative; width:315px; height:296px; float:left;}
#stopka{position:relative; width:882px; height:68px; font-size:10px; text-align:center; color:#000; margin-top:30px; float:left}
#stopkal{position:relative; background: url(images/stopka_bg.jpg); width:468px; height:68px; font-size:10px; text-align:center; float:left;}
#stopkar{position:relative; width:414px; height:68px; font-size:10px; text-align:center; float:left;}
.stopkatrest{
	position:absolute;
	left: 171px;
	top: 16px;
}



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

#stopka a{
	color: #F00;
	text-shadow:0px;
	font-weight:normal;
	text-decoration: underline;
	text-align:left;
}

