body {
	background-color: #3C3C3C;
	/* background-image: url(/beeld/bg_content_repeat.jpg); */
	background-repeat: repeat-y;

	margin: 0px 0px 0px 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
	}
	
/* Globals */
h1 { font-size: 120%; }
h1 { font-size: 110%; }
.tiny { font-size: 80%; }	
.small { font-size: 90%; }	
table, td { font-size: 100%; line-height: 18px; }

a { color: #ffffff; text-decoration: none; }
a:hover { text-decoration: none; }


/* Heet zwart maar is middle column */
td.zwart {
	line-height: 18px;
	padding-left: 30px;
	padding-right: 70px;
	}

/* Stuff on right column */
td.right {
	line-height: 18px;
	padding-left: 25px;
	padding-right: 5px;
	}
	
ul.right {
	line-height: 20px;
	padding-left: 15px;
	}

/* Other stuff */
td.thumbs{
	font-size: 90%;
  color: #FFFFFF;
  width: 36px;
  height:36px;
	}

.ticker {
	border: solid 1px yellow;
	background-color: #949494;
	text-align: left;
	height: 200px;
	overflow: auto;
	font-style: italic;
	font-size: 90%;
	color: #000000;
	margin-bottom: 10px;
	margin-right: 00px;
	padding: 10px;
	}

/* bigger size clickables */
.FunMidLinks{
	font-size: 110%;
	font-weight: bold;
	color: #363636;
	}
	
.FunLeftLinks {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	}

/* Main page &-list*/
.poetry {
	font-style: italic;
	font-size: 13px;
	line-height: 24px;
	}

/* Classes used in reactie.php */
.sml{   
	font-size: 90%;
        color: #D7D7D7;
}       

a.mail{ 
        text-decoration: underline;
	font-size: 90%;
        color: #3C3C3C;
}       
a.unsel{
        font-family: Arial;
        color: #3C3C3C;
}

/* forms styling */
textarea {
	color: #000000;
	width:190px;
	height:190px;
	border: 1px solid black;

	}

input {
	color: #000000;
	height: 16px;
	width: 170px;
	line-height: 12px;
	border: 1px solid black;
	}
input.txt{
	width: 15px;
	height: 16px;
	border: 1px solid black;
	padding: 0px 0px 0px 0px;
}

/* form styling 'reacties' */
textarea.textreact {
	width: 298px;
	height: 74px;
	}

input.fieldreact {
	width: 202px;
	}

input.buttreact{
	width: 202px;
	height: 17px;
	border: 1px solid black;
	background-color: #D7D7D7;
}

/* form styling 'ticker' */
textarea.ticker {
	width: 100%;
	height: 140px;
	}

input.formfields {
	font-size: 12px;
	line-height: 14px;
	}
input.sendbutton {
	font-size: 12px;
	line-height: 14px;
	}

/* Border Banners on links page */
.piclinks { 
	border : 1px solid Black;
	}

/* Navigatie Menu */
#navmenu {
width: 152px;
text-align: left;
margin: 30px 0px 20px 55px;
font-size: 120%;
font-weight: bolder;
}

#navmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navmenu li {
	margin: 10px;
	margin-left: 0px;
	padding: 3px;
	border-bottom: 1px solid #ffffff;
}
#navmenu li a:link {
	color: #232323;
	}
#navmenu li a:visited {
	color: #232323;
	}

#navmenu li a:hover {
	color: #ffffff;
}
