* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a
{
    color: #666666;
    text-decoration: none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}
.Tekst
{
    font-size: medium;
}
.Namen
{
    font-size: 1.3em;
    font-weight: bold;
}

/* body */
body {
	background:#fff url('image/background_body.jpg') repeat-x top;
	color:#666;
	font:0.7em Calibri, "Arial";
}

/* header */
#header {
	background:url('image/background_header.jpg');
	height:320px;
	margin:0 auto;
	position:relative;
	width:760px;
}
/*Header de wijnwinkel*/
#header h1 {
	color:#666;
	font-size:36px;
	font-weight:400;
	left:1px;
	letter-spacing:-2px;
	position:absolute;
	top:56px;
	width: 229px;
}/*style menu*/
#header ul {
	list-style:none;
	position:absolute;
	top:117px;
	left: 1px;
	height: 121px;
	width: 108px;
}/*style menu*/
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:10px;
	width:90px;
}
/* content*/
#content {
	margin:0 auto;
	width:760px;
	height:500px;
}

#contentwijnen {
	margin:0 auto;
	width:760px;
	height:auto;
}

#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

/* sidebar */
#sidebar {
	float:left;
	width:210px;
}
/* Main */
#main h1 {
    color: #444;
    font-size: 190%;
    font-weight: 400;
    line-height: 30px;
}

/* footer */
#footer {
	margin:10px auto;
	width:760px;
}

#footer p {
	border-top:2px solid #7534aa;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}

img {
	margin-right:10px;
}
