
.newstxt {
	font-family: Trebuchet MS;
	font-size: 12px;
}

.newsheader {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #863f40;
	text-decoration: none;
}
.newsimage {
	padding-right: 10px;
	padding-bottom: 7px;
}
.link 
{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #863f40;
	font-weight: bold;
	text-decoration: none;
}

.representimage {

	padding-right: 10px;
	padding-bottom: 0px;
}
.table {
	border: 1px solid #999999;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
font-family: "Trebuchet MS";
font-size: 13px;
font-weight: bold;
color: #9d4342;
text-decoration: none;
background-color: #ffffff; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 80px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
text-align: center;
font-size: 13px;
font-weight: bold;
color: #9d4342;
text-decoration: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #9d4342;
text-decoration: none;
text-align: center;
padding: 1px 5px;
border: 1px solid #ffffff;
}

.suckertreemenu ul li a:hover{
background-color: #9d4342;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #ffffff url(media/arrow-down.gif) no-repeat center right;
color: #9d4342;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #ffffff url(media/arrow-right.gif) no-repeat center right;
color: #9d4342;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}
table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(../admin/images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a:link, table.adminlist th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.adminlist th a:hover {
	text-decoration: underline;
}

table.adminlist tr.row0 {
	background-color: #F9F9F9;
	text-align: left;
}
table.adminlist tr.row1 {
	background-color: #FFF;
	text-align: left;
}
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}
select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}
table.adminform {
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
}
table.adminform tr.row0 {
	background-color: #f9f9f9;
}
table.adminform tr.row1 {
	background-color: #eeeeee;
}
table.adminform th {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	height: 25px;
	background: url(../admin/images/background.jpg);
	color: #000;
	background-repeat: repeat;
}
table.adminform td {
	padding: 3px;
	text-align: left;
}
table.adminform td.editor {
	font-size: 9px;
}

table.cpanel td {
	text-align: center;
}

/**********************************
* COLOUR
**********************************/
.body_background
{
	background-color: #5f5f5f;
}

/**********************************
* TEXTS
**********************************/
.stijl1 {
	color: #FFFFFF;
	font-weight: bold;
}

/**********************************
* TAGS
**********************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.form {
	padding: 1px;
	border: 1px solid #5f3130;
	color: #5f3130;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/**********************************
* CONTROLS
**********************************/
.submission_field
{
	width:220px;
}

.zip_long
{
	width:40px;
}

.zip_short
{
	width:20px;
}

/**********************************
* NAVIGATION
**********************************/
a.navigation_link
{
	padding-left:5px;
	padding-right:5px; 
}

.navigation_current_range
{
	padding-left:5px;
	padding-right:5px; 
	font-weight:bold;
	color:#CCCCCC;
}


/**********************************
* paddings
**********************************/
.pd5
{
	padding-left:5px;
	padding-right:5px;
}
