/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0;
 background: #ffffff; 
 color: #333333;
 font: 12px Trebuchet MS, Arial, Trebuchet, sans-serif;
 	text-align : left;
}	 
	
.vermell{
	color : #C50304;
	} 
	.negre{
	color : #000000;
	} 
	
.vermellTit{
color : #C50304;
font-size : 18px;
font-weight : bold;
} 
.negreTit{
color : #000000;
font-size : 18px;
font-weight : bold;
} 
.header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #BD9C8C;
}
.leftcolumn { 
 color: #333;
 background: #ffffff;
 width: 219px;
 float: left;
}
.content { 
 float: left;
 color: #333;
 background: #ffffff;
 padding: 0px;
 /*width: 482px;*/
 display: inline;
}
.rightcolumn { 
 color: #333;
 background: #ffffff;
 padding: 0px;
 width: 249px;
 float: right;
}

.leftcolumn_c { 
 color: #333;
 background: url(img/club1000/bkg_hleft.gif) repeat-y;
 width: 219px;
 float: left;
 overflow: auto;
}
.menu {
	padding-top: 6px;
	padding-left: 7px;
	float: left;
}
.content_txt {
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 7px;
}
.photo {
	padding-left: 3px;
	height: 100%;
}
.separator {
 height: 1px;
 width: 950px;
 background: url(img/club1000/bkg_guiavertical.gif) repeat-x;
}
.content_c { 
text-align : left;
 float: left;
 color: #333;
 background: #fff url(img/club1000/bkg_content.jpg) repeat-x;
 width: 482px;
 overflow: auto;
}
.rightcolumn_c { 
text-align : left;
 color: #333;
background: url(img/club1000/bkg_hright.gif) repeat;
 width: 249px;
 float: right;
overflow: auto;
}

.leftcolumn_f { 
 color: #333;
 width: 629px;
 float: left;
 height: 126px;
 padding-left: 72px;
 background: url(img/club1000/bkg_pie.jpg) repeat-x;

}
.rightcolumn_f { 
	text-align : left;
 color: #333;
 padding: 0px;
 width: 321px;   /* 249*/
 height: 126px;
 float: left;
 background: url(img/club1000/bkg_pie.jpg) repeat-x;
}

.footer { 
 margin: 0 auto;
 width: 950px;
}

.top{
 clear: both;
 margin: 0 auto;
 width: 950px;
}

.top_content{
 clear: both;
 margin: 0 auto;
 width: 950px;
 background: url(img/club1000/bkg_content_top.gif) repeat;
overflow: auto;
}
 
 /* Presentation Stylesheet */ 
h4 {
 margin:0;
 padding: 5px 0;
 }

a:hover {
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
	color : #C50304;
}
a:visited {
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
	color : #C50304;
}
a:link {
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
	color : #C50304;
}

a.blau:hover {
	font-size : 11px;
	text-decoration : underline;
	font-weight : bold;
	color : #0E4288;
}
a.blau:visited {
	font-size : 11px;
	text-decoration : underline;
	font-weight : bold;
	color : #0E4288;
}
a.blau:link {
	font-size : 11px;
	text-decoration : underline;
	font-weight : bold;
	color : #0E4288;
}