body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	background: #e8e9eb url(images/bg.png) top center repeat-y;
}

body, th, td, input, textarea, select, option {
font : normal 12px/14px Arial, sans-serif;
line-height:15px;
color:#111;
}

a {text-decoration:underline; color: #004b91;} a:hover {color: #333; text-decoration: underline;}
a.magazin {text-decoration:none;color:#000}	a.magazin:hover{text-decoration:underline}
h2.magazin {font: 16px Georgia bold; color: #86215d; margin:0; line-height:16px;}

h1 {font: 18px Arial bold; color: #333; margin: -10px 0px -5px 0px; line-height:16px;}
h2 {font: 14px Arial bold; color: #333; line-height:8px; margin-bottom:0px}
h3 {  };

.wrapper { width: 1000px; margin-left:auto; margin-right:auto }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: url('images/menu_bg.png')
}

#nav a {
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 5px;
	padding-left: 16px; padding-right: 16px;
	border-left: 1px dotted #a6a6a6;
	font-weight: bold;
}

#nav a:hover {
	background: #e0eff6;
}

#nav li { /* all list items */
	float: left;
/*	width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 140px;
	padding: 0;
	margin: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}

#nav li ul a { /* second-level lists */
	width: 110px;
	border-bottom: 1px dotted #a6a6a6;
	border-right: 1px dotted #a6a6a6;
	color: #4c738c;
	background: #e0eff6;	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: #e0eff6;
}
	
#events {
	width: 648px;
}

#event {
	float: left;
}

.cluburi td, .cluburi tr{
	border: 1px solid #ccc;
}

.cluburi tr {
	height: 50px	
}

         img {
         border: 0 none;
           }
