/* style voor body tag */
body 
{
	background-color: #FFFFFF;
	background-image: url(/templates/images/body_background.png);
	background-position: top center;
	background-repeat: repeat-y; 
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 0.9em;
    font-family: Times New Roman;
    color: #97002e;
}

/* Styles voor division elementen */
#container
{
	width: 900px;
	margin: 0px auto;	
}
#header
{
	margin: 0px auto;
	width: 900px;
	height: 107px;
}
#menu
{
	margin: 0px auto;
	background-image: url(/templates/images/menu_background.png);
	width: 900px;
	height: 32px;
	background-position: top right;	
	background-repeat: no-repeat; 	
}
#content_container
{
	margin: 0px auto;
	width: 900px;
	background-image: url(/templates/images/content_background.png);
	background-position: top right;	
	background-repeat: no-repeat; 
	padding: 0px;
	

}
#content
{
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;	
	

}

#footer
{
	margin: 0px auto;
	width: 900px;
	height: 102px;
}

/* styles voor het menu */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:900;
	padding-left: 25px;
}
#nav li { /* all list items */
	float: left;
	z-index:900;	
}

#nav li.menu_root { /* all list items */
	float: left;
	padding-left: 5px;
	z-index:900;	
}



/* Styles voor links */

#nav a.menu_root, a.menu_root:visited,a.menu_root:active {
	display: block;
	color: #97002e;
	font-size: 11px;
	font-family: Times New Roman;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
	background-image: url(/templates/images/menu_item_background.png);
	background-repeat: no-repeat;	
}

#nav a.menu_root:hover {
	display: block;
	color: #ff004d;
	font-size: 11px;
	font-family: Times New Roman;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
	background-image: url(/templates/images/menu_item_background.png);
	background-repeat: no-repeat;	
}


a
{	
	color: #97002e;
	font-family: Times New Roman;
	text-decoration: underline;
}
a:hover
{
	color: #ff004d;
	font-family: Times New Roman;
	text-decoration: underline;
}
a:active
{	
	color: #97002e;
	font-family: Times New Roman;
	text-decoration: underline;
}
/* Style voor header element */
h1 
{
	color: #97002e;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 1.7em;
	letter-spacing: 6px;
}
img.img_right {
	float: right;
	border: 0px;
}
img.img_left {
	float: left;
	border: 0px;
}
