body
{
	font-family: arial;
	text-align: center;
}


/*CONTAINER*/
#container
{
	width: 760px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*background-color: #eee;
	border-left: dashed 3px #ff6633;
	border-right: dashed 3px #ff6633;*/
}

/*LOGO*/
#logo
{
	width: 760px;
	height: 65px;
	background: url("/images/furniture/logo.jpg") no-repeat center;
	margin: 30px 0px 0px 0px;
	background-color: transparent;
	text-align: center;
}


/*WRAPPPER*/
#wrapper
{
	/*background: url("/images/furniture/bg_wrapper.jpg") repeat-y;*/
	width: 760px;
	margin: 15px 0px 0px 0px;
}


/*MAINMENU*/
#mainmenu
{
	background-color: transparent;
    width:  160px;
	height: auto;
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	/*border-top: dashed 1px navy;*/
}

#mainmenu ul
{
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#mainmenu li
{
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	border-bottom: solid dashed 1px navy;
}

#mainmenu a
{
	text-decoration: none;
	display: block;
    color: #ff6633;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color: white;
}

#mainmenu a:hover
{
	text-decoration: none;
	/*display: block;
	background-color: #ff6633;*/
	text-align: left;
	color: navy;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#mainmenu ul li a
{
	text-align: left;
}

#index a, #webapplicaties a, #webdesign a, #domeinregistratie a, #domeinhosting a, #contact a
{
	text-decoration: none;
	background-color: #ff8855;
	text-align: left;
	color: navy;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/*TEXT_ADDRESS*/
#text_address
{
	background-color: transparent;
	width: 170px;
	height: auto;
	padding: 25px 0px 0px 0px;
	color: navy;
	font-size: 70%;
	font-weight: bold;
	float: right;
	/*border: dashed navy 1px;	*/
}

#text_address ul
{
	list-style:none;
	text-align: right;
	line-height: 140%;
}


/*BALKJE*/
#balkje
{
	width: 161px;
	height: auto;
	background: url("/images/furniture/bg_balkje.jpg");	
	color: white;
	font-weight: bold;
	font-family: arial;
	padding-left: 10px;
}


/*BODYTEKST*/
#bodytekst
{
     float: right;
     height: auto;
     padding: 0px 10px 25px 20px;
     /*border: dashed navy 1px;*/
}

#bodytekst p
{
    font-family: arial;
	font-size: 85%;
	color: navy;
	text-align: left;
	padding: 5px 0px 0px 0px;
}

#bodytekst h1
{
	text-align: right;
	font-size: 120%;
	color: navy;
	padding: 0px 0px 10px px;
	font-weight: bold;
	color: #ff6633;
	font-style: italic;
}

#bodytekst h2
{
	text-align: left;
    font-family: arial;
	font-size: 100%;
	font-weight: bold;
	color: navy;
	padding: 0px 0px 5px 0px;
}

#bodytekst ul li
{
    font-family: arial;
	font-size: 85%;
	color: navy;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*FOOTER*/
#footer
{
	width: 760px;
	background-color: #ff6633;
	padding: 2px 5px 2px 2px;
	color: white;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
}

/*IMAGES*/
#img_index
{
	width: 560px;
	height: 150px;
	background: url("/images/furniture/index.jpg");
    position:  relative;	
    left: 220px;	
}
#img_webapplicaties
{
	width: 560px;
	height: 150px;
	background: url("/images/furniture/applicaties.jpg");
    position:  relative;	
    left: 220px;		
}
#img_webdesign
{
	width: 560px;
	height: 150px;
	background: url("/images/furniture/webdesign.jpg");
    position:  relative;	
    left: 220px;		
}
#img_domeinhosting
{
	width: 560px;
	height: 150px;
	background: url("/images/furniture/domeinhosting.jpg");
    position:  relative;	
    left: 220px;		
}
#img_domeinregistratie
{
	width: 560px;
	height: 150px;
	background: url("/images/furniture/domeinregistratie.jpg");
    position:  relative;	
    left: 220px;		
}
#img_contact
{
	width: 560px;
	height: 150px;
	background: url("/images/furniture/contact.jpg");
    position:  relative;	
    left: 220px;		
}
