/* CSS Document */
html,body {
	height: 100%;
}

body {
	background: #F78D1D;
	color: #5E422E;
	font-family: Arial, Helvetica, sans-serif;
}

/**
* MAIN CONTAINER
*/
.page-wrapper {
	height: auto;
	width: 800px;
	overflow: hidden;
	margin: 0px auto 0 auto;
}

.container {
	height: auto;
	width: 800px;
	background: #FFFFFF;
	overflow: hidden;
}

/**
* HEADER
*/
.header {
	height: 230px;
	width: 800px;
	float: left;
	background: #FFFFFF url(../images/headerbg.png) top repeat-x;
}

.languages {
	height: 30px;
	width: 800px;
	float: right;
}

.banner {
	height: 120px;
	width: 800px;
}

.logo {
	float: left;
	width: 130px;
	height: 120px;
	padding-left: 20px;
}

.header-image {
	float: right;
	width: 620px;
	height: 120px;
	padding-right: 8px;
}

.header-image img {
	margin-right: 4px;
}

.topmenu {
	height: 30px;
	width: 800px;
	margin-top: 12px;
	float: left;
}

.submenu {
	height: 28px;
	width: 800px;
	margin-top: 22px;
	float: left;
}

/**
* CONTENT
*/
.content {
	margin-top: 13px;
	padding: 10px 0 50px 0;
	height: auto;
	float: left;
	width: 800px;
	overflow: hidden;
	border-top: 1px solid #C1C1C1;
}

/* Activiteitenagenda - iframe */
.content2 {
	position: relative;
	line-height: 12px;
}

/* network page*/
.network {
	float: left;
	background-image: url('../images/network_background.png');
	width: 118px;
	height: 160px;
	padding: 15px;
	cursor: pointer;
	font-weight: normal;
	/*margin: 1px;*/
	margin-left: -9px;
	margin-right: 11px;
}

.network a {
	text-decoration: none;
	font-size: 12px;
}

/**
* PAGE LISTS
*/
.topmenu ul,.submenu ul {
	list-style: none;
	padding-left: 155px;
	overflow: hidden;
}

.languages ul {
	list-style-type: none;
	padding: 7px 20px 0 0;
	margin: 0px;
	float: right;
}

.languages li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-right: 24px;
}

#engels {
	background-image: url(../images/engels.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#nederlands {
	background-image: url(../images/nederlands.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.languages li a {
	font-size: 0.65em;
	display: block;
	color: #CCCCCC;
	height: 20px;
	width: 20px;
	text-decoration: none;
	margin-left: 20px;
}

.active_laguage {
	color: #000000 !important;
}

.topmenu li,.submenu li,.languages li,.footer-wrapper li {
	float: left;
}

.topmenu li a:hover,.active-page {
	background: #FFFFFF;
	color: #78553D !important;
	padding: 7px 12px 0;
	border-top: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
}

.active-page {
	padding: 7px 12px 0 !important;
}

.topmenu li a.active-page:hover {
	padding: 8px 13px 0;
}

.topmenu li {
	margin-left: 15px;
}

.topmenu li a {
	text-decoration: none;
	height: 30px;
	padding: 8px 13px 0;
	display: inline-block;
	font-size: 0.9em;
	color: #aaa;
}

.submenu ul {
	margin: 0;
}

.submenu li a {
	font-size: 0.68em;
	font-weight: 600;
	text-decoration: none;
	display: block;
	color: #78553D;
	margin: 0 0 0 28px;
	padding-bottom: 3px;
}

.submenu li a:hover,.active-submenu {
	border-bottom: 2px solid #F78D1D;
}

/**
* LEFT COLUMN
*/
.leftcolumn {
	height: auto;
	width: 165px;
	float: left;
	padding-left: 10px;
}

form {
	padding: 2px;
	float: left;
	width: 156px;
}

.left-column-header {
	background: url(../images/leftcolumn-header.png) no-repeat;
	height: 22px;
	font-size: 0.7em;
	color: #FFFFFF;
	font-weight: bold;
}

.zoeken,.newsletter {
	border: 3px solid #F78D1D;
	width: 157px;
	float: left;
}

.zoeken {
	height: 48px;
}

.newsletter {
	height: 50px;
}

.newsletter,.balans-juwelery {
	margin-top: 10px;
}

.balans-juwelery {
	border: 3px solid #F78D1D;
	width: 157px;
	/*height:194px;*/
	float: left;
	padding-bottom: 5px;
}

.juwelery {
	padding-top: 5px;
}

.juwelery-text,.juwelery-read-more a {
	padding: 2px 5px 0 5px;
	font-size: 0.75em;
	line-height: 1.5;
}

.todays-special {
	margin-top: 10px;
	border: 3px solid #F78D1D;
	width: 157px;
	float: left;
}

.todays-special h1 {
	background: url(../images/leftcolumn-header.png) no-repeat;
	height: 22px;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
}

.todays-special img {
	padding-top: 5px;
	width: 145px;
}

.todays-special p {
	padding: 2px 5px 0 5px;
	font-size: 0.75em;
	line-height: 1.5;
}

.todays-special a {
	padding: 2px 5px 0 5px;
	font-size: 0.90em;
	line-height: 1.5;
	color: #F78D1D;
	text-align: right;
	display: block;
}

.bannerImg img {
	margin-top: 8px;
}

.juwelery-read-more a,.juwelery-read-more {
	color: #F78D1D;
	text-align: right;
	/*font-size:0.688em;*/
	display: block;
}

input {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.textbox {
	height: 17px;
	font-size: 0.68em;
	width: 116px;
	border: 1px solid #C1C1C1;
}

.submit {
	position: relative;
	top: 0px;
}

.haguest-card {
	margin: 10px 0 0 0;
	width: 162px;
	height: 35px;
	float: left;
}

/**
* RIGHT COLUMN
*/
.rightcolumn {
	height: auto;
	width: 620px;
	float: right;
}

.navigation {
	height: 50px;
	width: 610px;
	float: left;
}

.bodytext {
	float: left;
	width: 600px;
	padding: 0 15px 4px 4px;
}

.bodytext h1 {
	color: #F19623;
	font-size: 1.1em;
	padding: 0px 0 10px 0;
}

.bodytext h2 {
	color: #F19623;
	font-size: 0.9em;
	font-weight: bold;
}

.bodytext p,.bodytext li {
	line-height: 1.5;
	font-size: 0.75em;
}

.bodytext td p {
	font-size: 1em;
}

.bodytext ul li {
	list-style-image: url(../images/haw_bullet.png) !important;
	list-style-position: inside !important;
}

.bodytext a {
	color: #5E422E;
}

.bodytext a:hover {
	text-decoration: none;
}

.bodytext table,.bodytext form {
	font-size: 12px;
}

.bodytext img {
	margin-left: 40px;
}

.network img {
	margin: 0px;
}

.footer-wrapper {
	width: 800px;
	height: 30px;
	font-size: 0.7em;
	padding: 12px 0 0 0;
	color: #FFFFFF;
}

.footer-menu {
	float: left;
}

.realization-text {
	float: right;
	width: 200px;
	text-align: right;
}

.realization-text a,.footer-menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#separator {
	padding: 0 8px;
}

/**
* TEXTFIELD WATERMARK
*/
.watermarkOn {
	color: #CCCCCC;
}

img {
	behavior: url(../html/jsFrontend/iepngfix.htc)
}

.sitemap {
	margin-top: 0px;
}

.sitemap a {
	text-decoration: none;
	font-size: 12px;
}

.bottom-links {
	clear: both;
}

#overlay-container {
	display: none;
}

.overlay-content {
	text-align: left;
	padding: 20px;
	width: 650px;
	height: 229px;
	height: 249px !ie7;
	font-size: 12px;
}

.overlay-content .overlay-logo {
	margin-left: -11px;
}

.overlay-content a {
	color: #EF8015;
}

.overlay-content a:hover {
	text-decoration: none;
}

.overlay-content h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.overlay-content .stones {
	width: 262px;
	height: 243px;
	float: right;
	margin-top: 6px;
}

.bottom-wrapper {
	height: 45px;
	width: 800px;
}

.social-media {
	float: left;
	margin-left: 7px;
	width: 157px;
	margin-top: -8px;
}

.social-media img {
	margin-right: 4px;
	margin-left: 4px;
}

.slogan {
	float: right;
	margin-right: 20px;
}
