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

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

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

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

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

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

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

img {
	border: none;
}

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

.center {
	text-align: center;
}

a {
	color: #6fa543;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: #6fa543;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #6fa543;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #eee;
	font-weight: normal;
	text-decoration: none;
}

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

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

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

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

h2.title {
	font-weight: normal;
	font-size: 22px;
	color: #f0f0f0;
	padding-bottom: 20px;
}

h2.panel_title {
	font-weight: normal;
	font-size: 20px;
	color: #f0f0f0;
	padding-top: 2px;
	padding-bottom: 16px;
}


h2.info_title {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #555;
	padding-top: 2px;
	padding-bottom: 16px;
}

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

span.colortext {
	color: #6fa543;
}

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

/*
**	D.	GLOBAL SITE-STRUCTURE
** -----------------------------------------------
*/
#sitepanel {
	position: relative;
	width: 914px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

#panel_left {
	position: relative;
	width: 164px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	padding-right: 50px;
	float: left;
}

#panel_right {
	position: relative;
	width: 650px;
	height: auto;
	margin-bottom: 20px;
	padding-left: 50px;
	float: left;
}

/*
**	E.	FRAMES
** -----------------------------------------------
*/
/*
**	RIGHT
*/
#logo {
	position: relative;
	width: 164px;
	height: 84px;
	background-image: url(assets/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#navigation {
	position: relative;
	width: 164px;
	height: auto;
	padding-top: 20px;
}

/*
**	LEFT
*/
.panel_info {
	position: relative;
	width: 650px;
	height: 110px;
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 10px;
}

.panel_content {
	position: relative;
	width: 650px;
	height: auto;
	padding-top: 4px;
	padding-bottom: 10px;
}



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

/*
**	NAVIGATION
*/
/* MAIN */
/* NIV 1 */
#navigation ul.navigation_main {
	position: relative;
	height: auto;
	width: 164px;
	margin: 0px;
}

#navigation ul.navigation_main li {
	position: relative;
	display: block;
   	margin: 0px;
   	padding: 0px;
	font-size: 13px;
}

#navigation ul.navigation_main li a {
	display: block;
	width: 164px;
	height: auto;
	color: #666;
	font-weight: normal;
	border: none;
}


#navigation ul.navigation_main li a:link,
#navigation ul.navigation_main li a:visited {
	color: #666;
}

#navigation ul.navigation_main li a:hover,
#navigation ul.navigation_main li a:active {
	color: #fff;
}

#navigation ul.navigation_main li.active a {
	color: #6fa543;
}

#navigation ul.navigation_main li span {
	color: #666;
	font-style: italic;
   	font-size: 12px;
}

/* NIV 2 */

#navigation ul.navigation_main li ul {
	position: relative;
	display: block;
   	margin: 0px;
   	padding: 0px;
}

#navigation ul.navigation_main li ul li {
	position: relative;
	display: block;
   	margin: 0px;
   	padding: 0px;
   	font-size: 12px;
}

#navigation ul.navigation_main li ul li a {
	display: block;
	width: 164px;
	height: auto;
	color: #666;
	font-weight: normal;
	border: none;
}


#navigation ul.navigation_main li a:link,
#navigation ul.navigation_main li a:visited {
	color: #666;
}

#navigation ul.navigation_main li a:hover,
#navigation ul.navigation_main li a:active {
	color: #fff;
}

#navigation ul.navigation_main li.active a {
	color: #6fa543;
}

/* CONTENT */

.panel_small {
	position: relative;
	width: 200px;
	padding-right: 15px;
	float: left;
}

.panel_content .project {
	position: relative;
	width: 650px;
	height: auto;
	padding-top: 12px;
	margin-bottom: 6px;
	border-bottom: solid 1px #222;
}

img.img_project{
	border: none;
	padding-bottom: 10px;
}

#google_map {
	position: relative;
	width: 650px;
	height: 250px;
	
}

/*
**	G.	GOOGLE MAPS
** -----------------------------------------------
*/
.panel_content .contact_map_panel {
	position: relative;
	width: 650px;
	height: auto;
	margin-bottom: 20px;
	z-index: 1000;
	padding-top: 10px;
}

.panel_content .contact_map_panel .google_map_panel {
	position: relative;
	width: 650px;
	float: left;
}

.panel_content .contact_map_panel .contact_map_info {
	position: relative;
	width: 190px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}


#google_map {
	position: relative;
	width: 650px;
	height: 300px;
	z-index: 1000;
	overflow: hidden;
}

.panel_content span.biggermap {
	position: relative;
	display: block;
	text-align: right;
}

.panel_content span.biggermap a {
	text-decoration: none;
	color: #6fa543;
	font-size: 10px;
}

span.error_message {
	font-size: 10px;
	color: #ccc;
}


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