/*############################################################################
FILENAME:			default.css
DESCRIPTION:		Default Style Sheet
CREATED:			07/02/2007
##############################################################################
	Structuur
############################################################################*/

body,
html
{
	height:100%;
}

body
{
	min-width: 984px;
}

#outer
{
	position: relative;
	width: 984px;
	left: 50%;
	margin-left: -492px;
}

#head,
#foot
{
	display: block;
}

#container
{
	position: relative;
	display: block;
	/*
	border-width: 0 188px 0 188px;
	border-style: none solid none solid;
	border-color: transparent;
	*/
	/* in plaats van de bovenstaande border-oplossing: */
	margin-left: 235px;
	margin-right: 190px;
	/* end */
}

#inner
{
	display: block;
	margin-left: -235px;
	margin-right: -190px;
}

#left
{
	float: left;
	position: relative;
	width: 174px;
	left: 42px;
}

#right
{
	float: right;
	display:inline;
	position: relative;
	width: 166px;
	right: 12;
	margin:0;
	padding:0;
	padding-left:12px;
	padding-right:12px;
}

#center
{
	padding:0;
	margin:0;
	margin-left: 235px;
	margin-right: 190px;
	margin-bottom: 60px;
	position: relative;
	height: 1%;
}

#inner .txt
{
	float:left;
	clear:none;
	position:relative;
	margin-top:-90px;
	margin-left:14px;
}

#inner .txt,
#inner .txt td
{
	font-size: 9px;
	line-height: 12px;
	color:#398cde;
}

.clear { 
	clear: both; 
}

/*##############################################################################
	Global Looks
##############################################################################*/

iframe
{
	padding:0;
	margin:0;
}
iframe,
iframe *
{
	border:none;
}

html,
body,
table,
tr,
td
{
	/* font-family: 'Lucida Grande',Lucida,'Trebuchet MS',Trebuchet,Verdana,Arial,Geneva,Helvetica,sans-serif;
	*/
	font-family: Verdana,'Lucida Grande',Lucida, Arial,'Trebuchet MS',Trebuchet,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #576065;
}

table,
tr,
td
{
	font-size: 12px;
	line-height: 17px;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
}

td
{
	padding-top:2px;
	padding-bottom:2px;
}

body
{
	min-width: 984px;
	background-image: url('../img/bodyback.gif');
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #d9e2e5;
}

table {
	border-collapse: collapse;
}

img { border-style: none; }

a
{
	color: #398cde;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.download
{
	display:block;
	width:100%;
}

a.download,
div.download
{
	padding:6px 0 4px 0;
}

div.media
{
	padding-left:0;
	margin-left:0;
}

#left
{
	padding-bottom:40px;
}

#left .txt
{
	padding-top:80px;
}

#left .txt,
#left .txt td
{
	font-size: 10px;
	line-height: 14px;
	color:#398cde;
}

#right .panel
{
	padding:0;
}

#foot
{
	padding-bottom:30px;
}

#foot img,
#foot .txt
{
	float:left;
	clear:none;
	margin-top:-102px;
}

#foot,
#foot td
{
	font-size: 10px;
	line-height: 14px;
	color:#398cde;
}

h2,
h3,
h4,
ul
{
	color: #0098d5;
	margin-top:0;
}

h2,
h3
{
	font-family: Eurostile, Arial Narrow, Tahoma, Verdana,'Lucida Grande',Lucida, Arial,'Trebuchet MS',Trebuchet,Geneva,Helvetica,sans-serif;
}

h2,
h3,
h4
{
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

body.home h2,
body.home h3
{
	font-size: 42px;
	line-height: 46px;
}

h4
{
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0;

}

p,
.p
{
	margin-bottom:0;
	font-size: 110%;
	line-height: 160%;
	padding-right: 20px;
}

.p
{
	padding-top:20px;
}

p strong,
.p strong
{
	font-size: 120%;
	line-height: 168%;
	font-style: normal;
	font-weight: normal;
}

b
{
	font-size: 99%;
}

p b.title,
.p b.title,
.panel b
{
	color: #0098d5;
}

.upperc { text-transform: uppercase; }

/*##############################################################################
	Head
##############################################################################*/

#head
{
	height: 182px;
	margin-bottom:18px;
	
	background-repeat: no-repeat;
	background-position: 0px 54px;
	padding: 0;
	background-color: #182955;
}

#head #moddate
{
	position: absolute;
	top: 158px;
	left: 14px;
	color: #FFF;
	font-size: 9px;
}

#head #header_nav
{
	height:85px;
	width:100%;
	display:block;
}

#head #header_nav #sitesearch
{
	float: right;
	height: 55px;
	width: 178px;
	padding: 32px 0 0 0;
	margin: 0;
	overflow: hidden;
}

#head #header_nav #sitesearch label
{
	text-transform: uppercase;
	letter-spacing: 1px;
}

#head #header_nav #topbuttons
{
	float:left;
	height:54px;
}

.home #head #header_nav #topbuttons
{
	display:none;
}


/*##############################################################################
	Search
##############################################################################*/

.searchform label
{
	color: #FFF;
	line-height: 10px;
	display: block;
	height:10px;
	width: 100%;
	margin-bottom: 22px;
	overflow: visible;
}

.searchform input.text
{
	border-top: 1px #182955 solid;
	border-right: 0px #182955 none;
	border-bottom: 0px #182955 none;
	border-left: 1px #182955 solid;
	padding:1px;
	width:133px;
	height:18px;
	margin:0;
}

.searchform input.formbutton
{
	padding: 0;
	margin: 0;
	border: 0px none;
	vertical-align: bottom;
}

/*##############################################################################
	panels
##############################################################################*/

.panel
{
	margin-bottom:30px;
}

.panel p,
.panel h4,
.panel form
{
	padding: 0;
	margin: 0;
}

.panel p
{
	padding: 6px 0 12px 0;
}

.panel p a,
.panel h4 a
{
	color: #576065;
	text-decoration: none;
}

.panel b a,
.panel h4 a
{
	color: #0098d5;
}

/*##############################################################################
	Images...
##############################################################################*/

div.huge div.hovertip,
div.thumb div.hovertip
{
	display:none;
}

#center div.thumb,
#center div.thumb a img
{
	width: 175px;
	height: 176px;
}

#center div.huge,
#center div.huge a img
{
	width: 538px;
	height: 288px;
	/*margin-right:16px;*/
}

#center div.huge,
#center div.thumb
{
	float:left;
}

#center div.thumb
{
	height: 176px;
	background-repeat: no-repeat;
	background-position: center center;
	/*margin: 0 0 16px 0;*/
	margin: 0 19px 16px 0;
}

#center div.huge
{
	margin-right:0;
	margin-bottom:16px;
}


/*##############################################################################
	breadcrumbs
##############################################################################*/

#breadcrumbs
{
	width:100%;
	margin-bottom:10px;
}

#breadcrumbs a
{
	text-decoration: none;
	color: #000;
	font-style: normal;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
	color: #0098d5;
}

/*##############################################################################
	form
##############################################################################*/

#center form
{
	width: 300px;
	padding: 10px 24px 10px 20px;
	margin-top: 20px;
	border-width: 2px;
	border-color: #108CCE;
	border-style: solid;
}

#center form input,
#center form textarea,
#center form select
{
	width: 100%;
	padding: 2px 0 1px 1px;
	margin: 0 0 6px 0;
}

#center form input.checkbox
{
	width:16px;
}

#center form .asterisk
{
	color: #F21D8A;
}

#form_error_report 
{ 
	font-style: italic; 
	padding-bottom:3px;
}

.form_error_report
{
	color: #F21D8A;
	font-weight: bold;
	font-style: normal;
}
