/**
* Design and coding by Jack Kwakman
* Copyright &copy; 2010, ELMA Multimedia
*/

/**
* Main elements
*/

body {
	text-align: center;
	line-height: 1.0;
	font: 62.5% arial, helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #252525;
}

form {
	margin: 0;
	padding: 0;
}

.clearboth {
	clear: both;	
}

#header {
	width: 100%;
	text-align: center;
}

#topheader {
	width: 1000px;
	height: 144px;
	margin: auto;
	background: url(images/header.jpg) no-repeat right top;	
}

#logo {
	float: left;
	width: 208px;
	height: 60px;
	background: url(images/logo.gif) no-repeat left top;
	position: relative;
	margin: 43px 0 0 18px;
}

#logo h2 {
	display: none;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 208px;
	height: 60px;
}

#menu {
	background: #0074c0;
	width: 100%;
	text-align: center;	
}

#menucontents {
	width: 1000px;
	margin: auto;
	text-align: left;
	background: url(images/logo2.gif) no-repeat right bottom; 
}

#menucontents ul {
	margin: 0;
	padding: 48px 0 21px 21px;
}

#menucontents li {
	margin: 0 27px 0 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#menucontents a {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#menucontents a:hover {
	color: #042840;
}

#wrapper {
	width: 1000px;
	margin: auto;
}

#left {
	float: left;
	width: 300px;
	display: inline;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;	
}

#left h3 {
	color: #ab7013;
	font-size: 16px;
	margin: 27px 0 18px 0;
}

#left a {
	color: #0074c0;
	text-decoration: none;	
}

#browsemagazine {
	float: left;
	width: 810px;
	display: inline;
	text-align: left;
	margin: 10px 0 0 0;
	font-size: 14px;	
}

.textfield {
	background: #f1f1f1;
	border: 0;
	margin: 5px 0 0 0;
	padding: 5px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

.select {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;	
}

#center {
	width: 510px;
	float: left;
	display: inline;
	text-align: left;
	margin: 10px 0 0 0;
	font-size: 14px;	
}

#center h1 {
	color: #0074c0;
	font-size: 23px;
}

#center h3 {
	color: #0074c0;
	font-size: 19px;
	margin: 36px 0 0 0;
}

#center a {
	color: #0074c0;
	text-decoration: none;
}

#newsoverview td {
	padding: 10px;	
}

#newsoverview img, .newsdetailsimage img {
	border: 1px solid #0074c0;	
}

.newsdetailsimage {
	float: left;
	padding: 15px;
}

#stripetable th, #stripetable td {
	padding: 7px;	
}

#stripetable th {
	border-bottom: 1px solid #000;	
}

.pager {
	margin: 20px 0 20px 0;	
}

.pagenav {
	margin: 20px 0 20px 0;	
}

#pagenav ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pagenav li {
	margin: 0;
	padding: 5px 5px 0 17px;
}

#pagenav .print  {
	background: url(images/print.gif) no-repeat top left;
}

#pagenav .previous {
	background: url(images/previous.gif) no-repeat top left;
}

#pagenav a {
	font-weight: bold;
	color: #29447a;
	text-decoration: none;
	font-size: 11px;
}


#right {
	width: 180px;
	float: right;
	display: inline;
	text-align: center;
}

#right iframe, #right img {
	margin: 34px 0 0 0;
}

#footerline {
	clear: both;
	height: 28px;
	width: 100%;
	background: #0074c0;
	margin: 40px 0 0 0;
}

#footer {
	width: 1000px;
	margin: auto;
	font-size: 12px;
	text-align: left;
}

#footer ul {
	margin: 25px 0 25px 0;
	padding: 0;	
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #252525;
	text-decoration: none;
}

#footer a:hover {
	color: #0074c0;
}