/*
	Stylesheet for Hoppinger CMS(c) 2006-2008 Hoppinger.com
	Use this to start from when creating a new HTML/CSS project
*/

/*
	Style Imports
*/
@import url('menu.css');
@import url('modules.css');
@import url('sitemap.css');


/*
	BEGIN of Reset CSS Styles
	This is used to avoid complications when different browsers use different default values for these elements
*/
html, body, div, span, applet, object, iframe,
h1, h2, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/*
	END of Reset CSS Styles
*/

/*
	BEGIN of General CSS Styles
	These style definitions should be in any website
*/
body {
	font-family: Arial, Optimer, Verdana, Arial, sans-serif;
	font-size: 62.5%;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #d90000;
	text-decoration: underline;
}

p {
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0 8px 0;
	padding: 0px 0 8px 0;
}

table {
	border-collapse: collapse;
}

td {
	text-align: left;
}

textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    color: #333333;
}

input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    color: #000;
}

.clean_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.hidden_row {
	display: none;
}
/*
	END of General CSS Styles
*/

/*
	BEGIN of Layout CSS Styles
	Anything required to form the layout of the website
*/
/*
	START DIV ID's
*/
div#siteWrapper {
	margin: 0 auto;
	width: 991px;
}

div#topContainer {
	width: 991px;
	height: 430px;
	overflow: hidden;
	position: relative;
}

div#topContainerPage {
	width: 991px;
	height: 306px;
	overflow: hidden;
	position: relative;
}

div#flagContainer {
	position: absolute;
	top:104px;
	right: 0;
}


div#horizontalMenu {
	position: absolute;
	display: block;
	
	bottom: -4px;
	right: 50px;
	width: 600px;
	
}

div.contentContainer {
	margin-top: 20px;
	width: 991px;
}

div.leftContainer {
	float:left;
	width: 200px;
	padding-left: 82px;
}

div#leftMenu {
	padding-top: 5px;
}

div.homeContainer {
	float:left;
	font-size: 1.4em;
	padding-left: 57px;
	width: 550px;
}

div.pageContainer {
	float:left;
	font-size: 1.4em;
	padding-left: 57px;
	width: 387px;
}

*html div.pageContainer {
	padding-left:20px;
}

div#contactBlock {	
	padding-top: 20px;
	padding-bottom: 100px;
	font-size: 1.1em;
	line-height: 170%;
	color: #333333;
}

div.rightContainer {
	margin-top: -21px;
	width: 240px;
	background-color: #ebebeb;
	min-height: 500px;
	float:right;
}

div#rightContent {
	margin-top: 18px;
	padding: 10px;
	color: #082d6b;
	font-size: 12px;
	line-height: 20px;
}

div#rightContent p {
	color: #082d6b;
	font-size: 12px;
	line-height: 20px;

}

div#rightContent a:link,a:visited {
	color: #082d6b;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;

}

div#rightContent a:hover {
	color: #082d6b;
	text-decoration: underline;
	font-size: 12px;
	line-height: 20px;

}


div#logoContainer {
	position:relative;
	float:left;
	top:10px;
	left:0px;
	width:700px;
	font-size: 1.3em;
}

/*
	END DIV ID's
*/

/*
	START IMAGES
*/

a.menuButton {

	float: left;
	margin-right: 10px;

}

a.cLink {
	color: #333333;
}

#roundedButton {
	position: absolute;
	float: right;
	top: 180px;
	right: 60px;

}

#logoMain {
	position: absolute;
	top: 20px;
	left: 80px;
	width: 202px;
	height: 207px;
	}

#logoAddOn {
	left: 300px;
	position: absolute;
	top: 103px;
	width: 155px;
	height: 21px;
	}

#topBanner {
	position: absolute;
	top: 130px;
	width: 991px;

}

#topBanner_page {
	position: absolute;
	top: 130px;
	width: 991px;

}


#topTitle_fr {
	position: absolute;
	right: 70px;
	top: 42px;
}

#topTitle_nl {
	position: absolute;
	right:100px;
	top: 35px;
}

/*
	END IMAGES
*/


/*
	START UL
*/
ul.verticalMenu {

	color: #333333;
	font-size: 1.3em;
	list-style-type: none;
	line-height: 200%;
	border-top: 1px solid #dedede;
	width: 200px;

}

ul.verticalMenu li {
	border-bottom: 1px solid #dedede;
	width: 200px;
	text-decoration:none;
	color: #333333;

}
ul.verticalMenu li a {
	text-decoration:none;
	color: #333333;
}

ul.verticalMenu li a:hover {
	text-decoration:underline;
}

ul.verticalMenu li.active a {
	color: #d90000;
}
/*
	END UL
*/

h2 {
	font-size: 1.3em;
	color: #082d6b;
	font-weight: normal;
	padding-bottom: 10px;
	clear: both;
}

h1 {
	font-size: 25px;
	color: #082d6b;
	margin-bottom: 10px;
	font-weight: normal;
}

.rightContainer h2 {
	text-transform: uppercase;
}

.leftContainer p {
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
}

.partners  {
	width: 594px;
	height: 235px;
}
/*
	END of Layout CSS Styles
*/

/*
	BEGIN of moduleManager CSS Styles
*/
#textContentWrapper {
}

#moduleLinkContent {
	position: relative;
}
.gototop {
    padding: 8px 0;
    text-align:center;
}
/*
	END of moduleManager CSS Styles
*/

/*
	BEGIN of Extra CSS Styles
*/
