/* CSS Document */

html, body {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;

}

A {
	color: #FFFFFF;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

h1 span { display: none; }
h1 {
    height: 96px;
	width: 900px;
    background-image: url(img/titel.jpg);
    background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

h4.k1 {
	background-image: url(img/ka1.jpg);
	background-repeat: no-repeat;
	width: 338px;
	height: 55px;
	font-weight: normal;
	font-size: 14px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 10px;
	margin:0px;
	text-align: left;
}
h4.k2 {
	background-image: url(img/ka2.jpg);
	background-repeat: no-repeat;
	width: 338px;
	height: 53px;
	font-weight: normal;
	font-size: 14px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 10px;
	margin:0px;
	text-align: left;
}
h4.k3 {
	background-image: url(img/ka3.jpg);
	background-repeat: no-repeat;
	width: 338px;
	height: 55px;
	font-weight: normal;
	font-size: 14px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 10px;
	margin:0px;
	text-align: left;
}

h3 span { display: none; }
h3.shoutbox { 
    height: 38px;
	width: 298px;
    background-image: url(img/c1-shoutbox.gif);
    background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

h3.reactie { 
    height: 34px;
	width: 183px;
    background-image: url(img/reactie.gif);
    background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

h3.poll { 
    height: 38px;
	width: 298px;
    background-image: url(img/c1-poll.gif);
    background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.cb1 { 
    height: 54px;
	width: 298px;
    background-image: url(img/c1-o1.gif);
}

.cb2 { 
    height: 54px;
	width: 298px;
    background-image: url(img/c1-o2.gif);
}
.item { 
    height: 284px;
	width: 559px;
    background-image: url(img/item.jpg);
}


.reactie {
	vertical-align: top;
	text-align: center;
}

.cbg {
	background-image: url(img/c1-bg.gif);
	height: 140px;
        color: #000000;
        padding: 3px;
        font-size: 12px;
	text-align: left;
}

.cbg A {
	color: #DA0394;
	text-decoration: none;
}

.cbg A:hover {
	color: #DA0394;
	text-decoration: underline;
}

.bottom {
	height: 50px;
	background-image: url(img/borderbg.jpg);
	text-align: center;
}

.boxTitle {
	color: #DA0394;
	font-weight: bold;
	margin-bottom: 3px;

}

.boxM {
	margin-bottom: 5px;
}















	/*  poll.css - stylesheet settings for poll snippets */

.poll {
  width:100%;
  font-size:1em;
  margin:0;
  padding:0;
}
.poll_container {
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
.poll_question {
  width:100%;
  text-align:center;
}
.poll_row_container {
  width:100%;
  padding:.1em 0;
  margin-bottom: 5px;
}
.poll_choice {
  width:100%;
  text-align:left;
  margin-bottom: 5px;
}
.poll_votes {
  width:10%;
  float:left;
  padding-right:.5em;
  text-align:right;
}
.poll_bar_container {
  width:40%;
  height:.98em;
  background-color:#CACACA;
  float:left;
  margin:.1em;
}
.poll_bar {
  height:.98em;
  background-color:#DA0394;
  float:left;
  margin:0;
  padding:0;
}
.poll_percent {
  text-align:right;
  padding-right:1em;
  margin-left:auto;
  margin-right:auto;
}
.poll_totalvotes {
  width:45%;
  text-align:right;
}
.float_left_text_right {
  width:90%;
  float:left;
  text-align:right;
  margin:0;
  padding:0;
}
.float_right_text_left {
  width:10%;
  float:right;
  text-align:left;
  margin:0;
  padding:0;
}adding:0;
}
.space_line {
  clear: both; margin: 0; padding: 0; width: 90%;
}

/* END - poll.css */



#button1 {
  width: 200px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(img/plaatsuh.jpg) no-repeat center top;
  text-indent: 0;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}