@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
	}
a:hover {
	text-decoration: none;
	color:#000000;
}
a:active {
	text-decoration: none;
	color:#000000;
}
.body
{
position: relative; 
	width: 990px;  
	height:700px;
	margin: 0 auto; 	
	border: 1px solid #000000;
	text-align: left;
	background:url(images/bg.png);
	}
.content{
height:700px;
width:800px;
float:left;
	margin-top:50px;
	margin-left:80px;
	border: none;
	}
.meniu
{
height:20px;
width:400px;
float:left;
	margin-top:50px;
	margin-left:50px;
	font-size:smaller;
	}
.banner
{
height:50px;
width:250px;
float:right;
	margin-top:20px;
	margin-right:50px;
	font-size:smaller;
}
.normal{
background: none;
border: none;
}
.color{
background: none;
border: none;
font-weight:bold;
}
