body {
	font: 11px "MS Sans Serif", Geneva, sans-serif;
	background: #333 url(../_assets/bg_body.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #222;
}

#topbar {
	width: 100%;
	height: 20px;
	background:#000;
}

/* ##### HEADER ##### */

#header {
	height: 190px;
}

#header img {
	margin-top: 20px;	
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

/* ##### MENU ##### */

#menu {
	height: 60px;	
}

#menu a {
	display:block;
	width:121px;
	height:60px;
	text-decoration:none;
	float: left;
}
#menu a span {
	visibility:hidden;
} 

#menu a.home {
	background:url(../_assets/menu_home.gif) top no-repeat;	
}

#menu a.moltogusto {
	background:url(../_assets/menu_moltogusto.gif) top no-repeat;	
}

#menu a.workshops {
	background:url(../_assets/menu_workshops.gif) top no-repeat;	
}

#menu a.agenda {
	background:url(../_assets/menu_agenda.gif) top no-repeat;	
}

#menu a.recepten {
	background:url(../_assets/menu_recepten.gif) top no-repeat;	
}

#menu a.contact {
	background:url(../_assets/menu_contact.gif) top no-repeat;	
}
	
#menu a.contact:hover {
	background-position:bottom;
}

/* ##### CONTENT ##### */

#content {
	margin-top: 20px;
	padding: 20px 20px;
	background: #FFF url(../_assets/bg_content.gif) repeat-x top;
	border: 1px solid black;
	min-height: 350px;
}

#content img {
	margin: 0 10px;
	border: 1px solid black;
}

img.left { 
    float: left; 
    clear: lfet; 
}

img.right { 
    float: right; 
    clear: right; 
}


/* ##### FOOTER ##### */

#footer {
	padding-top: 20px;
	height: 60px;
	color: #999;
}

#footer #left {
	width: 110px;
	float: left;
	text-align: left;
}

#footer #center {
	width: 560px;
	float: left;
	text-align: center;
}

#footer #right {
	width: 110px;
	float: left;
	text-align: right;
}

/* ##### GENERAL ##### */

.clear {
	clear: both;	
}

/* ##### TEXT ##### */

h1 {
	font-size: 18px;
	font-weight: lighter;
}

h2{
	font-size: 14px;
	font-weight: lighter;
}

p {
	line-height: 18px;
	margin-bottom: 18px;
}

#content a {
	color: #e50000;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer a {
	color: #999;
}
