@charset "utf-8";
/* ----------------------------------------------
**
**	global.css
**
**	author: Van Snick Jo
**	copyrights by thinline
**
**	www.vigilantia.be
**
** --------------------------------------------- */

/*
**	A.	GLOBAL BODY
** -----------------------------------------------
*/

* {
	font-family: Helvetica, Arial, sans-serif;
}

body, html {
	height: auto;
	margin: 0px;
	padding: 0px;
	color: #2a2b2c;
	font-size: 12px;
	line-height: 1.6em;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
}

/*
**	B.	GLOBAL IMAGES, LINKS, PARAGRAPHS
** -----------------------------------------------
*/

p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

em {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

strong {
	font-weight: bold;
	}
	
hr {
	height: 1px;
	color: #9c8b64;
	background-color: #9c8b64;
	border: none;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

a {
	color: #97824b;
	font-weight: normal;
	text-decoration: underline;
}

a:link {
	color: #97824b;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #97824b;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #555;
	font-weight: normal;
	text-decoration: underline;
}

ul {
	margin-left: 30px;
	list-style-type: disc;
}

/*
**	C.	HEADERS - TITLES
** -----------------------------------------------
*/

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #2c2b2a;
	padding-bottom: 10px;
	padding-top: 10px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2.title {
	font-weight: bold;
	font-size: 22px;
	color: #2c2b2a;
	padding-bottom: 20px;
}

h2.panel_title {
	font-weight: bold;
	font-size: 18px;
	color: #2c2b2a;
	padding-bottom: 18px;
}

span.infotext {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	display: block;
}

span.quote {
	display: block;
	font-size: 14px;
	color: #867957;
}

span.redtext {
	color: #b31414;
}

span.center {
	display: block;
	text-align: center;
}

.content_left .confirm span {
	font-weight: bold;
}

/*
**	D.	GLOBAL SITE-STRUCTURE
** -----------------------------------------------
*/
#sitepanel {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	background-color: #fff;
	background-image: url('assets/vigilantia_background.png');
	background-repeat: repeat-x;
	background-position: top center;
}

#banner_top {
	position: relative;
	width: 800px;
	height: 166px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url('assets/vigilantia_bg_menu.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#center {
	position: relative;
	height: auto;
	width: 798px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-bottom: 30px;
	background-color: #fff;
}

#banner_bottom {
	position: relative;
	height: 51px;
	width: 800px;
	font-size: 11px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-image: url('assets/vigilantia_bg_bottom.png');
	background-repeat: repeat-x;
	background-position: top center;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
/*
**	E.	FRAMES
** -----------------------------------------------
*/
/*
**	BANNER TOP
*/
#logo {
	position: relative;
	width: 215px;
	height: 121px;
	float: left;
	background-image: url('assets/vigilantia_logo.png');
	background-repeat: no-repeat;
}

#logo a {
	position: relative;
	display: block;
	width: 215px;
	height: 121px;
}

#logo a span.logo_home {
	position: relative;
	display: none;
	width: 215px;
	height: 121px;
}

#navigation_top {
	position: relative;
	height: 165px;
	width: 585px;
	float: left;
	text-align: right;
}

/*
**	CENTER
*/
/* normal */
#center .content_large {
	position: relative;
	width: 718px;
	padding-right: 40px;
	padding-left: 40px;
}

#center .content_left {
	position: relative;
	width: 468px;
	padding-right: 30px;
	padding-left: 40px;
	height: auto;
	float: left;
}

#center .content_right {
	position: relative;
	width: 210px;
	height: auto;
	padding-left: 40px;
	padding-left: 10px;
	padding-bottom: 100px;
	margin-top: 30px;
	float: left;
	border-left: 1px solid #d5d5d5;
}

#center .content_right p{
	margin: 0px;
}

#center .contentblock_small {
	position: relative;
	width: 239px;
	float: left;
	padding: 0px 25px;
}



/*
**	BANNER BOTTOM
*/
#banner_bottom_left {
	position: relative;
	height: auto;
	width: 360px;
	padding: 16px 0px 0px 40px; 
	float: left;
	text-align: left;
}
 
#banner_bottom_right {
	position: relative;
	height: auto;
	width: 360px;
	padding: 16px 40px 0px 0px; 
	float: left;
	text-align: right;
}

/*
*	F.	CLASSES
*  -----------------------------------------------
*/

/*
**	NAVIGATION
*/
/* LANGUAGE */
#navigation_top #navigation_top_lang {
	position: relative;
	width: 585px;
	height: 116px;
	overflow: hidden;
}

#navigation_top_lang ul.navigation_lang {
	position: relative;
	height: auto;
	margin: 0px;
	float: right;
}

#navigation_top_lang ul.navigation_lang li {
	position: relative;
	display: inline;
   	margin: 0px;
   	padding: 0px;
}

#navigation_top_lang ul.navigation_lang li a {
	display: block;
	float: left;
	width: auto;
	height: 16px;
	text-decoration: none;
	border: none;
	padding: 5px 4px 4px 4px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 12px;
}


#navigation_top_lang ul.navigation_lang li a:link,
#navigation_top_lang ul.navigation_lang li a:visited {
	color: #fff;
}

#navigation_top_lang ul.navigation_lang li a:hover,
#navigation_top_lang ul.navigation_lang li a:active {
	color: #c4b489;
}

#navigation_top_lang ul.navigation_lang li a:link.active,
#navigation_top_lang ul.navigation_lang li a:visited.active {
	color: #2a2b2c;
	background-color: #fff;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

/* MAIN */
#navigation_top #navigation_top_main {
	position: relative;
	width: 585px;
	height: 50px;
	overflow: hidden;
}

#navigation_top_main ul.navigation_main {
	position: relative;
	height: 50px;
	margin: 0px;
	float: right;
}

#navigation_top_main ul.navigation_main li {
	position: relative;
	display: inline;
   	margin: 0px;
   	padding: 0px;
	font-size: 15px;
}

#navigation_top_main ul.navigation_main li a {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border: none;
	padding: 0px 20px 20px 20px;
}


#navigation_top_main ul.navigation_main li a:link,
#navigation_top_main ul.navigation_main li a:visited {
	background-image: none;
}

#navigation_top_main ul.navigation_main li a:hover,
#navigation_top_main ul.navigation_main li a:active {
	color: #c4b489;
	background-image: none;
}

#navigation_top_main ul.navigation_main li.active {
	float: left;
	width: auto;
	color: #c4b489;
	font-weight: normal;
	height: 30px;
	padding: 0px 20px 20px 20px;
	background-image: url(assets/menu_selector.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* RIGHT */
#center ul.navigation_right {
	position: relative;
	height: auto;
	width: 210px;
	margin: 0px;
}

#center ul.navigation_right li {
	position: relative;
	display: block;
   	margin: 0px;
   	padding: 0px;
	font-size: 14px;
}

#center ul.navigation_right li a {
	display: block;
	width: auto;
	height: 20px;
	color: #2a2b2c;
	text-decoration: none;
	border-bottom: 1px solid #d5d5d5;
	padding: 14px 0px 10px 10px;
}


#center ul.navigation_right li a:link,
#center ul.navigation_right li a:visited {
	background-image: none;
}

#center ul.navigation_right li a:hover,
#center ul.navigation_right li a:active {
	background-color: #f3f3f2;
}

#center ul.navigation_right li a:link.active,
#center ul.navigation_right li a:visited.active {
	color: #2a2b2c;
	font-weight: bold;
	background-color: #f3f3f2;
}

/*
**	CENTER
*/
#center .content_image_left {
	float: left;
	margin: 5px 20px 14px 0px;
	border: 1px solid #2a2b2c;
}

#center .content_image_right {
	float: right;
	margin: 5px 0px 14px 20px;
	border: 1px solid #2a2b2c;
}


/*
**	BANNER BOTTOM
*/
#banner_bottom a {
	color: #c4b489;
	font-weight: normal;
	text-decoration: none;
}

#banner_bottom a:link,
#banner_bottom a:visited {
	color: #c4b489;	
}

#banner_bottom a:hover,
#banner_bottom a:active {
	color: #fff;	
}


#banner_bottom_right ul {
	position: relative;
	padding: 0px;
	margin: 0px;
}

#banner_bottom_right ul li {
	float: right;
	display: block;
	padding:  0px 14px;
	border-right: 1px solid #ab996b;
}

#banner_bottom_right ul li.first_listitem {
	float: right;
	display: block;
	padding:  0 0 0 14px;
	border-right: none;
}

/*
**	Practical stuff
*/
.pusher {
	position: relative;
	width: auto;
	height: 1px;
	line-height: 1px; 
	font-size: 1px;
	clear: both;
}
