
/* site layout */
#top 	   { position: relative; top: 0px; width: 1024px; height: 115px; margin: auto;
			 background-image: url(images/bg_title.jpg);
			 background-position: center;
			 background-repeat: no-repeat;
		   }
#logo-left { height: 115px; width: 200px; float: left;
			 background-image: url(images/logo_stormvogels.jpg);
			 background-position: center;
			 background-repeat: no-repeat;
           }
#logo-right{ height: 115px; width: 200px; float: right;
			 background-image: url(images/logo_stormvogels.jpg);
			 background-position: center;
			 background-repeat: no-repeat;
		   }
#header	   { width: 624px; text-align:center; float: left; font-size:24px; color:#FFFFFF; padding-top:40px;}

#main	   { position: relative; width: 1024px; height: 653px; margin: auto;}
#main-left { position:inherit; top:inherit; width: 200px; height:653px; float: left;
			 background-image: url(images/bg_menu_fh.jpg);
			 background-position: top;
			 background-repeat: no-repeat;
}
#main-center { position:inherit; top:inherit; width: 624px; height:inherit; float: left;}
#main-right { position:inherit; top:inherit; width: 200px; height:inherit; float: left;}

#menu-container {
	position: inherit; 
	height: inherit; 
	width: 175px; 
	top: 25px; 
	left: 25px;
}

/* body font */
body {
  font-family: Bimini, Verdana, Arial, serif;
}

/* news styles */
.title {
	font-size: 14px;
	font-weight: bold;
}

.news {
	font-size: 12px;
}

.odd {
   color: #FFFFFF;
	background-color: #336600;
}

.even {
   color: #FFFFFF;
	background-color: #33CC00;
}

p { margin: 0; padding: 0; }

.auth {
	font-size: 10px;
	text-align: right;
}

.morenews {
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

/* floating bars */
#floatbar-right {
	position: relative; top: 0px; width: 174px; float: right; right: 20px;
	background-image: url(images/modul_green.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

.flh {
  font-weight: bold;
  font-size: 12pt;
  line-height: 14pt;
  font-family: helvetica;
  font-variant: normal;
  font-style: normal;
  color: white;
}

/* sponsors */
a.sponsor {
	color: black;
	font-size = 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
}

a.rnd, a:visited.rnd, a:active.rnd, a:hover.rnd {
	color: white;
	background-color: white;
}

/* competitie tabellen */
table {
	width: 100%;
    margin-right: 0;
}

td {
	font-size: 10pt;
} 

.c0
	{text-align:left;
	font-size: 8pt;}
.c1
	{text-align:left;
	font-weight:700;
	font-size: 8pt;}
.c2
	{text-align:right;
	font-size: 8pt;}
.c3
	{text-align:right;
	font-size: 8pt;
	font-weight:700;
	width: 14px;}
.c4
	{text-align:left;
	font-size: 8pt;
	width: 26px;}
.c5
	{text-align:center;
	font-size: 8pt;}
.c6
	{text-align:right;
	font-size: 8pt;
	width: 14px;}
