/**
*
* Coding by Jack Kwakman
* Copyright &copy; 2008, ELMA Multimedia
*
*/

/**
* Main elements
*/

body {
	text-align: center;
	line-height: 1.0;
	font: 62.5% arial, helvetica, sans-serif;
	background-color: #294680;
	margin: 0 0 50px 0;
	padding: 0;
	color: #29447a;
	line-height: 1.4;
	font-size: 13px;
}

.white {
	color: #FFF;
}

.italic {
	font-style: italic;
}

/**
* Previews
*/

.preview {
	position: relative;
}

.play {
	position: absolute;
	bottom: 0;
	right: 0;
}

.playerpadding {
	padding: 0 0 0 20px;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.required, .loginwarning {
	color: red;
}

.header {
	font-weight: bold;
}

.noshow, .hidden {
	display: none;
}

#noborder {
	border: 0;
}

#resellers {
	margin: 20px 0 0 0;
}

/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

button {
	cursor: hand;
	cursor: pointer;
	overflow:visible;
}

.select {
	background: #fff;
	color: #29447a;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

.textfield, .loginfield {
	background: #fff;
	border: 1px solid #29447a;
	color: #29447a;
	font-size: 11px;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
}

.textarea {
	background: #fff;
	border: 1px solid #29447a;
	color: #29447a;
	font-size: 11px;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
}

.submitbutton {
	background: #fff;
	color: #29447a;
	border: 1px solid #29447a;
	margin: 0 0 0 6px;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

p {
	margin: 5px 0 5px 0;
	padding: 0;
}

table {
	font-size: 13px;
}

.dottedline {
	height: 1px;
	font-size: 0px;
	background: url(images/dotted_line.gif) repeat-x top left;
	margin: 10px 0 10px 0;
}

#searchmenu {
	clear: both;
	float: left;
	margin: 3px 22px 0 0;
	width: 232px;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

#searchmenu button {
	font-weight: bold;
	background: transparent;
	border: 0;
	color: #a56c02;
}

#searchmenu input {
	border: 1px solid #a56c02;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #a56c02;
	padding: 3px;
}

.contact a, .lostpassword a {
	text-decoration: underline;
	color: #a56c02;
}

.rss {
	float: right;
}

.rss a {
	color: #a56c02;
	text-decoration: none;
}

.rss img {
	border: 0;
}

/**
* Calendar box
*/

.calendarheader {
	font-size: 12px;
	font-weight: bold;
	clear: both;
	text-align: left;
}

.calendarbox {
	width: 152px;
	padding: 16px 0 0 21px;
	margin: 5px 0 0 0;
	color: #000;
	text-align: left;
}

.calendarbox h3 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #000;
	font-size: 13px;
}

.calendarbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

.calendarbox li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	width: 30px;
	float: left;
}

.calendarbox a {
	text-decoration: none;
	color: #000;
}

.greenbox {
	background: #1d7cbe;
	padding: 8px;
}

.greenbox h3 {
	color: #FFF;
	margin: 0;
}

.greenbox a {
	color: #FFF;
	text-decoration: none;
}

/**
* Poll
*/

.pollresult {
	margin: 10px 0 10px 0;
}

.boxreadmore {
	font-weight: bold;
	float: right;
}

#rightmenu .boxreadmore {
	font-weight: normal;
	font-style: italic;
	float: left;
}

/**
* Header elements
*/

#header {
	width: 1000px;
	margin: auto;
}

.header1 {
	background: #FFF url(images/header1.jpg) no-repeat top left;
}

.header2 {
	background: #FFF url(images/header2.jpg) no-repeat top left;
}

.header3 {
	background: #FFF url(images/header3.jpg) no-repeat top left;
}

#logo {
	float: left;
	display: inline;
	width: 173px;
	height: 73px;
	background: #FFF url(images/logo.jpg) no-repeat left top;
	position: relative;
	margin: 28px 0 15px 10px;
}

#logo h2 {
	display: none;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 173px;
	height: 50px;
}

#topnav {
	margin: 10px 29px 0 0;
	height: 36px;
}

#topnav ul {
	margin: 9px 0 0 31px;
	padding: 0;
	list-style: none;
	float: right;
	display: inline;
}

#topnav li {
	margin: 0 0 0 20px;
	display: inline;
}

#topnav a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	padding: 0 0 0 21px;
}

li.home {
	background: url(images/home.gif) no-repeat top left;
}

li.contact {
	background: url(images/email.gif) no-repeat top left;
}

li.sitemap {
	background: url(images/sitemap.gif) no-repeat top left;
}

li.login {
	background: url(images/login.gif) no-repeat top left;
}

/**
* Content
*/

#wrapper {
	width: 1000px;
	margin: auto;
	background: #fff url(images/background.gif) repeat-y left top;
}

#wrapperhome {
	width: 1000px;
	margin: auto;
	background: #fff url(images/background_home.gif) repeat-y left top;
}

#innerwrapper {
	width: 1000px;
}

#left {
	float: left;
	width: 227px;
	padding: 20px;
	text-align: left;
	font-size: 11px;
}

#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left li {
	padding: 0 0 10px 0;
}

#left a {
	color: #29457a;
	text-decoration: none;
}

/**
* Breadcrumb
*/

.breadcrumb {
	color: #29447a;
	height: 40px;
	overflow: hidden;
	margin: 0 0 19px 0;
}

.breadcrumb ul {
	margin: 0;
	padding: 4px 8px 4px 8px;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb a {
	color: #29447a;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.pager {
	margin: 15px 0 15px 0;
}

.pager a {
	color: #29447a;
	text-decoration: none;
}

.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;
}

.newsdetails a {
	color: #29447a;
}

.emailpage {
	margin: 30px 0 20px 0;
}

/**
* Right
*/

#right {
	width: 1000px;
	float: right;
}

#textcontainer {
	float: left;
	width: 770px;
	text-align: left;
	font-size: 12px;
	padding: 10px 0 80px 25px;
}

#textcontainer h1 {
	font-size: 16px;
}

#textcontainer h2 {
	font-size: 14px;
}

#textcontainer h3 {
	font-size: 12px;
}

#rightmenu {
	width: 177px;
	float: right;
	margin: 0 0 35px 0;
	text-align: left;
	display: inline;
}

#rightmenu iframe {
	margin: 35px 0 0 0;
}

#banners {
	text-align: center;
}

#wrapperhome #textcontainer {
	float: left;
	width: 490px;
}

#wrapperhome #right {
	float: right;
	width: 730px;
}

/**
* News and agenda
*/

.newsoverview {
	margin: 21px 0 0 0;
}

.newsoverview h3 {
	font-size: 12px;
	margin: 0 0 16px 0;
	padding: 0;
	color: #29447a;
}

.newsoverview a {
	text-decoration: none;
	color: #29447a;
	font-weight: bold;
}

.newsimage {
	width: 200px;
	text-align: center;
}

.newsimage img {
	border: 1px solid #29447a;
	margin: 0;
}

#newsoverview {
	width: 770px;
}

.newsdetails img {
	border: 1px solid #045497;
	margin: 0 21px 21px 0;
	float: left;
}

.newsdetails a {
	text-decoration: none;
	color: #29447a;
	font-weight: bold;
}

.homedetails img {
	border: 1px solid #045497;
}

.homedetails a {
	text-decoration: none;
	color: #29447a;
	font-weight: bold;
}

.agendadata a {
	text-decoration: none;
	color: #045497;
	font-weight: bold;
}

.newsdate {
	font-weight: bold;
	font-size: 13px;
}

#members td {
 	padding: 5px;
}

#members a {
 	color: #29447a;
 	text-decoration: none;
 	font-weight: bold;
}

/**
* DOWNLOAD ICONS
*/

#downloads {
	margin: 20px 0 0 0;
}

#downloads h3 {
	font-size: 12px;
}

#downloads ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#downloads li {
	padding: 3px 5px 5px 25px;
	margin: 0;
}

#downloads .word  {
	background: url(images/icons/word.gif) no-repeat top left;
}

#downloads .file {
	background: url(images/icons/file.gif) no-repeat top left;
}

#downloads .pdf {
	background: url(images/icons/pdf.gif) no-repeat top left;
}

#downloads .jpg {
	background: url(images/icons/jpg.gif) no-repeat top left;
}

#downloads .gif {
	background: url(images/icons/gif.gif) no-repeat top left;
}

#downloads .xls {
	background: url(images/icons/excel.gif) no-repeat top left;
}

#downloads .bmp {
	background: url(images/icons/bmp.gif) no-repeat top left;
}

#downloads .mp3 {
	background: url(images/icons/mp3.gif) no-repeat top left;
}

#downloads .zip {
	background: url(images/icons/zip.gif) no-repeat top left;
}

#downloads .ppt {
	background: url(images/icons/ppt.gif) no-repeat top left;
}

#downloads .tif {
	background: url(images/icons/tif.gif) no-repeat top left;
}

#downloads .mpg {
	background: url(images/icons/mpg.gif) no-repeat top left;
}

#downloads a {
	color: #29447a;
	text-decoration: none;
}

#downloads a:hover {
	text-decoration: underline;
}

/**
* Footer
*/

#footer {
	width: 974px;
	height: 29px;
	margin: auto;
	background: #006eb6 url(images/footer.gif) repeat-x left top;
	padding: 13px 13px 0 13px;
	color: #FFF;
	font-size: 12px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerleft {
	float: left;
}

#footerright {
	float: right;
}
