body{
	font:12px/18px Arial,Verdana,sans-serif;
	text-align:center;
	background-color: #000;
	color: #2e2e2e;
}

#container{
	text-align:left;
	width:980px;
	margin:20px auto 0 auto;
	background-image: url(../../layout/www.intersolution.be/container_BG.png);
	background-position: top center;
	background-repeat: repeat-y;
}
#header{
	height:150px;
	background-image: url(../../layout/www.intersolution.be/header_BG.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#header.fr{
	background-image: url(../../layout/www.intersolution.be/header_BG_fr.png);
}
#header.en{
	background-image: url(../../layout/www.intersolution.be/header_BG_en.png);
}
#header.de{
	background-image: url(../../layout/www.intersolution.be/header_BG_de.png);
}
	#link{
		float: left;
		width: 300px;
		height: 70px;
		padding: 50px 0 0 50px;
	}
		#link a{
			display: block;
			width: 300px;
			height: 70px;
		}
	#languages{
		float: right;
		width: 130px;
		height: 20px;
		margin: 60px 35px 0 0;
	}
	#languages a{
		display:block;
		float: right;
		width: 20px;
		padding: 0 4px;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		color: #ad9962;
	}
	#languages a.lang{
		background-image: url(../../layout/www.intersolution.be/lang_BG.gif);
		background-position: 0 50%;
		background-repeat: no-repeat;
		padding-left: 7px;
	}
	#languages a:hover{
		color: #fff;
	}
#wrapper{
	min-height: 570px;
	height: auto !important;
	height: 570px;
	background-image: url(../../layout/www.intersolution.be/wrapper_BG.png);
	background-position: top center;
	background-repeat: no-repeat;
}
	#sidebar{
		float:left;
		width:230px;
	}
	
	#content{
		float:right;
		width:620px;
		min-height: 570px;
		height: auto !important;
		height: 570px;
		padding: 0 60px;
	}
	#choose_lang{
		width: 100%;
		text-align: right;
	}
#footer{
	text-align:center;
	margin:0 auto;
	width:950px;
	height:20px;
	padding: 60px 15px 0 15px;
	clear:both;
	font-size: 10px;
	background-image: url(../../layout/www.intersolution.be/footer_BG.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #faf8f1;
}
/* SIDEBAR
-----------*/
#sidebar ul{
	padding-left: 60px;
	font-size: 14px;
}
#sidebar ul li{
	margin-bottom: 3px;
}
#sidebar ul li a{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #ad9962;
}
#sidebar ul li a:hover,#sidebar ul li.active a, #sidebar ul li.activeparent ul li.active a {
	color: #2e2e2e;
}
#sidebar ul li ul{
	padding-left: 20px;

}
#sidebar ul li.active ul li a, #sidebar ul li.activeparent ul li a{
	font-size: 13px;
	color: #ad9962;
}
#sidebar ul li.active ul li a:hover, #sidebar ul li.activeparent ul li a:hover{
	color: #2e2e2e;
}
/* CONTENT
-----------*/
#content p,#content ul,#content ol{
	margin:0 0 10px;
}
#content a{
	color: #ad9962;
	font-weight: bold;
}
#content a:hover{
	color: #2e2e2e;
}
#content ul,#content ol{
	margin:0 0 10px;
	padding-left:15px;
	list-style:disc;
}
#content ol{
	list-style:decimal;
}
#content h1,h2,h3,h4,h5,h6{
	margin:0 0 10px;
}
#content h1{
	font-size: 18px;
	color: #ad9962;
	margin-bottom: 20px;
}
#content h1.home-1{
	display: none;
}
#content h2{
	font-size: 16px;
}
#content h3{
	font-size: 14px;
}
#content h4{
	font-size: 13px;
}
/* FOOTER
-----------*/
#footer a{
	color: #faf8f1; 
}
#footer a:hover{
	color: #2e2e2e; 
}
/* PHOTOGALLERY
---------------*/
#content .module_photo ul{
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
}

#module_photogallery{
	list-style:none;
	padding:0;
}
#module_photogallery li{
	float:left;
	margin:0 15px 30px;
	height:154px;
	width:154px;
	text-align:center;
	overflow:hidden;
}
#module_photogallery li a img{
	border:2px solid #fff;
}
#module_photogallery li a:hover img{
	border:2px solid #ad9962;
}

/*FORMS
-------*/
table.layouttable {
	width: 500px;
	text-align: left;
}
table.layouttable th {
	width: 250px;
	vertical-align: top;
}
table.layouttable td {
	vertical-align: top;
	padding-bottom: 4px;
}
table.layouttable p {
	color: #999;
	font-size: 10px;
	line-height: 12px;
}
input.submit{
	color:#fff;
	padding:3px 0;
	width: 120px;
	display:block;
	margin:8px 0 8px 305px;
	font:bold 12px Arial,Verdana,sans-serif;
	background-color: #ad9962;
	border:none;
	cursor:pointer;
}
table.layouttable tr.row_2053 p {
	color: #2e2e2e;
	font-size: 12px;
	font-style: italic;
}
input.text,textarea{
	width:250px;
	padding:3px 5px;
	font:11px Arial,Verdana,sans-serif;
	border:1px solid #999;
}
.error_message{
	border:1px solid #c00;
	background:#fdd;
	padding:15px;
	margin:10px 0;
	color:#c00;
}
tr.error {
	border:1px solid #c00;
	background:#fdd;
}
#thanks{
	padding:15px;
	margin-bottom:30px;
	background:#AD9961;
	color:#fff;
}
textarea.text_images {
	width: 590px;
	height: 50px;
	background: none;
	border: none;
	overflow: auto;
}
#module_categories ul{
	padding-left: 0;
	margin-top: 20px;
}
#module_categories li{
	float: left;
	width: 140px;
	margin-right: 10px;
	list-style: none;
}
#module_categories li a{
	text-decoration: none;	
}
#content #module_database_list ul{
	list-style-type: disc;
}
#content #module_database_list li{
	list-style-type: disc;
}
#content  #module_database_list li a{
	dislay: block;
	width: 350px;
	float: left;
}

.prevnext{text-align:center;margin-bottom:18px;}


/* specific */

#wrapper{
	position:relative;
	min-height:797px;
	height:auto !important;
   height:797px;
}

#partners{
	background: url(/layout/www.intersolution.be/partners_BG.png) no-repeat 0 0;
	height: 465px;
	left:14px;
	position:absolute;
	top:314px;
	width: 180px;
	padding: 25px 10px 0;
}

#partners .block{
	height: 90px;
	margin-bottom: 4px;
	overflow: hidden;
	width: 180px;
}

#partners .block.blocknr2{
	height: 127px;
}

#partners .slideshow{
	/*text-align:center;
	height:152px;
	width:152px;
	overflow:hidden;*/
}

#partners .slideshow a{
	/*display:block;
	float:left;*/
}

#partners p{
	line-height:12px;
	padding:8px 0 4px 0;
	text-align:center;
}

#partners p small{
	font-size:11px;
}

table.partners td{
	padding:10px 0;
	text-align:center;
}
