a
{
	color: #a40101;
	text-decoration: none;
}

a:hover
{
	color: #a40101;
	text-decoration: underline;
}

h3
{
	color: #a40101;
}

.item_header a
{
	color:#a40101;
	text-decoration: none;
	line-height: 23px;
}

.item_header a:hover
{
	color: #a40101;
	text-decoration: underline;
}


.item_header
{
	margin-bottom: 14px;
}

input
{
	font-size: 10px;
}

select
{
	font-size: 10px;
}

textarea
{
	font-size: 10px;
}

.item_content img
{
        width: 100px;
        height: 100px;
        opacity:0.8;
        filter:alpha(opacity=80)
	border: solid 1px #cfcfcf;
}

.item_info
{
	text-align: left;
	margin-top: 12px;
	font-size: 9px;
}

.pollWrapper
{
	font-size: 10px;
}

.pollQuestion
{
	margin-bottom: 10px;
	font-size: 10px;
        margin-top: 5px;
}

.pollTotalVotes
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 9px;
}

.pollAnswerBlock
{
	font-weight: bold;
	font-size: 10px;
}

.pollAnswer
{
	margin-bottom: 10px;
}


.pollResultBar
{
	margin-bottom: 0px;
}

.not_fancy
{
	text-decoration: none;
	font-size: 11px;
	color: #342713;
}

.not_fancy:hover
{
	text-decoration: underline;
}

.comment_text_content p
{
	margin-top: 12px;
	margin-bottom: 12px;
}

.pollResultPercent
{
	font-size: 8px;
}

.pollResultVotes
{
	font-size: 8px;
}

.pollSelectedPercent
{
	font-size: 8px;
}

.pollSelectedVotes
{
	font-size: 8px;
}

.pollResultGap
{
	display: none;
}

.reddish
{
	color:#a40101;
}

.small_text
{
	font-size: 9px;
}

.contact_avatar
{
	width: 100px;
	height: 75px;
	background-color: #ffffff;
	text-align: center;
	border: solid 1px #cfcfcf;
}

#homeh {
  display: inline;
  margin: 0 10px 0 0;
  float:left;
  width: 55px;
  height: 22px;
  background: url("../images/mainmenu.gif") no-repeat;
  background-position: 0 -22px;
}

#homeh span { display: none }

#linksh {
  display: inline;
  margin: 0 10px 0 0;
  float:left;
  width: 60px;
  height: 22px;
  background: url("../images/mainmenu.gif") no-repeat;
  background-position: -65px -22px;
}

#linksh span { display: none }

#contacth {
  display: inline;
  margin: 0 10px 0 0;
  float:left;
  width: 86px;
  height: 22px;
  background: url("../images/mainmenu.gif") no-repeat;
  background-position: -135px -22px;
}

#contacth span { display: none }

#bibliotheekh {
  display: inline;
  margin: 0 10px 0 0;
  float:left;
  width: 123px;
  height: 22px;
  background: url("../images/mainmenu.gif") no-repeat;
  background-position: -225px -22px;
}

#bibliotheekh span { display: none }

#statsh {
  display: inline;
  margin: 0 10px 0 0;
  float:left;
  width: 67px;
  height: 22px;
  background: url("../images/mainmenu.gif") no-repeat;
  background-position: -358px -22px;
}

#statsh span { display: none }

.common_ul
{
	list-style-type: circle;
	margin-left: 25px;
}

.black_link
{
	color: #000000;
	text-decoration: underline;
}

.black_link:hover
{
	color: #a40101;
	text-decoration: underline;
}

.item_image
{
	border: solid 1px #000000; float: left; margin-right: 10px; margin-bottom: 0px; margin-top: 5px;
}

.title_underline
{
	text-decoration: none;
}

.title_underline:hover
{
	text-decoration: underline;
}

.pollRadio
{
	margin-right: 5px;
	font-size: 8px;
}

.stortplaats_content p
{
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.stortplaats_content img
{
	max-width: 480px;
	border: solid 1px black;
	margin-top: 5px;
	margin-bottom: 5px;
	float: none;
	clear: both;
}

.zaplogVoteContainerDiv { float: left; width: 32px; height: 40px; border: dashed 1px #afafaf; margin-right: 5px; background-color: #ffffff}
.zaplogScoreDiv { width: 32px; height: 16px; text-align: center; font-size: 12px; font-weight: 800; margin-top: 5px; }
.zaplogVoteDiv { width: 32px; height: 16px; text-align: center; font-size: 16px; font-weight: 800 }

.little_score
{
	float: left;
	clear: none;
	width: 32px;
	height: 16px;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px black;
	text-align: center;
	margin-right: 5px;
	font-weight: 800;
}

.editCommentBox textarea
{
	width: 490px;
	font-size: 12px;
}

blockquote
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px;
	border: dashed 1px #cfcfcf;
	background-image: url('/images/whitepixel.png');	
}