/* CSS Document */
body {
	background-color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: small;
}

#Totaal{
	height: 550px;
	width: 1000px;
	background: url(images/achtergrond.png);
	background-repeat: no-repeat;
	margin: auto;
}

#logo{
	background: url(images/logoklein.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
	width: 170px;
	float: left;
}

#banner{
	height: 90px;
	width: 790px;
	margin: auto;
	float: left;
	padding: 5px;
	color: white;
}

#menu{
	height: 400px;
	width: 120px;
	margin-left: 10px;
	_margin-left: auto;
	float: left;
}

	#menu a {
		float: left;
		width: 100px;
		font-size: small;
		font-weight: bold;
		color: #990000;
		text-decoration: none;
		background-image: url(images/link.png);
		background-repeat: no-repeat;
		background-position: 0px -2px;
		height: 20px;
	}
	
	#menu a.last {
		background-image: url(images/linklast.png);
		background-repeat: no-repeat;
		background-position: 0px -2px;
		height: 20px;
	}
		
	#menu a.active {
		color: #CC3333;
		background-image: url(images/link.png)
		background-repeat: no-repeat;
		height: 20px;
		background-position: 0px -2px;
	}
		
	#menu a.last_active {
		color: #CC3333;
		background-image: url(images/linklast.png);
		background-repeat: no-repeat;
		background-position: 0px -2px;
		height: 20px;
	}
	
#copy{
	height: 30px;
	width: 120px;
	margin: auto;
	margin-top: 5px;
	padding: 2px;
	text-align: center;
	float: left;
	font-size: 10px;
}

	#copy a {
		color: #ffffff;
		text-decoration: none;
	}
	
#subject {
	height: 400px;
	width: 640px;
	padding: 10px;
	padding-right: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	margin: auto;
	color: black;
}
#login{
	height: 400px;
	width: 150px;
	padding: 10px;
	padding-left: 30px;
	overflow: hidden;
	float: left;
	color: black;
}

	#login a{
		float: left;
		color: #990000;
	}

h1{
	font-size: 18px;
}

h2{
	font-size: 14px;
	color: #990000;
}

	h2 a{
		text-decoration: none;
		color: #990000;
	}

tr{
	vertical-align:top;
}


/*de knoppen*/
.button{
	/* This part hides the original button. */
	background-color: transparent;
	border: 0px;
	padding: 0px;
	font-size: 0px;
	color: #990000;
	overflow: hidden;
	/* This part defines its new look. */
	background-position: center center;
	background-repeat: no-repeat;
	width: 45px;
	height: 50px;
	max-width: 45px;
	max-height: 50px;
    cursor: pointer;
}

.d_button{
	/* This part hides the original button. */
	background-color: transparent;
	border: 0px;
	padding: 0px;
	font-size: 0px;
	color: #990000;
	overflow: hidden;
	
	/* This part defines its new look. */
	background-position: center center;
	background-repeat: no-repeat;
	width: 45px;
	height: 50px;
	max-width: 45px;
	max-height: 50px;
}


.s_button{
	/* This part hides the original button. */
	background-color: transparent;
	border: 0px;
	padding: 0px;
	font-size: 0px;
	color: #A2CF34;
	overflow: hidden;
	/* This part defines its new look. */
	background-position: center center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	max-width: 20px;
	max-height: 20px;
    cursor: pointer;
}

#bt_first
{
	background-image: url(images/icon/t_first.png);
}

#bt_left
{
	background-image: url(images/icon/t_left.png);
}

#bt_right
{
	background-image: url(images/icon/t_right.png);
}

#bt_last
{
	background-image: url(images/icon/t_last.png);
}

#bt_search
{
	background-image: url(images/icon/t_search.png);
}

#bt_add
{
	background-image: url(images/icon/t_add.png);
}

#bt_d_add
{
	background-image: url(images/icon/t_adddis.png);
}

#bt_del
{
	background-image: url(images/icon/t_del.png);
}


#bt_d_del
{
	background-image: url(images/icon/t_deldis.png);
}

#bt_l_edit
{
	background-image: url(images/icon/l_edit.png);
}

#bt_l_del
{
	background-image: url(images/icon/l_del.png);
}

#bt_edit
{
	background-image: url(images/icon/t_edit.png);
}

#bt_d_edit
{
	background-image: url(images/icon/t_editdis.png);
}

#bt_a_del
{
	background-image: url(images/icon/t_a_del.png);
}

#bt_a_edit
{
	background-image: url(images/icon/t_a_edit.png);
}

#bt_all
{
	background-image: url(images/icon/t_news.png);
}

#bt_d_all
{
	background-image: url(images/icon/t_newsdis.png);
}