/*
Theme Name: Bistro Tante Pietje
Theme URI: http://dreamin.nl/
Description: A Theme by <a href="http://dreamin.nl">Dream Interactive</a>.
Version: 1.0
Author: Wing Duong
Author URI: http://dreamin.nl/
*/


/*start body makeup*/
*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, sans-serif;
	color: #470f00;
	background-image: url(images/bg.jpg);
	line-height: 18px;
	font-size: 12px;
}

h1	{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #470f00;
}

a{
	outline: none;
	color: #470f00;
}

img {
	outline: none;
	border-style: none;
}
/*end of body makeup*/

#header{
	height: 650px;
	margin: 0px auto;
	position: relative;
	width: 100%;
}
/*end of header*/
#top{
	margin: 0px auto;
	overflow: hidden;
	padding: 0px;
	width: 950px;
}
/*end of top*/
#logo {
	float: left;
	margin: 20px 0px 0px 10px;
}
/*end of logo*/
#rightinfo {
	float: right;
	background-image: url(images/toprightinfo.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 202px;
	margin-top:10px;
	margin-right:30px;
	padding: 36px 24px 14px;
	font-size: 12px;
}
/*end of rightinfo*/
#nav {
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	float: left;
	width: 970px;
	height: 74px;
	padding-left: 20px;

}

#nav li { /*--navigatie links--*/
	list-style:none; 
	display:block; 
	font-size: 14px; 
	float: left;
	_display: inline;	
}
 
#nav li.current a { /*--navigatie current status--*/
	font-weight: bold;
	color: #fad16b;
}
 
#nav a { /*--navigatie link--*/
	text-decoration: none; 
	color: #fbe6b1; 
	display: block; 
	height: 35px; 
	padding-top: 33px;
	padding-right: 10px;
	padding-left: 20px; 
}
 
#nav a:hover { /*--navigatie rollover--*/
	color: #fad16b;
}
/*end of navigation*/

#slider {
	height:388px; 
	width: 919px;
	background-color:#fee8b2;
	padding: 10px;
	float: right;
}

#slider img {
	height: 388px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#slidershadow{
	height: 15px;
	width: 960px;
	background-image: url(images/slidershadowbg.png);
	float:left;
}
/*end of slider*/

#wrapper{
	margin-left: 10px;
	margin-top: 60px;
	overflow: hidden;
}
/*end of wrapper*/

#content{
	margin: 0px auto;
	overflow: hidden;
	width:900px;
	background-color: #fbe6b1;
	padding: 20px;
}
/*end of content*/

#contentleft {
	width: 440px;
	padding: 20px 0px;
	float:left;
}
/*end of contentleft*/

#contentright {
	width: 440px;
	padding: 20px 0px;
	float:right;
	position: relative;

}
/*end of contentright*/

#leftbox{
	background-image: url(images/nieuwscarbon.png);
	background-position-x: -4px;
	background-position-y:  -4px;
	background-repeat: no-repeat;
	float:left;
	width: 180px;
	padding: 80px 20px 20px;
	border: dotted  #7b4d33 1px;
	z-index: 1;
}
/*end of leftbox*/

#rightboxtop{
	right: 0px;
	width: 176px;
	padding: 20px;
	border-top: dotted  #7b4d33 1px;
	border-right: dotted  #7b4d33 1px;
	border-bottom: dotted  #7b4d33 1px;
	position: absolute;
}
/*end of rightboxtop*/
/*end of home content boxes*/

#subcontentleft {
	width: 540px;
	padding: 20px 0px;
	float:left;
}
/*end of contentleft*/

#subcontentright {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 300px;
	padding: 20px 20px;
	float:right;
	overflow: hidden;
	border: dotted  #7b4d33 1px;
	font-size: 16px;
	text-align: center;
}

#subcontentright img {
 width: 100%;
 padding: 0;
 margin: 0;
}

#subcontentright a{
	padding-top: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #470f00;
}

/*end of contentright*/
/*end of subpage content box*/

/*start of Footer Module*/
#footer{
	margin: 40px auto;
	width: 950px;
	height: 120px;
}

#footnav {
	width: auto;
	height: auto;
}

#footnav li { /*--navigatie links--*/
	list-style:none; 
	display:block; 
	font-size: 12px; 
	float: left;
	_display: inline;	
}
 
#footnav li.current a { /*--navigatie current status--*/
	font-weight: bold;
	color: #fad16b;
}
 
#footnav a { /*--navigatie link--*/
	text-decoration: none; 
	color: #470f00;; 
	display: block; 
	padding-right: 10px;
}
 
#footnav a:hover { /*--navigatie rollover--*/
	color: #fad16b;
}
/*end of navigation*/


#footadres{
	float:left;
	color: #470f00;
	margin:0px 20px 20px 10px;
	font-size:  12px;
}

#footprijs{
	color: #470f00;
	font-size:  12px;
}

#footdream{
	float:right;
	color: #470f00;
	margin:0px 10px 20px 10px;
	font-size:  12px;
}
/*end of footer*/

#footdream a{
	text-decoration: none;
}
/*end of footer*/

