﻿body
{
	font-family: Arial;
	font-size: 12px;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    background-image: url(../images/bg.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 
{
	font-family: Arial;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-size: 28px;
}

h2
{
	font-family: Arial;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-size: 24px;
}

h3
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

p
{
	font-family: Arial;
	font-size: 15px;
	line-height: 21px;
	margin: 0px;
}

a
{
	color: #879d4d;
	text-decoration: none;
}

td
{
	vertical-align: top;
}

.small
{
	font-size: 12px;
}

.postdate
{
	font-family: Arial;
	font-size: 11px;
	color: #888;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.allereacties
{
	font-family: Arial;
	font-size: 12px;
	color: #879d4d;
	float: right;
	margin-top: 3px;
}

.allereacties a
{
	color: #879d4d;
	text-decoration: none;
}

.allereacties a:hover
{
	color: #879d4d;
	text-decoration: underline;
}        

.menu ul
{
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu ul li
{
    line-height:30px;
    text-indent:15px;
    width:115px;
}

*html .menu ul li
{
    line-height:30px;
    text-indent:15px;
    width:115px;
}       

.menu ul li{
    position: relative;
    display: inline;
    float: left;
    background-repeat:no-repeat;
    background-position:top left;
}        
 
.menu ul li a
{
	font-family: Verdana;
    display: block;
    color: #444;
    height:30px;
    width:114px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}        


* html .menu ul li a { 
    display:inline-block;
}

.menu ul li a{
    color: #666 !important;
}

.menu ul li a:hover
{
	font-weight: bold;
    background: #7a7a7a; 
    color: #fff !important;
    text-decoration:none;
}

.menu ul li a.hover
{
	font-weight: bold;
    background: #7a7a7a; 
    color: #fff !important;
    text-decoration:none;        	
}
	
.menu ul li ul{
    position: absolute;
    border-top: solid 1px #ccc;
    left: 0;
    display: block;
    visibility: hidden;
}

* html .menu ul li ul li{

}

.menu ul li ul li{
    display: list-item;
    float: none;
    background-image: url(../images/menuitem_bg.png);
    background-position: top left;
    background-repeat: repeat-y;
    width: 275px; 
}

.menu ul li ul .end
{
    background-image: url(../images/menubottom.png) !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    height: 4px !important;
    line-height: 4px !important;
}

.menu ul li ul li a
{
	margin-left: 3px;
    width: 267px; 
    height:40px;
    line-height: 40px;
}


.menu ul li ul li a:hover{
    background-color: #fff;
    color: #444 !important;
}        

.clear
{
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
}

.reacties
{
	width: 100%;
	margin-top: 10px;
	
}

.reactie
{
	background-color: #f1f1f1; 
	width: 100%;
	margin-bottom: 3px;
}

.reactie img
{
	border: none;
}

.reactie td
{
	vertical-align: top;
	
}

.reactie .title
{
	color: #879d4d;
	font-weight: bold;
}
.reactie .date
{
	font-weight: normal;
	color: #888;
}       

.reactie p
{
	margin: 0px;
	margin-top: 5px;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
} 

.reactie textarea
{
	width: 98%;
	font-size: 12px;
	border: solid 1px #ccc;
}

.reactie .inputinactive
{
	color: #888;
	height: 40px;
}

.reactie .inputinactivebig
{
	color: #888;
	height: 75px;
}

.reactie .inputactive
{
	height: 75px;
	color: #444;
	background-color: #fff;
}

.reactie .tb
{
	background-color: #fff;
	color: #444;
	width: 98%;
}

.reactie .tbinactive
{
	background-color: #fff;
	color: #888;
	width: 98%;
}

.reactie .btn
{
	background-color: #b0db39;
	padding: 1px;
	font-size: 12px;
	color: #444;
	border: solid 1px #aaa;
}

.imgtop 
{
	background-image: url(../images/img-top.jpg); background-position: left bottom; background-repeat: repeat-x; width: 100%; height: 12px;
}

.imgtop img
{
	margin: 0px !important;
}

.imgmiddle table
{
	width: 100%;
}
.imgmiddle table td img
{
	float: none;
	margin: 0px;
	border: none;
}
.imgmiddle table td
{
	text-align: center;
}
.imgmiddle .tdleft
{
	width: 17px; background-image: url(../images/img-left.jpg); background-position: left top; background-repeat: repeat-y;
}

.imgmiddle .tdright
{
	width: 15px; background-image: url(../images/img-right.jpg); background-position: right top; background-repeat: repeat-y;
}

.imgbottom
{
	background-image: url(../images/img-bottom.jpg); background-position: left bottom; background-repeat: repeat-x; width: 100%; height: 17px;
}
.imgbottom img
{
	margin: 0px !important;
}

.artikel
{
	margin-bottom: 30px;
}

.panel
{
	width: 100%;
	margin-bottom: 30px;
}

.panelsponsor
{
	width: 100%;
	margin-bottom: 30px;
}

.panelsponsor img
{
	border: solid 1px #aaa;
}

.wedstrijden
{
	width: 100%; 
	border: solid 1px #ccc;
}

.wedstrijden th
{
	text-align: left;
	background-color: #ddd;
	font-weight: bold;
	padding: 4px;
}

.wedstrijden td
{
	padding: 4px;
}

.wedstrijden .alt
{
	background-color: #eee;
}
.wedstrijden .mark
{
	color: #f00;
}

.wedstrijddatum
{
	line-height: 35px;
	font-weight: bold;
	font-size: 14px;
}	

.fotoboek
{
	float: left;
	text-align: center;
	width: 100%;
}
.fotoboektitel
{
	float: left;
}

.fotoboek a
{
	font-size: 20px;
	font-weight: bold;
}

.no_reactie
{
	border: solid 2px #fff;
}

.aanmelden
{
	font-size: 14px;
}

.aanmelden .tb
{
	width: 250px;
	padding: 5px;
	border: solid 1px #ccc;
}

.aanmelden td
{
	height: 40px;
	vertical-align: top;
}

.aanmelden .small
{
	font-size: 12px;
}

.error
{
	font-size: 12px;
	color: #f00;
}

.btn
{
	background-color: #b0db39;
	padding: 1px;
	font-size: 12px;
	color: #444;
	border: solid 1px #aaa;
}
