/* PASSIONE ITALIA CSS */
body {
	background-color: #000000;
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
	
	margin: 0 0 0 0;
}

.achtergrond {
	background-color: #993333;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

/* HEADER CSS */
.header {
	text-align: center;
	vertical-align: top;
}

/* MENU CSS */
.menu {
	text-align: center;
	vertical-align: middle;
}

.menu a:link {
	font: 10pt Tahoma;
	font-weight: 700;
	text-decoration: none; 
	color: #FFA3A3; 
	background-color: #C0574A;
	border: 2px solid #FFA3A3;
	
	height: 20px; 

	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu a:active {
	font: 10pt Tahoma;
	font-weight: 700;
	text-decoration: none; 
	color: #FFA3A3; 
	background-color: #C0574A;
	border: 2px solid #FFA3A3;
	
	height: 20px; 

	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu a:visited {
	font: 10pt Tahoma;
	font-weight: 700;
	text-decoration: none; 
	color: #FFA3A3; 
	background-color: #C0574A;
	border: 2px solid #FFA3A3;
	
	height: 20px; 

	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu a:hover {
	font: 10pt Tahoma;
	font-weight: 700;
	text-decoration: none; 
	color: #FFA3A3; 
	background-color: #C0574A;
	border: 2px solid #FFA3A3;
	
	height: 26px; 

	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* CONTENT CSS */
.tekst_klein {
	font: 11px georgia;
	line-height: 24px;
	color: #FFFFFF;
}

.tekst_klein a:hover {
	font: 11px georgia;
	line-height: 24px;
	color: #333333;
}

.tekst_middel {
	font: 12px georgia;
	color: #FFFFFF;
	line-height: 18px;
}
	
.tekst_groot {
	font: 20px georgia;
	color: #FFA3A3;
	letter-spacing: .1em;
	line-height: 26px;
}
.content {
	padding-top: 20px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 10px;
	
	vertical-align: top;
}

.content a:link {
	color: #FFA3A3;
	text-decoration: none;
	font: 12px georgia;
}

.content a:active {
	color: #FFA3A3;
	text-decoration: none;
	font: 12px georgia;
}

.content a:visited {
	color: #FFA3A3;
	text-decoration: none;
	font: 12px georgia;
}

.content a:hover {
	color: #FFA3A3;
	text-decoration: underline;
	font: 12px georgia;
}

/* MENU LINKS CSS */
.delicatessen {
	font-family: georgia;
	font-size: 13px;
	color: #FFA3A3;
	text-decoration: none;
}

.delicatessen a:link {
	font-family: georgia;
	font-size: 13px;
	color: #FFA3A3;
	text-decoration: none;
}

.delicatessen a:active {
	font-family: georgia;
	font-size: 13px;
	color: #FFA3A3;
	text-decoration: none;
}

.delicatessen a:visited {
	font-family: georgia;
	font-size: 13px;
	color: #FFA3A3;
	text-decoration: none;
}

.delicatessen a:hover {
	font-family: georgia;
	font-size: 13px;
	color: #FFA3A3;
	text-decoration: underline;
}

.gallery {
	padding-left: 300px;
}