/*
 * Main stylesheet
 * By Erik Kleine <e.kleine@multimove.nl>
 */
 
body
{
	margin:				0;
	padding:			0;
	background:		#f5fafe;
	font-family:  Helvetica, Arial;
	/*
  font-family:		"Times New Roman", Times, serif;
  */
}

a
{
	color:				#fff;
}

a:hover
{
	text-decoration:	none;
}

#container
{
	margin:				0;
	margin-left:		auto;
	margin-right:		auto;
	width:				990px;
	height:				676px;
	background:			url('../images/layout/container_bg.jpg') top center no-repeat;
}

#container_home
{
	position:			relative;
	top:				25px;
	left:				64px;
	width:				862px;
	height:				607px;
	background:			url('../images/layout/bg_home.jpg') top left no-repeat;
}

#container_webshop
{
	position:			relative;
	top:				25px;
	left:				64px;
	width:				862px;
	height:				607px;
	background:			url('../images/layout/bg_webshop.jpg') top left no-repeat;
}

#container_assortiment
{
	position:			relative;
	top:				25px;
	left:				64px;
	width:				862px;
	height:				607px;
	background:			url('../images/layout/bg_assortiment.jpg') top left no-repeat;
}

#container_grafwerk
{
	position:			relative;
	top:				25px;
	left:				64px;
	width:				862px;
	height:				607px;
	background:			url('../images/layout/bg_grafwerk.jpg') top left no-repeat;
}

#container_wiezijnwij
{
	position:			relative;
	top:				25px;
	left:				64px;
	width:				862px;
	height:				607px;
	background:			url('../images/layout/bg_wiezijnwij.jpg') top left no-repeat;
}

#container_vestigingen
{
	position:			relative;
	top:				25px;
	left:				64px;
	width:				862px;
	height:				607px;
	background:			url('../images/layout/bg_vestigingen.jpg') top left no-repeat;
}

#container_klantenpas
{
	position:			relative;
	top:				25px;
	left:				64px;
	width:				862px;
	height:				607px;
	background:			url('../images/layout/bg_klantenpas.jpg') top left no-repeat;
}

#container_contact
{
	position:			relative;
	top:				25px;
	left:				64px;
	width:				862px;
	height:				607px;
	background:			url('../images/layout/bg_contact.jpg') top left no-repeat;
}

#header_spacer
{
	height:				164px;
}

#topmenu
{
}

#topmenu ul
{
	margin:				0;
	margin-left:		10px;
	padding:			0;
	list-style:			none;
}

#topmenu ul li
{
	float:				left;
	margin:				0;
}

#topmenu ul li a 
{
	display:			block;
	width:				auto;
	padding:			10px 14px 10px 14px;
	text-decoration:	none;
	font-size:			14px;
	color:				#fff;
	text-transform:		lowercase;
}

#topmenu ul li a:hover
{
	color:				#d0a3d6;
}

#content_home
{
	position:			relative;
	clear:				both;
	top:				24px;
	margin-left:		24px;
	margin-right:		24px;
	border:				1px solid #1c0e80;
	height:				360px;
	background:			url('../images/layout/bg_home_trans.jpg') top left no-repeat;
}

#content_home2
{
	position:			relative;
	float:         left;
	top:				24px;
	left:		24px;
	margin-right:		24px;
	border:				1px solid #1c0e80;
	height:				360px;
	width:         479px;
	background:			url('../images/layout/bg_home_trans_1.jpg') top left no-repeat;
}

#content_right
{
  position:       relative;
  float:          left;
	top:				24px;
	left:       24px;
	font-size:			12px;
}

#content_right a
{
  color:          #1c0e80;
}

#content_webshop
{
	position:			relative;
	clear:				both;
	top:				24px;
	margin-left:		24px;
	margin-right:		24px;
	border:				1px solid #1c0e80;
	height:				360px;
	background:			url('../images/layout/bg_webshop_trans.jpg') top left no-repeat;
}

#content_assortiment
{
	position:			relative;
	clear:				both;
	top:				24px;
	margin-left:		24px;
	margin-right:		24px;
	border:				1px solid #1c0e80;
	height:				360px;
	background:			url('../images/layout/bg_assortiment_trans.jpg') top left no-repeat;
}

#content_grafwerk
{
	position:			relative;
	clear:				both;
	top:				24px;
	margin-left:		24px;
	margin-right:		24px;
	border:				1px solid #1c0e80;
	height:				360px;
	background:			url('../images/layout/bg_grafwerk_trans.jpg') top left no-repeat;
}

#content_wiezijnwij
{
	position:			relative;
	clear:				both;
	top:				24px;
	margin-left:		24px;
	margin-right:		24px;
	border:				1px solid #1c0e80;
	height:				360px;
	background:			url('../images/layout/bg_wiezijnwij_trans.jpg') top left no-repeat;
}

#content_vestigingen
{
	position:			relative;
	clear:				both;
	top:				24px;
	margin-left:		24px;
	margin-right:		24px;
	border:				1px solid #1c0e80;
	height:				360px;
	background:			url('../images/layout/bg_vestigingen_trans.jpg') top left no-repeat;
}

#content_klantenpas
{
	position:			relative;
	clear:				both;
	top:				24px;
	margin-left:		24px;
	margin-right:		24px;
	border:				1px solid #1c0e80;
	height:				360px;
	background:			url('../images/layout/bg_klantenpas_trans.jpg') top left no-repeat;
}

#content_contact
{
	position:			relative;
	clear:				both;
	top:				24px;
	margin-left:		24px;
	margin-right:		24px;
	border:				1px solid #1c0e80;
	height:				360px;
	background:			url('../images/layout/bg_contact_trans.jpg') top left no-repeat;
}

#inner_content_header
{
	position:			relative;
	background:			#1c0e80;
	color:				#fff;
	padding:			3px 10px 3px 10px;
	font-size:     12px;
}

#content_scrollable
{
	overflow-x:			hidden;
	overflow-y:			scroll;
	overflow:			-moz-scrollbars-vertical;
	height:				335px;
}

#content_scrollable_inner
{
	margin:				0 auto;
	width:				770px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	padding-top:		15px;
	padding-bottom:		15px;
}

#content_scrollable_inner h1, #content_scrollable_inner_home2 h1
{
	margin:				0 0 15px 0;
	font-size:			18px;
	color:				#1c0e80;
}

#content_scrollable_inner h6, #content_scrollable_inner_home2 h6
{
	margin:				0 0 15px 0;
	font-size:			12px;
	color:				#1c0e80;
}

#content_scrollable_inner a, content_scrollable_inner_home2 a
{
	color:				#000;
}

#content_scrollable_inner .submit, content_scrollable_inner_home2 .submit
{
	font-size: 11px;
	width: 165px;
	padding: 0;
}

#content_scrollable_inner_home2
{
	margin:				0 auto;
	width:				430px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	padding-top:		15px;
	padding-bottom:		15px;
	padding-left:      15px;
	padding-right:      15px;
}

#footer
{
	position:			relative;
	clear:				both;
	color:				#fff;
	width:				860px;
	top:				30px;
	left:				64px;
	text-align:			right;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
}
