* {
	margin: 0;
}

html, body {
	height: 100%;
	background-color: #C1B9AB;
	font-family: "Times New Roman", Times, serif;
	color: #534B3F;
}

html {
	overflow-y: scroll;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

input[type="text"], textarea {
	width: 400px;
}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	width: 950px;
}

.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 9px;
}

#header {
	background-image: url(images/logo-yumoja-bg.jpg);
	height: 100px;
}

#linkerkant {
//	position: absolute;
	width: 160px;
	float: left;
}

#menu {
	width: 160px;
}

#ondermenu {
	width: 160px;
	margin-top: 2px;
}

#nieuws {
	width: 152px;
	border: 1px solid #998e7d;
	padding: 0px 2px 0px 2px;
}

#socialemedia {
	margin-top: 2px;
	height: 22px;
}

#tekstvenster {
	padding-left: 165px;
	padding-right: 5px;
//	width: 790px;
//	float: right;
}

.img_padding_t_r {
	padding-top: 5px;
	padding-right: 5px;
}

/* Instellingen voor het menu */

#nav ul {
	list-style-type: none;
}

#nav, #nav ul, #nav ul ul{
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(none.gif) repeat 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-left: -1px;
}

#nav{
/*	width: 95px;            */
	width: 160px;
}

#nav li{
/*	width: 95px;			*/
	width: 160px;
/*	height: 35px;		*/
}

#nav ul{
	position: absolute;
	width: 100px;
	left: -1000px;
/*	margin: -22px 0 0 95px;	*/
	margin: -39px 0 0 160px;
	font-size: 100%;
}

* html #nav ul{
/*	margin: -23px 0 0 95px;	*/
	margin: -40px 0 0 160px;
}

#nav li li{
/*	width: 100px;	*/
	width: 160px;
/*	height: 35px;		*/
}

#nav ul ul{
	width: 160px;
/*	margin: -22px 0 0 100px;	*/
	margin: -39px 0 0 160px;
	font-size: 100%;
}

* html #nav ul ul{
	margin: -40px 0 0 100px;
}

#nav li li li{
	width: 160px;
/*	height: 35px;		*/
}

#nav li:hover ul, #nav li.ie_does_hover ul{
	left: auto;
}

#nav li:hover ul ul, #nav li.ie_does_hover ul ul{
	left: -1000px;
}

#nav ul li:hover ul, #nav ul li.ie_does_hover ul{
	left: auto;
}

#nav a {
	font-weight: bold;
	text-transform: capitalize;
	display: block;
	text-decoration: none;
	padding: 2px 4px 3px 4px;
	margin: 1px;
	height: 30px;
	line-height: 30px;
}

#nav a:link, #nav a:visited{
/* 	background: #D2D2E6;         */
/*	border: 1px solid #494980;   */
/*	color: #494980;              */
/*	background: #dfe0db url(images/menu/kop-yugi.png) no-repeat right;	*/
background: #b0a796 url(images/menu/kop-yugi.png) no-repeat right;
/*	border: 1px solid #3f3734;	*/
	border: 1px solid #998e7d;
	color: #3f3734;
}

#nav a:hover, #nav a:active{
/*	background: #6D6D99;         */
/*	border: 1px solid #494980;   */
/*	color: #FFF;                 */
	background: #3f3734 url(images/menu/kop-yugi.png) no-repeat right;
/*	border: 1px solid #3f3734;	*/
	border: 1px solid #998e7d;
/*	color: #FFF;	*/
	color: #b0a796;
}
