/**
*
* Design and coding by Jack Kwakman
* Copyright &copy; 2006, ELMA Multimedia
*
*/

/**
* Overview options
*/

.overviewoptions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.overviewoptions li {
	background: #FFF url(images/readmore_black.gif) no-repeat;
	padding: 5px 0 5px 20px;
}

.overviewoptions li a {
	color: #000;
	text-decoration: none;
}

.overviewoptions li a:hover {
	text-decoration: underline;
}

/**
* Magazine gallery options
*/

.magazine a {
	text-decoration: none;
	color: #045497;
	font-weight: bold;
}

.magazine .boxreadmore {
	text-align: left;
}

.magazine .boxreadmore a {
	font-weight: bold;
	text-decoration: none;
	color: #00549b;
}

.magazine .boxreadmore img {
	margin: 0 0 0 11px;
}

.magazineimage img {
	float: right;
	border: 1px solid #045497;
	margin: 0 0 0 30px;
}

.magazine .blueline {
	clear: both;
}
