/*
	colori:link #931616;
*/
body {
	font-family: "Lucida Console", "Courier New", "Bitstream Vera Sans Mono", monospace;
	font-size: 11px;
	color: black;
	background-color: white;  
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a:link, a:visited {
	font-weight:bold; 
	text-decoration:none;
}
a:link  { 
	color:#931616; 
}
a:visited {
	color:#4d0c0c;
}
a:hover {
	text-decoration:underline;
}	

#container {
	margin:20px auto;
	width:780px; 
	height:550px;
	background-color:white;
	background-image:url(img/background.gif);
	background-repeat:no-repeat;
	text-align:left;
}
#language {
	float:right;
	margin-right:20px;
}
 .clearfloat {
	clear:both;
}

#menu {
	float:left;
	padding-top:25px;
	margin-right:100px;
	height:420px;
	width:210px;
}
.menuitem {
	margin:0px 5px;
	text-align:right; 
} 
.menuitem a:hover img { 
	/* padding-right:40px; 
	 background-image: url(img/g.gif);
	background-position:center right;
	background-repeat:no-repeat;*/
}
#maincontent {
	margin:45px 10px 25px 0px; 
	width:450px;
	height:333px;
	overflow:auto;	 
	 
}
#footer {
	clear:both;
	text-align:center;
}

div.concertsep {
	width:260px;
	border-top:1px solid black;
	margin:10px 0px;
	clear:left;
}
img.border {
	border:1px solid black;	
}
