﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background-color:#FFFC77;
    /*background-image: url(images/background_main.jpg);*/
    background-position: center top;
    background-repeat: repeat-y;
    font-size: 0.7em;
}

/* Navigation strips */
#navtop, #navbottom
{
    background-image: url(images/background_nav_main.gif);
    background-repeat: repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 1000px; /*726px;*/
    height: 45px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    width: 1000px; /*726px;*/
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #C89F3D;
}

/* nog niet duidelijk waarvoor dit dient */

a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

#content-side-two-column a:link,
#content-side-two-column a:visited
{
	text-decoration:none;
}

#content-side-two-column a:hover
{
	text-decoration:underline;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
   font-size: 28px;
   font-weight: bold;
   margin: 5px 0 5px 0;
}
h2
{
   font-size: 12px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

hr
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	color: #D0AC32;
		background-color: #D0AC32;
		height: 1px;
		margin:15px 0;
		_margin:10px 0;

}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-one-column 
{
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:980px;    /* wegens padding */
	border:1px solid #D0AC32;
	background-color:#FEFAAB;
	position:relative;
}
	
#content-container-two-column 
{
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:980px; /*wegens padding */
	border:1px solid #D0AC32;
	background-color:#FEFAAB;
	background-image:url(images/background_center.jpg);
	background-repeat:repeat-y;
	background-position:left;
	position:relative;
}

#content-main-two-column 
{
	width:760px; 
	padding-left:10px;
}

#content-side-two-column 
{
	width:200px;
	margin-left:2px;
	margin-right:1px;
	
}
.GridRowStyle
{
	background-color:#FEFBAC;
}
.GridAlternatingRowStyle
{
	background-color:#FFFFCC;
}
.GridPagerStyle
{
	background-color:#4D5933;
}
