/* CSS Document */
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#f7f7f7;
}
.main { width : 850px; margin: 0 auto;height: 100%; border-left:1px solid #9F9F9F;border-right:1px solid #9F9F9F;}
.header{ background:url('../img/logo.gif') 20px 10px no-repeat; width:850px;}
.meniu { margin-top: 80px;  list-style-type: none;background-color:#8AA1B1; }
.meniu li {float: left;padding-left: 20px; padding-right: 20px;padding-top:6px;background-color:#8AA1B1; text-align:center; height:20px; border-right: 1px solid #f8f8f8;} 
.logo{ background-color:#8AA1B1;}
.text,.out{text-align:left;width:800px;padding-left:20px;}
.wingr{height:25px; background-color:#8AA1B1; border-bottom:1px solid #7B92A2; margin-bottom:4px; }
.clear{clear:both;}
.active {color: #FFFFFF}
a:visited {color: #333333; text-decoration:none }
a:link    {color: #333333; text-decoration:none }
a:active  {color: #FF0000; text-decoration:none }
a:hover   {color: #FF0000; text-decoration:none }



