/*  BODY AND PAGE CONTAINERS
-------------------------------------------------------------------------*/

BODY	    { background: #0F0F0F;font-family: Arial, Verdana, sans-serif;font-size: 12px;line-height: 18px;color: #111111;margin: 0px auto 0px auto;}
#container  { position: relative; background: #191919 url(/img/tile_mainbg.gif) repeat-y;width: 772px; padding:0px;margin: 0px auto 0px auto;background-color: #0F0F0F;}
#maintop	{ position: relative;background: url(/img/mainbg_top.gif) no-repeat;width: 772px;height: 4px;margin: 0px auto 0px auto;}
#main       { float:left;width: 503px;margin: 4px 0 0 29px;}
#side       { float: right;width: 214px;margin: 4px 9px 0 0;}
#footer     { position: relative;background: url(/img/footer.gif) no-repeat;width: 772px;height: 50px;margin: 0px auto 0px auto;}

/*  GENERAL STYLES
-------------------------------------------------------------------------*/

A           { color: #9D0909;text-decoration:none;}
A:hover     { color: #9D0909;text-decoration:underline;}
.clear      { clear:both;}
HR			{ color: #999999;background-color: #999999;height: 1px;border: dashed;}

/*  TABLE STYLES
-----------------------*/

TABLE       { border: 0px;}
TABLE TH    { background: #CCCCCC;font-family: Arial, Verdana, sans-serif;font-size: 12px;line-height: 18px;font-weight: bold;padding: 3px 0 2px 5px;}


/*  HEADER STYLES
-----------------------*/

H1 {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 21px;
  line-height: normal;
  font-weight: normal;
  margin: 3px 0;
  color: #46455C;
}
H2 {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 21px;
  line-height: normal;
  font-weight: normal;
  margin: 5px 0 1px;
  color: #46455C;
  border-bottom: 1px solid #46455C;
}
H3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: normal;  
  font-weight: bold;
  margin: 10px 0px 5px;
}
H4 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 18px;  
  font-weight: normal;
  margin: 0px;
}
H5 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 18px;  
  font-weight: bold;
  margin: 6px 0 2px 0;
  background: url(/img/line.gif) no-repeat 0 17px;
}

/*  WINDOWS
-------------------------------------------------------------------------*/

.window {
	width: 100%;
}
.window .top, .window .sidetop {
  background: url(/img/win_main_topbg.gif) repeat-x;
  background-color: #DF1A30;
  font-weight: bold;
  font: 11px/normal Tahoma, Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow:hidden;
}
.window .top .header, .window .sidetop .header {
  text-shadow: #606881 1px 2px 3px;
}
.window .sidetop {
  background: #A3A3A3 url(/img/win_side_topbg.gif) repeat-x;
}
.window .topleft {
  float:left;
  vertical-align: middle;
  margin-bottom: 3px;
}
.window .topright {
  float:right;
  vertical-align: middle;
}
.window .body, .window .sidebody {
  background: #C0BFBF;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  padding: 4px 6px 1px 6px;
}
.window .sidebody {
  font: 11px/17px Tahoma, Arial, sans-serif;
}
.window .bottom, .window .sidebottom {
  background: url(/img/win_main_botbg.gif) repeat-x;
  width: 100%;
  height: 20px;
  overflow:hidden;
}
.window .sidebottom {
  background: url(/img/win_side_botbg.gif) repeat-x;
}
.window .botleft {
  float:left;
  vertical-align: middle;
  margin-bottom: 3px;
}
.window .botright {
  float:right;
  vertical-align: middle;
}

/*  IMAGE STYLES
-------------------------------------------------------------------------*/

IMG {
  border: 0px;
}
IMG.teaser {
	border: 1px solid #495271;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* MISC
-------------------------------------------------------------------------*/

.eventdate {
	font-size: 10px;
	line-height: normal;
	text-transform: capitalize;
	text-align: right;
	font-weight: bold;
}
.eventcomment {
	text-align: right;
	border-top: 1px dotted #666666;
	margin-top: 15px;
	height: 40px;
}
.blockheader {
	background-color: #292929;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
}
.roadmap {
	width: 420px;
	height: 350px;
	margin-top: 5px;
	margin-left: 35px;
	margin-right: 34px;
	border-top: 1px solid #8B8B8B;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #8B8B8B;
}
.prijs {
	background-color: #ADADAD;
	border-top: 1px solid #8B8B8B;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #8B8B8B;
	text-align: center;
}
.required {
	color: red;
	font-weight: bold;
}
.pizzabox {
	font-size: 10px;
}

/*  FORM STYLES
-----------------------*/

form {
  margin: 0px;
  padding: 0px;
  display: inline;
}
.form_input,.form_select, SELECT, .form_button, .form_txtarea {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: normal;
  color: #111111;
  text-align: left;
  background: url(/img/input_bg.gif) repeat-x;
  background-color: #ADADAD;
  border: 1px solid #7D7D7D;
  vertical-align:middle;
  margin: 1px 5px 0 0;
}
.form_input {
  padding: 2px 0 0 2px;
  height: 16px;
}
.form_select, SELECT {
  height: 19px;
}
.form_button {
  padding: 0 4px 0 4px;
  background: url(/img/button_bg.gif) repeat-x;
  height: 20px;
  text-align: center;
}
.form_txtarea {
  font-size: 12px;
  line-height: 18px;
  padding: 1px;
  background: url(/img/input_bg.gif) repeat-x;
  background-color: #ADADAD;
  margin: 0;
}
.form_checkbox {
  margin: 0 3px 4px 4px;
  vertical-align:middle;
}

/*  COMMENTS
-------------------------------------------------------------------------*/

.postedby {
	font-size: 10px;
	border-top: 1px dotted #666666;
	margin-top: 5px;
	height: 20px;
	text-align: right;
}
.commenttext {
	background-color: #CCCCCC;
	padding: 5px;
	font-size: 11px;
}

/* BBCode STYLES
-------------------------------------------------------------------------*/

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.overline {
	text-decoration: overline;
}

.sized {
	text-size:
}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.codebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
	border: 1px solid #BFBFBF;
}

ul {list-style: none outside; margin: 0; padding: 1em 0;}
ol {list-style: decimal; margin: 0 0 0 2.8em; padding: 0 0 1em 0;}
li {padding-bottom: .3em;}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}
