body, td, div, p {
	font-family: Arial;
	font-size: 12px;
}

body {
	background:#1f1d21;
}


a {
	text-decoration:underline;
	color:#fff;
}
a:hover {
	color:#a5a5a6;
}

#headerAddress a:hover {
	color:#910536;
}
#content h1 {
	font-size:20px;
	margin-top:0;
}

#navigation {
	background: #1f1d21;
}

#content {
	background:url(http://www.wine-insider.ch/img/contentbg.png) repeat-y 0 0 #910534;
	color:#fff;
	
}
#contentText {background:url(http://www.wine-insider.ch/img/contenttextbg.png) no-repeat 0 0;}
#contentTextHome {background:url(http://www.wine-insider.ch/img/homebg.png) no-repeat 0 0;}


/*
 * Breadcrumbs
 */

#breadcrumbs {font: normal 10px/12px arial;}

#breadcrumbs a {
	font-weight: normal;
	color: #fff;
}
#breadcrumbs a:hover {color:#a5a5a6;}
#breadcrumbs ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#breadcrumbs ul a.first {
	padding: 0px 10px 0px 4px;
	background-image: none;
}
#breadcrumbs ul a {
	padding: 0px 10px 0px 20px;
}
#breadcrumbs ul span {
	padding: 0px 10px 0px 20px;
}
#breadcrumbs li {
	display: inline;
	width: 130px;
	padding: 5px 0px 0px 0px;
	color: #fff;
}
#breadcrumbs .B_crumbBox {
	color:#fff;
}