ul {
  list-style: disc outside;
  padding-left:20px;
}
ol {
  list-style: decimal outside;
  padding-left:20px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,h2,h3,h4,h5
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #01793a;
  margin-bottom:10px;
  font-weight:normal;
  text-align:center;
}
h1
{
  font-size:32px;
  margin-bottom:0;
  text-align:center;
}
h2
{
  font-size:18px;
  text-align:center;
}
h3
{
  font-size:18px;
}
h4
{
  font-size:16px;
}
h5
{
  font-size:14px;
  margin-bottom:5px
}
.csc-default 
{
  margin-bottom:25px 
}
.csc-textpic-caption
{
  padding:5px 0;
}
.contenttable 
{
  border: 1px solid #000;
  margin: 0 auto;
}
.contenttable th, 
.contenttable td 
{
  border: 1px solid #000;
  padding: 5px;
}
a 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #95c85f;
  text-decoration: none;
}
nav ul
{
  list-style-type:none;
  padding:0;
}
nav ul:after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
nav ul>li
{
  float:left;
}
/*------------------------------------------------------------------------------------------*/

.desktop
{
  display:block;
}
.mobile
{
  display:none;
}
#page
{
  background:url(../Images/background.png) no-repeat left top transparent;
  min-height:690px;
  width:1000px;
}
header.page_header
{
  height: 120px;
}
nav.header_nav
{
  height:70px;
  margin-left: 82px;
}
nav.header_nav>ul
{
}
nav.header_nav>ul>li
{
  background:url(../Images/header_menu.png)  no-repeat left top transparent;
  width:175px;
  float:left;
  height:auto;
  text-align:center;
  margin-left: -22px;

}
nav.header_nav>ul>li>a
{
  display: table-cell;
  vertical-align:middle;
  height:64px;
  text-align:center;
  font-family: Arial;
  font-size: 17px;
  color: #2E2E2E;
  text-decoration:none;
  padding: 0px 10px 0;
  width:160px;
}

nav.side_nav
{
  float:left;
  width: 175px;
  padding: 0 0 0 10px;
  margin-top: 35px;
}
nav.side_nav ul.language>li.language {
    float: left;
    margin-right: 5px;
}
nav.side_nav>ul>li
{
  float:none;
  height:25px;
}
nav.side_nav>ul>li>a
{
  color: #2E2E2E;
  font-weight:bold;
}
nav.side_nav>ul>li>a:hover
{
  text-decoration: underline;
}

nav.page_nav
{
  text-align:center;
  margin-bottom:20px;
}
nav.page_nav>ul
{
  display:inline-block;
}
nav.page_nav>ul>li:before
{
  content:'|';
  padding:0 5px 0 10px;
}
nav.page_nav>ul>li:first-child:before,
nav.page_nav>ul>li.first:before
{
  display:none;
}
section.content
{
  margin:10px 0 0 220px;
}
ul.recordlist {
    list-style-type: none;
}
ul.recordlist li 
{
  float: left;
  margin: 10px;
}
ul.recordlist li a.gallery
{ 
  width:220px;
  height:250px;
  display:block;
  overflow:hidden;
  text-align:center;
}
ul.recordlist li a.gallery img
{
  max-height:200px;
  width:auto;
  height:auto;
}
ul.recordlist li a.image
{ 
  width:150px;
  height:150px;
  display:block;
  overflow:hidden;
  text-align:center;
}
ul.recordlist li a.image img
{
  max-height:100%;
  width:auto;
  height:auto;
}
div.csc-mailform ol
{
  list-style-type:none;
}
div.csc-mailform ol li
{
  margin-bottom:5px;
}
div.csc-mailform li label 
{
  line-height: 24px;
}
div.csc-mailform label strong, 
div.csc-mailform legend strong
{
  text-transform: none;
}

table.tournament-results {
    width: 100%;
}
table.tournament-results thead {
    font-weight: bold;
}
table.tournament-results h3 {
    font-size: 14px;
    text-align: left;
    margin: 10px 0 0 0;
    font-weight: bold;
}
ul.tournaments
{
  list-style-type:none;
}
ul.tournaments h2
{
  text-align:left;
  margin:20px 0 5px 0;
}

li.language.language-leer
{
  display:none;
}