/* CSS Document */


/** general html styles **/

html,body		{padding:0px; height:98%; margin-top:2%; color:#333333; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;}
body			{margin-left:10%; margin-right:10%; background-image:url(../images/background.gif); background-repeat:no-repeat; background-position:bottom right; background-attachment:fixed; background-color:#eeeeee;}
a:link 			{text-decoration:none; color:#999999}
a:visited		{text-decoration:none; color:#999999}
a:active		{text-decoration:none; color:#999999}
a:hover			{text-decoration:none; color:#CFA338;}

h1				{color:#999999; font-size:18px;}
h2				{color:#936359; font-size:18px; font-weight:bold; font-variant:small-caps;}
h3				{color:#736357; font-size:14px; font-weight:bold}
h5				{color:#999999; font-size:20px; font-weight:bold}

img				{border:0px;}

.nav 			{text-align:center; color:#000000; font-weight:bold; font-size:10px;}
.nav a:active	{color:#000000;}
.nav a:visited	{color:#000000;}
.nav a:hover	{color:#999900;}


/** table specifiek styles **/

table			{width:inherit; width:100%;}

tr				{background-color:#ffffff; font-size:10px; padding:5px;}
tr.emptyrow		{height:2px; background-color:#E3CB8B;}
tr.header		{height:12px; background-color:#DDBD72; border-color:#000000; border:0px; border-style:solid; font-size:12px; font-weight:bold;}
tr.even			{background-color:#f1efe2;}
tr.odd			{background-color:#ffffff;}

td.twee			{width:130px;}
td.drie			{width:200px;}
td.actief		{text-align:center;}
img.bullet		{vertical-align:middle;}

.highlight		{color:#CFA338; text-decoration:underline; font-weight:bold;}



/** header specifiek style **/
.topbanner		{background-image:url("../images/background_top.jpg"); color:#000000; font-weight:bold; font-size:18px; font-variant:small-caps; text-align:right; border-style:solid; border-width:1px; height:80px;}
.description	{padding:0p,10px; text-align:justify; color:#666666; font-size:11px;}

.locatie			{padding:10px; text-align:right; font-size:10px; font-weight:bold;}
.locatie a:active 	{text-decoration:none; color:#aaaaaa;}
.locatie a:hover	{text-decoration:none; color:#999900;}


/** form specifiek styles **/

.textfield 			{height:20px; vertical-align:top; font-size:10px;}
.textarea			{vertical-align:top; font-size:11px;}
.title				{font-size:12px; color:#790000;}
.options			{font-size:10px; color:#790000;}
.display			{font-size:10px; font-variant:small-caps; font-weight:bold; color:#000000;}
.display a:active	{color:#00000;}
.display a:hover	{color:#cc0000;}


/** error and confirmatie berichten styles **/

body.errorpage	{background-image:url(../images/error.gif); background-repeat:no-repeat; background-position:bottom right; background-attachment:fixed; background-color:#ffffff;}
.error			{font-variant:small-caps; color:#995000;}
#error a		{color:#990000;}


body.succespage	{background-image:url(../images/succes.gif); background-repeat:no-repeat; background-position:bottom right; background-attachment:fixed; background-color:#ffffff;}
#succes			{font-size:12px; font-weight:bold; text-align:justify; color:#888888;}
#succes a		{color:#990000;}



/** copyright gedeelte voor footer **/
.copyright			{text-align:left; font-size:10px; color:#999999;}
.copyright a 		{color:#333333;	text-decoration:none;}
.copyright a:hover	{color:#cc0000;	text-decoration:underline;}



/** div alignment and positioning **/

			#content {
			  	width:100%;
				padding-bottom: 48px;
			}
			#footer {
				bottom: 10px;
				padding: 0px;
			}
