/*

	****************************************
	* Author: Frank van Wijk               *
	* Copyright © 2007 *
	****************************************
*/

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:left;
}

#page
{
	top: 25px;
	left: 50%;
	position: absolute;
	margin-top: 0px;  /*handig voor als je php errors wilt zien */
}

#pagetop
{
	height: 25px;
	background-repeat: no-repeat;
	position: static;
}

#pagemid
{
	background-repeat: repeat-y;
	position: static;
	padding-bottom: 15px;
}

#pagebottom
{
	background-repeat: no-repeat;
	height: 25px;
	position: relative;
	clear: both;
}

#advertentiebottom {
	position: relative;
	width:560px;
	marign-bottom: 10px;
}

#copyright {
	position: absolute;
	bottom: 20px;
	left: 193px;
	clear: both;
}


#owee {
	width: 135px;
	left: 135px;
	top: -10px;
	position: absolute;
	z-index: 4;
	clear: both;
	
}

#fotodiv
{
	height: 149px;
	top: -11px;
	position: relative;
	margin-bottom: -11px;
	filter:alpha(opacity=50);
	/*-moz-opacity:.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
	opacity:.50;
	z-index: 1;
}

/*.foto
{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	margin: 0px;
	top: -11px;
	position: relative;

}*/

#topright
{
	width: 190px;
	height: 150px;
	top: 14px;
	padding-left: 10px;
	position: absolute;
	z-index: 3;
	vertical-align: bottom;
}

#menu
{
	width: 160px;
	height: 100%;
	top: 162px;
	position: static;
	float: left;
}

.menubutton
{
	height: 24px;
	width: 160px;
	position: relative;
	vertical-align: middle;
	line-height: 24px;
}

.menusubbutton
{
	height: 18px;
	width: 160px;
	position: relative;
	line-height: 16px;
	position: static;
}

.menusubsubbutton
{
	height: 16px;
	width: 160px;
	position: relative;
	line-height: 14px;
	position: static;
}

.menuimg
{
	margin: 0px 5px 0px 5px;
	float: left;
	border: none;
	filter:alpha(opacity=50);
	/*-moz-opacity:.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
	opacity:.50;
}

.submenuimg
{
	margin-right: 5px;
	margin-left: 17px;
	margin-top: 4px;
	float: left;
	border: none;
}

.subsubmenuimg
{
	margin-right: 5px;
	margin-left: 17px;
	margin-top: 3px;
	float: left;
	border: none;
}

#advertentieleft
{
/*	width: 250px;
	position: relative;
	vertical-align: middle;
	left: -95px;
*/
	width: 120px;
	margin: 0 20px;
}

div.youngdogs {
	position: absolute;
	right: 0px;
	top: 21px;
}

#infohok
{
	border: #000000 1px solid;
	width: 150px;
	float: right;
	text-align: center;
	margin: 0px 0px 10px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

#content
{
	background-color: #FFFFFF;
	position: static;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px; /* Deze moet eigenlijk nog ingesteld worden afhankelijk van de navlinks */
}

.overview {
	border-collapse: collapse;
	font-size: 11px;
	clear: both;
}

.row1 {
	background-color: #f0f0f0; /*#deecfe; */
	padding-left: 2px;
	padding-right: 2px;
}

.row2 {
	background-color: #ffffff; /* #fcf3d7; */
	padding-left: 2px;
	padding-right: 2px;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.outer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	empty-cells: show;
}

td {
	vertical-align: text-top;
}

#column
{
	float: right;
	right: 13px;
	position: relative;
	font-size: 11px;
	z-index: 2;
}

.columheader
{
	width: 190px;
	height: 25px;
	padding-left: 10px;
	background:url(img/layout/columnheader.png);
	vertical-align: middle;
	line-height: 25px;
}

.columnbody
{
	width: 190px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.scheidinghome { /* wordt niet meer gebruikt, omdat scheiding toch mooier is */
	height: 0px;
	width: 100%;
	border: none;
	border-top: 3px double #0648a2;
	margin-bottom: 25px;
}

.scheiding {
	height: 0px;
	width: 100%;
	border: none;
	border-top: 1px dotted #0648a2;
	margin-bottom: 25px;
	margin-top: 0px;
}

.scheidingadvo {
	height: 0px;
	width: 100%;
	border: none;
	border-top: 1px dotted #0648a2;
	margin-bottom: 5px;
	margin-top: 0px;
}

.dezeweekleftcol {
	background-color:#0648a2;
	width: 150px;
	padding: 10px;
	border-top: 1px dotted #5475a2;
}

.dezeweekrightcol {
	padding: 0px 15px 15px 15px;
	border-top: 1px dotted #0648a2;
}

/* TEKST */
input {
/*	font-family: Tahoma, Arial, sans-serif; */
	font-size: 11px;
	color: #666666;
	border: 1px solid #225599;
	background-color: #eaf3ff;
	margin: 1px;
}

	input[type="submit"] {
		background-color: #FFFFFF;
		color: #225599;
		border: 1px solid #DDDDDD;
	}

textarea {
	padding: 2px;
	font-size: 11px;
	color: #666666;
	border: 1px solid #3966a2;
	background-color: #eaf3ff;
}

h1 {
/*	font-family: Tahoma, Arial, sans-serif;*/
	font-size: 16px;
	font-weight: bold;
	color: #05387f;
}

h1.inschrijflijst {
	font-size: 48px;
	margin: 0px;
}

h2 {
/*	font-family: Tahoma, Arial, sans-serif;*/
	font-size: 14px;
	font-weight: bold;
	color: #05387f;
}

h2.inschrijflijst {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
/*	font-family: Tahoma, Arial, sans-serif;*/
	font-weight: bold;
	color:  #05387f;
	font-size: 12px;
}

h3.inschrijflijst {
	margin: 0px;
	font-size: 18px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

p.newsfooter {
	text-align: right;
	font-size: 9px;
	/*font-style: italic;*/
	margin-top: 25px;
	margin-bottom: 2px;
	color: #05387f;
	clear: both;
}

p.inschrijflijst {
	margin: 0px;
	font-size: 15px;
}

form {
	margin-top: 0px;
}

	form.editform {
		background-color:#FFFFCC;
		padding: 10px;
		margin-top: 10px;
		border: dashed 1px #0066CC;
	}
		form.editform textarea,form.editform input {
			background-color: #ffffff;
		}
		
.dezeweeklefttitles {
	color: #f9e04a;
	text-align: right;
	font-size: 11px;
}

/* LINKS */
/* gewone links */
a:link { color: #225599; text-decoration: none; }
a:visited { color: #225599; text-decoration: none; }
a:hover { text-decoration: underline; }

/* h3 */
h3 a:link { color: #05387f; }
h3 a:visited { color:  #05387f; }
h3 a:active { color: #05387f; }
h3 a:hover { color:  #05387f; }

/* paginanummers bij tabellen */
a.activepage:link { border: #05387f 1px solid; }
a.activepage:visited { border: #05387f 1px solid; }
a.activepage:active { border: #05387f 1px solid; }
a.activepage:hover { border: #05387f 1px solid; }

/* hoofdmenu */
a.menu:link { color: #FFFFFF; font-size: 12px; font-weight: bold; }
a.menu:visited { color:  #FFFFFF; font-size: 12px; font-weight: bold; }
a.menu:active { color: #fee44c; }
a.menu:hover { color:  #fee44c; text-decoration: underline; }

/* submenu */
a.submenu:link { font-size: 11px; font-weight: bold; color: #FFFFFF; }
a.submenu:visited { font-size: 11px; font-weight: bold; color: #FFFFFF; }
a.submenu:active { color: #fee44c; }
a.submenu:hover { color: #fee44c; }

/* Deze week mail (blauwe stuk) */
a.dezeweek:link { color: #f6b646; text-decoration: none; font-weight: bold; }
a.dezeweek:visited { color: #f6b646; text-decoration: none; }
a.dezeweek:hover { text-decoration: underline; }

/* AUTOCOMPLETE */
#searchField {
	width: 200px;
}

#results {
	border: 1px solid #666;
	border-bottom: 0px;
	font-size: 10px;
	font-family: arial;
	padding: 0px;
	display: none;
}

#results div {
    border-bottom: 1px solid #666;
    padding: 3px;
}

#results .selected {
	background-color: #666;
	color: #fff;
}

#results .unselected {
	background-color: #fff;
	color: #666;
}