@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
table {
  border-collapse: collapse;
  border: 1px solid #e0dcde;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #000;
  min-width: 500px;
  max-width: 660px;
  background: #f0efed;
  
  }
caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
td, th {
  border: 1px solid #999;
  padding: .8em;
  color: #000;
  }
thead th, tfoot th {
  font: bold 12px verdana, arial, helvetica, sans-serif;
  
  border: 1px solid #999;;
  text-align: inherit;
  background: #e0dcde;
  color: #817d7e;
  padding-top:6px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #817d7e;
  }
tbody td a:hover {
  background: transparent;
  color: #F90;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #817d7e;
  }
tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #e0dcde;
  background: #e0dcde;
  padding-top:4px;
  }
.odd {
  background: #7B2342;
  }
tbody tr:hover {
  color: #000;
  background: #d4d3d1;
  
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #d4d3d1;
  color: #000;
  }
#header {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -468.5px;
	height: 136px;
	width: 937px;
	
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#buttons {
	left: 50%;
	margin-left: -468.5px;
	position: absolute;
	top: 156px;
	width: 937px;
	height: 38px;
	white-space:normal;
	background-image: url(images/buttonbar.png);
	background-repeat: no-repeat;
}
#in-outdoor {
	border-style:solid;
	border-width:1px;
	border-color:#999;
	left: 1px;
	position: absolute;
	top: -5px;
	width: 101px;
	height: 56px;
	white-space:normal;
	background-image: url(images/in-outdoor.png);
	background-repeat: no-repeat;
}
#clubinfos {
	border-style:solid;
	border-width:1px;
	border-color:#999;
	left: 1px;
	position: absolute;
	top: -5px;
	width: 651px;
	height: 27px;
	white-space:normal;
	background-image: url(images/clubinfos.png);
	background-repeat: no-repeat;
}
#copyright {
	position: relative;
	top: 4px;
	right: 5px;
	color: #999;
	float: right;
	text-align: right;
	text-transform:none;
}
#copyright a{
	color: #999;
}
#copyright a:hover{
	text-decoration:overline;
	color: #999;
}
#content_top{
	left: 50%;
	margin-left: -467.5px;
	position: absolute;
	top: 196px;
	width: 698px;
	height: 6px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	
}
#content{
	text-align: center;
	position: relative;
	top: 6px;
	width: 698px;
	padding: 5;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}
#content_bottom{
	position: relative;
	width: 698px;
	height: 6px;
	top: 6px;
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
}
#content_big_top{
	left: 50%;
	margin-left: -467.5px;
	position: absolute;
	top: 196px;
	width: 936px;
	height: 6px;
	background-image: url(images/content_big_top.jpg);
	background-repeat: no-repeat;
	
}
#content_big{
	text-align: center;
	position: relative;
	top: 6px;
	width: 936px;
	padding: 5px;
	
	background-image: url(images/content_big.jpg);
	background-repeat: repeat-y;
}
#content_big_bottom{
	position: relative;
	width: 936px;
	height: 6px;
	top: 6px;
	background-image: url(images/content_big_bottom.jpg);
	background-repeat: no-repeat;
}
#news_topnews_field{
	left: 50%;
	margin-top: 30px;
	margin-left: 235px;
	position: absolute;
	top: 196px;
	width: 235px;
	height: 137px;
}
#news_top {
	left: 50%;
	margin-left: 231px;
	position: absolute;
	top: 196px;
	width: 239px;
	height: 167px;

	background-image: url(images/news_top.jpg);
	background-repeat: no-repeat;
}
#news {
	position: relative;
	top: 167px;
	width: 239px;
	padding: 3;
	
	background-image: url(images/news.jpg);
	background-repeat: repeat-y;
}
#news_bottom {
	position: relative;
	width: 239px;
	height: 7px;
	top: 167px;
	background-image: url(images/news_bottom.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #06F;
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border: none;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #000000;
	border: none;
}

