body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	
	color: #494949; 
	background-image: url(../images/home-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgb(175,221,71);
}

#extradiv0,
#extradiv1,
#extradiv2,
#extradiv3,
#extradiv4
{
	display: none;
}

font,td,th,p,li, 
.middle-text.middle-text /* extra specificity */
{ 
	color: #304783; 
	font-size: 14px; 
}

a { 
	color: #008aff; 
 	font-weight: bold;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}
img {
	border: none;
}
#register-right {
	color: #ff8c11;
}

.inloggen {
	height: 18px;
}

select {
	color: #304783; 
	font-size: 16px;
	width: 600px;
	border-color: #ff8c11;
	border: none;
}

.category-title,
.category-title	a,
.item-title,
.item-title a {
	font-size: 20px;
	font-weight: bold;
	color: #ff8c11;
	text-decoration: none;
	margin: 0;
}
	
.register-right {
	color: red;
}

h3 {
	margin-top: 1em;
	font-size: 16px;
	font-weight: bold;
}

#container {
	position: relative;
	width: 788px;
	margin: 0 auto;
	background-color: white;

}

* {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

/* Simpele methode om links te maken met verschillende afbeelding voor mouse over */
a img.nohover { display: block; } 
a .hover { display: none; }
a:hover .hover { display: block; }
a:hover .nohover { display: none; }


.hoverhit .hover { display: none; }
.hoverhit:hover .hover { display: block; }
.hoverhit:hover .nohover { display: none; }

li {
	list-style-position: inside;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

td {
	border: 1px solid black;
}

#header {
	position: relative;
	height: 130px;
	
	background-image: url(../images/home-header.jpg);
}

#pagetitle {
	position: absolute;
	top: 67px;
	left: 75px;
	
	width: 225px;
	height: 60px;
	background-image: url(../images/logo_24bits.trans.png);
}
#pagetitle span {
	display: none;
}

#login {
	position: absolute;
	top: 55px;
	left: 500px;
	width: 260px;
	
	text-align: center;
}

#inlognaam_label,
#inlogwachtwoord_label {
	float: left;
	clear: left;
	width: 6em;
	padding-right: 10px;
	margin-top: 2px;
	text-align: right;
}

#inlognaam,
#inlogwachtwoord {
	float: left;
	margin-top: 2px;
}


#inloginsubmit {
	position: absolute;
	top: 22px;
	right: 0;
}

#inlogregister {
	font-size: 10px;
	display: block;
	clear: both;
	margin-top: 10px;
}

#content {
	background-color: white;
	padding: 33px 15px 50px 15px;
}

#userhome-menu,
#content,
#footer,
.ruilen-text,
.ruilen-content {
	border-width: 4px;
	border-color: #AEDC45;
	border-style: none solid none solid;
}


#userhome-menu {
	background-image: url("../images/menu/menu_back.png");
	background-position: 0 0;
	height: 96px;
}

#userhome-menu ul {
	list-style-type: none;
	width: 560px; /* (100+15)*5 - 15 */
	margin: 0 auto;
}

#userhome-menu li {
	list-style-type: none;
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	width: 100px;
	height: 100px;
}

#userhome-menu .li1 { margin-top: 15px; }
#userhome-menu .li2 { margin-top: 12px; }
#userhome-menu .li3 { margin-top: 16px; }
#userhome-menu .li4 { margin-top: 13px; }
#userhome-menu .li5 { margin-top: 15px; }

#userhome-menu li.last-child {
	margin-right: 0;
}

.register-left	{
	display: block;
	float: left;
	clear: left;
	width: 250px;
	height: 22px;
	text-align: right;
}

.register-middle {
	float: left;
	width: 200px;
	height: 22px;
	text-align: left;
	padding-left: 5px;
}

.register-right	{
	float: left;
	width: 255px;
	height: 22px;
	vertical-align: middle;
	text-align: left;
}

.register-middle input {
	margin-left: 0;
}

#register-submit {
	clear: both;
	text-align: center;
}

h2.top-text, 
h2.top-text-alt {
	background-image: url("../images/box/box_blue_top.png");
	width: 713px;
	height: 29px;
	padding: 3px 0 0 15px;
	
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	clear: both;
}

h2.top-text-alt {
	background-image: url("../images/box/box_orange_top.png");
}

.middle-text {
	background-image: url("../images/box/box_middle.png");
	width: 683px; /* 713 - 15 - 15 */
	background-repeat: repeat-y;
	font-size: 18px;
	
	padding: 15px;
}

.middle-text p {
	padding-bottom: 1em;
}

div.bottom-text {
	background-image: url("../images/box/box_bottom.png");
	width: 713px;
	height: 10px;
	margin-bottom: 25px;
}

#footer	{
	background-color: #D6E9EF;
	text-align: center;
	clear: both;
	padding: 2px 10px;
}

#footer-home	{
	background-image: url("../images/footer.jpg");
	width: 1000px;
	height: 99px;
	vertical-align: top;
	text-align: right;
	padding-top: 45px;
	padding-right: 110px;
	clear: both;
}

.usermenu-td {
	height: 100px;
	width:	100px;
}
.usermenu-td img {
	margin-top: -3px;
}

#usermenu-fill {
	width: 1000px;
	height: 60px;
	background-image: url(../images/bg_opvulling.jpg);
}



.ruilen-text {
	background-color: white;
	padding: 33px;
	padding-bottom: 25px; 
}

.ruilen-content {
	position: relative;
	padding: 0 90px; /*(780 - 600) / 2; Centreert de items*/
	background-color: white;
	margin-top: -20px;
}

.ruilen-content-end {
	clear: both;
}


#ruilen-searchresults {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#ruilen-searchresults col.ruilwaar {	
}

#ruilen-searchresults col.persoon {
	width: 100px;
}

col.accepteer {
	width: 201px;
}

#ruilen-ruilen,
#ruilen-otherpossible,
#confirm-items {
	width: 100%;
	text-align: center;
}

.category,
.item {
	float: left;
	width: 300px;
	height: 100px;
}

.category-image,
.item-image {
	float: left;
	width: 85px;
	height: 85px;
	margin-right: 5px;
}

.item label {
	float: left;
	width: 6em;
	clear: left;
}

.item input {
	float: left;
}

.item-option {
	overflow: hidden; /* stops clear: in the labels from interfering with the floated items*/
}

.thumbsize-small .category, 
.thumbsize-small .item {
	width: 300px;
	height: 100px;
}

.thumbsize-small .category-image, 
.thumbsize-small .item-image {
	width: 85px;
	height: 85px;
}

.thumbsize-medium .category, 
.thumbsize-medium .item {
	width: 300px;
	height: 145px;
}

.thumbsize-medium .category-image, 
.thumbsize-medium .item-image {
	width: 130px;
	height: 130px;
}

.thumbsize-big .category, 
.thumbsize-big .item {
	width: 300px;
	height: 190px;
}

.thumbsize-big .category-image, 
.thumbsize-big .item-image {
	width: 175px;
	height: 175px;
}




#faq-title {
	text-align: left;
	padding-left: 200px;
	padding-right: 200px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

#faq-text {
	text-align: left;
	padding-left: 200px;
	padding-right: 200px;
	font-size: 18px;
}

.video {
	width: 640px; 
	height: 385px; 
	margin: 0 auto 25px auto;
}

.video-navigation {
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}

.video-item {
	float: left;
	width: 142px; /* 142.8 */
	height: 200px;
	text-align: center;
}

.video-item h3 {
	height: 100px;
	margin: 0;
}

.video-item h3 a {
	color: black;
	text-decoration: none;
}

.video-item img {
	border-style: none;
}