* { margin:0; padding:0;}

/* Background */
.main {
	background-color: #362e2c;
	background-image: url(../img/back-header.jpg);
	background-repeat: repeat-x;

}

/* links */
a {text-decoration:underline; color:#BDAB95}
a:hover {text-decoration:none}
a.link {text-decoration:underline; color:#BDAB95}
a.link:hover {text-decoration:none}

/* Titel */
.title-text {
	font-family: "lucida sans", Arial;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(../img/line-title-back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.Scrolltekst {
	font-family: "lucida sans", Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../img/line-title-back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.Scrolltekst-start {
	color: #BDAB95
}

/* accentuate the first words of a title */
.title-start {
    color: #BDAB95
} 

/* foto border */
.image-border {
	border: 1px solid #362E2C;
}

/* normal text */
.main-text {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #BDAB95;
}

/* sub-menu */
.sub-menu-text {
	font-family: Lucinda Sans, Arial;
	font-size: 10px;
	color: #BDAB95;
}


.bottom-text {
    font-family: Tahoma, Arial;
	font-size: 10px;
	color: #665854;
}

.contact-table {
	vertical-align: top;
	padding-top: 15px;

}

.vertical-top {
	vertical-align: top;
}

/* bottom link */
bottom-text.a {text-decoration:underline; color:#665854}
bottom-text.a:hover {text-decoration:none}
bottom-text.a.link {text-decoration:underline; color:#665854}
bottom-text.a.link:hover {text-decoration:none}


/* Lay out start _______________________________________ */
#Header-block {
	margin:0 auto;
	width:675px;
	height:148px;
	border: 1px solid #534640;
	
	background-color: #534640;
	background-image: url(../img/Logo-header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

#Menu-block {
	width:435px;
	height:40px;

	margin-top: 70px;
	margin-bottom: 5px;
	margin-left: 165px;
}

#sub-menu-block {
	width:505px;
	height:28px;
	margin-left: 165px;
	background-color: #4c433f;
}  
  
#top-space {
	margin:0 auto;
	height:30px;
}

#Main-block {
	margin:0 auto;
	width:649px;
	padding:13px;
	
	background-color: #4c433f;
}

#Bottom{
	margin:0 auto;
	width:675px;
	height:30px;
}

