@import "list.css";

/* party_partys = linker lijst */

.party_partys {
	position: relative;
	display: block;
	background-color: rgb(255,0,0);
	float: left;
	width: 175px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

.party_partys li {
	position: relative;
	display: block;
	text-align: left;
	height: 50px;
	}




.party_pics {
	position: relative;
	display: block;
	background-color: rgb(25,25,25);
	float: right;
	width: 500px;
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	}

.party_pics li {
	position: relative;
	display: block;
	text-align: left;
	width: 120px;
	margin: 0 1 0 1;
	float: left;
	}

.party_pics img {
	width: 120px;
	border: none;
	}

.party_pics .paginering {
	width: 90%;
	}

.listpage .paginering a, .party_pics .paginering a {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(255,255,255);
	padding: 0 3;
	text-decoration: underline;
	}

.listpage .paginering a.actief {
	font-size: 14px;
	font-weight: bold;
	}

.party_pics .titelbalk {
	font-family: verdana;
	font-size: 16px;
	font-weight: normal;
	width: 90%
	}

.party_pics .datum {
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	width: 90%
	}

.party_pics .beschrijving {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	width: 90%;
	}
	
.party_pics .movielinks {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	width: 90%;
	height: 40px;
	}