html{
	overflow-x: hidden;
}

body {
	background-color: #004C90;
	background-attachment: fixed;	
	background-image: url(../images/bg_page.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	width: 1280px;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B3D9EC; /* light blue */	
}

h1 {
	font-size: 110%; 
	font-weight: bold;
	color: #FF8700;
	text-transform: uppercase;
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 100%; 
	font-weight: bold;
	color: #FFFFFF;
	word-spacing: 0.2em;
	letter-spacing: 0.1em;	
	padding: 0px;
	margin: 0px;
}


h5 {
	font-size: 80%;
	font-weight: normal; 
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2E7AB8;
	border-right-color: #2E7AB8;
	border-bottom-color: #2E7AB8;
	border-left-color: #2E7AB8;
	height:1px;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
}

/* Navigation */ 
.navlist {
	font-size: 0.9em;
	word-spacing: .3em;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-weight: bold;		
	text-align: right;	
	list-style: none;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
.navlist li {
	padding: 10px 15px 15px 0px;
}
.navlist a {
	color: #FFFFFF;
	text-decoration: none;
}
.navlist a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.selected {
	color: #FFFFFF;
	text-decoration: underline;
}

#divLeft {
	width: 190px;
	height: 15px;
	float: left;
}

#divHeader {
	width: 600px;
	padding-left: 10px;
	height: 175px;
	float: left;
}

#divRight {
	width: 190px;
	height: 175px;
	float: left;
}

#divNews {
	position: absolute;
	left: 800px;
	top: 15px;
	width: 190px;
	height: 170px;
	padding: 0px 0px 20px 0px;
	z-index: 2;
}

#divNavigation {
	width: 190px;
	height: 450px;
	clear: left;
	float: left;
	background-image: url(../images/bg_navigation.gif);
	background-repeat: no-repeat;
}

#divPrintheader {
	display: none;
}

/* Content container */
#divContent {
	width: 570px;
	float: left;
	padding: 15px 20px;
	line-height: 140%;
	word-spacing: 0.3em;
}
#divContent a {
	text-decoration: none;
	color: #FFFFFF; /* white */
}
#divContent a:hover {
	text-decoration: underline;
	color: #B3D9EC; /* light blue */
}

/* Foto fader */
#fadeContainer {
	float: right;
}
/*
div.fade {
  behavior: url('../js/htmlfade.htc');
  -moz-binding: url(../js/bindings.xml#htmlfade.htc);
  visibility: hidden;
}
*/
/* Foto borders */
img.fotoBorder {
	border: solid 1px #669966;
}

.foto1_small { /* CMS images */
	float: right;
	border: solid 1px #669966;
}	

/* Alingn image left */
img.imgFloatleft {
	float: left;
	margin: 15px 30px 15px 0px;
}

/* Alingn image right */
img.imgFloatright {
	float: right;
	margin: 15px 0px 15px 30px;
}

/* PNG transparancy */
img.png {
 /* behavior: url("/js/pngbehavior.htc");  */
}

table.tdGreen td {
	background-color: #72A703;
	color: #FFFFFF;
	border-bottom: 1px solid #8FB58F;
	font-size: 0.9em;
	word-spacing: 0.3em;
	letter-spacing: 0.1em;	
	font-weight: bold;
} 

/* Formfields */
.frmVeld {
	background-color: transparent !important;
	border: 1px solid #72A703;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF; 
}
.frmVeldError {
	background-color: transparent;
	border: 1px solid red;
}

.frmButton {
	background-color: transparent;
	border: 2px solid #72A703;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF; 
}

.headCaps {
	text-transform: uppercase;
}

.textSmall {
	color: #FFFFFF;
	font-size: 0.8em;
	word-spacing: 0.0em;
	letter-spacing: 0.0em;	
}

#divDesign {
	float: left;
}
	
#divDesign A {
	font-size: 0.8em;
	word-spacing: .3em;
	letter-spacing: 0.1em;
	color: #FFFFFF;	
	padding: 15px 0px 15px 15px;
	text-decoration: none;
}
