body {
   background: url(gfx/bg_body.gif) top left repeat;
}
#siteContainer {
   padding-top: 18px;
   background: url(gfx/bg_body_top.gif) top left repeat-x;
}

p						{font-family: Verdana; font-size: 12px; color: #000000}
td						{font-family: Verdana; font-size: 12px; color: #000000}
div						{font-family: Verdana; font-size: 12px; color: #000000}

a						{font-family: Verdana; font-size: 12px; text-decoration: underline; color: #21227C}
a:hover					{font-family: Verdana; font-size: 12px; text-decoration: none; color: #E3322C}
table table div,
table table p,
table table font {line-height:17px;}


.donkerblauw			{background-color: #003922;}
.blauw					{background-color: #21227C;}
.rood					{background-color: #E3322C;}
.rechterbalk			{background: url(gfx/right_bg.gif) top center;}
.menubalk				{background-image: url(gfx/menu_bg.gif);}

.rechts_item			{background-color: #EFEFF6;}
.rechts_item_active		{background-color: #D5DCF1;}
.rechts_output			{font-family: Verdana; font-size: 12px; color: #555555}
.rechts_datum			{font-family: Verdana; font-size: 12px; font-weight: bold; color: #21227C}
.rechts_tekst			{font-family: Verdana; font-size: 12px; color: #000000}
a.rechts_tekst			{font-family: Verdana; font-size: 12px; text-decoration: none; color: #000000}
a:hover.rechts_tekst	{font-family: Verdana; font-size: 12px; text-decoration: none; color: #003922}
.rechts_link			{font-family: Verdana; font-size: 12px; font-weight: bold; color: #21227C}
a.rechts_link			{font-family: Verdana; font-size: 12px; font-weight: bold; text-decoration: none; color: #21227C}
a:hover.rechts_link		{font-family: Verdana; font-size: 12px; font-weight: bold; text-decoration: none; color: #E3322C}
a.rechts_rugnr			{font-family: Verdana; font-size: 14px; font-weight: bold; text-decoration: none; color: #21227C}
a:hover.rechts_rugnr	{font-family: Verdana; font-size: 14px; font-weight: bold; text-decoration: none; color: #E3322C}

.table_head				{font-family: Verdana; font-size: 12px; font-weight: bold; color: #21227C}

.output					{font-family: Verdana; font-size: 12px; color: #555555}
.datum					{font-family: Verdana; font-size: 12px; font-weight: bold; color: #21227C}
.tekst					{font-family: Verdana; font-size: 12px; color: #000000}
.link					{font-family: Verdana; font-size: 12px; font-weight: bold; color: #21227C}
a.link					{font-family: Verdana; font-size: 12px; font-weight: bold; text-decoration: none; color: #21227C}
a:hover.link			{font-family: Verdana; font-size: 12px; font-weight: bold; text-decoration: none; color: #E3322C}

.item_titel				{font-family: Verdana; font-size: 13px; font-weight: bold; text-decoration: none; color: #003922}

.dikblauw				{font-family: Verdana; font-size: 12px; font-weight: bold; color: #21227C}
a.dikblauw				{font-family: Verdana; font-size: 12px; font-weight: bold; text-decoration: none; color: #21227C}
a:hover.dikblauw		{font-family: Verdana; font-size: 12px; font-weight: bold; text-decoration: none; color: #E3322C}

.voettekst				{font-family: Verdana; font-size: 10px; font-style: normal; font-weight: normal; color: #000000}
a.voettekst				{font-family: Verdana; font-size: 10px; font-style: normal; font-weight: normal; color: #000000}
a:hover.voettekst		{font-family: Verdana; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none; color: #000000}

font.rugnr_groot		{font-family: Verdana; font-size: 24px; font-style: normal; font-weight: bold; color: #FFFFFF}
font.naam_groot			{font-family: Verdana; font-size: 18px; font-style: normal; font-weight: bold; color: #FFFFFF}

.item_naam				{font-family: Verdana; font-size: 12px; font-weight: normal; color: #21227C}

a.link_profiel			{font-family: Verdana; font-size: 12px; text-decoration: underline; color: #000000}
a:hover.link_profiel	{font-family: Verdana; font-size: 12px; text-decoration: none; color: #003922}

input {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	
	width: 171px;
	border: 1px solid #003922;
	background: #D5DCF1;
}

input.submit {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	
	width: 80px;
	border: 1px solid #003922;
	background: #D5DCF1;
}

textarea {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	
	width: 171px;
	border: 1px solid #003922;
	background: #D5DCF1;
	scrollbar-track-color: #21227C;
}



 .pollOptions {
   text-align: left;
 }
   /* Form */
   .pollOption {
      padding-top: 2px;
      vertical-align: top;
   }
   .pollLabel {
      vertical-align: top;
   }
   .pollOptions input {
      width: auto;
   }
   
   /* Result */
   .pollPercent {
      text-align: right;
      color: #888888;
   }
   .pollBar {
      background-color: #003922;
      height: 5px;
   }


