/* --- t r i n c h . c o m ---
web -> http: //www.trinch.com
mail -> info@trinch.com
------------------------------ */

/* --- standard --- */
body {
	background: url(../img/bg.gif);
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	}
p { 
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	}
a { 
	color: #f33;
	text-decoration: underline;
	}
a:hover { 
	color: #333;
	text-decoration: none;
	}
a.black { 
	color: #333;
	text-decoration: none;
	}
a.black:hover { 
	color: #333;
	text-decoration: underline;
	}
img {
	border: none;
	}
strong {
	color: #15bdca;
	text-transform: uppercase;
	}
p.list {
	background: url(../img/dot.gif) no-repeat 0 5px;
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	}
h1 { 
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #f33;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	}
h2 { 
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #15bdca;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	}
.spacer {
	height: 20px;
	}

/* --- wrapper --- */
#wrapper { 
	z-index: 1;
	width: 650px;
	margin: 0 auto;
	}

/* --- header, logo, caption --- */
#header { 
	float: left;
	width: 630px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
.img_header {
	overflow: hidden;
	width: 630px;
	height: 186px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	}
.caption { 
	width: 320px;
	font-size: 18px;
	color: #a9abae;
	line-height: 1.1em;
	padding-left: 10px;
	}
.logo { 
	position: absolute;
	z-index: 999;
	float: left;
	width: 280px;
	height: 115px;
	margin: 0;
	margin-left: 340px;
	margin-top: 125px;
	padding: 0;
	}
.spacer_left { 
	padding-left: 72px;
	}

/* --- navigation --- */
#nav { 
	position: relative;
	float: left;
	width: 618px;
	height: 75px;
	background: url(../img/bg_nav.gif) no-repeat bottom;
	padding-right: 10px;
	padding-left: 22px;
	}
	#nav ul { 
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		padding-top: 10px;
		}
	#nav li {
		float: left;
		width: 114px;
		margin: 0;
		margin-right: 8px;
		}
		#nav li a {
			float: left;
			display: block;
			width: 114px;
			height: 25px;
			background: url(../img/btn_nav.gif) no-repeat left top;
			font-size: 12px;
			font-weight: normal;
			color: #f33;
			text-align: center;
			text-transform: uppercase;
			text-decoration: none;
			line-height: 1.0em;
			margin: 0;
			padding: 0;
			padding-top: 15px;
			}
		#nav li.dubbel a {
			float: left;
			display: block;
			width: 114px;
			height: 31px;
			background: url(../img/btn_nav.gif) no-repeat left top;
			font-size: 12px;
			font-weight: normal;
			color: #f33;
			text-align: center;
			text-transform: uppercase;
			text-decoration: none;
			line-height: 1.0em;
			margin: 0;
			padding: 0;
			padding-top: 9px;
			}
		#nav li a:hover {
			background: url(../img/btn_nav.gif) no-repeat left center;
			color: #f33;
			text-decoration: none;
			}
		#nav li.active a {
			background: url(../img/btn_nav.gif) no-repeat left bottom;
			color: #fff;
			text-decoration: none;
			}

/* --- content --- */
#content { 
	position: relative;
	float: left;
	width: 650px;
	margin-top: 10px;
	}

/* --- bigpanel --- */
#bigpanel { 
	float: left;
	width: 650px;
	background: url(../img/box_top.gif) no-repeat top;
	}
#bigpanel_content { 
	float: left;
	width: 600px;
	min-height: 180px;
	background-color: #fff;
	margin-top: 22px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	}
* html #bigpanel_content {
	height: 180px;
	}
#bigpanel_bottom { 
	float: left;
	width: 650px;
	height: 22px;
	background: url(../img/box_bottom.gif) no-repeat top;
	}

/* --- leftpanel --- */
#leftpanel { 
	float: left;
	width: 386px;
	background: url(../img/box_left_top.gif) no-repeat top;
	}
#leftpanel_content { 
	float: left;
	width: 336px;
	min-height: 180px;
	background-color: #fff;
	margin-top: 22px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	}
* html #leftpanel_content {
	height: 180px;
	}
#leftpanel_bottom { 
	float: left;
	width: 386px;
	height: 22px;
	background: url(../img/box_left_bottom.gif) no-repeat top;
	}
.color_grey { 
	font-size: 12px;
	color: #999;
	line-height: 1.4em
	}
.color_blue { 
	font-weight: bold
	color: #15bdca;
	}
	.color_blue a:link, .color_blue a:visited {
		color: #15bdca;
		text-decoration: none
		}
	.color_blue a:hover {
		color: #15bdca;
		text-decoration: underline
		}
.gerecht { 
	float: left;
	width: 336px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	}
.gerecht-list { 
	float: left;
	width: 300px;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;font-size: 13px;
	padding-top: 10px;
	}
	.gerecht-list span { 
		color: #999;
		}
.price { 
	float: left;
	color: #f66;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	}

/* --- rightpanel --- */
#rightpanel { 
	float: right;
	width: 254px;
	background: url(../img/box_right_top.gif) no-repeat top;
	}
#rightpanel_content { 
	float: right;
	width: 219px;
	min-height: 200px;
	background: #fff url(../img/bg_menukaart.gif) no-repeat left bottom;
	margin-top: 22px;
	padding-left: 25px;
	padding-right: 10px;
	}
* html #rightpanel_content {
	height: 200px;
	}
#rightpanel_bottom { 
	float: right;
	width: 254px;
	height: 22px;
	background: url(../img/box_right_bottom.gif) no-repeat;
	}

/* --- footer --- */
#footer { 
	float: left;
	width: 620px;
	height: 50px;
	background: url(../img/bg_footer.gif) no-repeat;
	margin-top: 10px;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	}
.phone { 
	float: left;
	width: 255px;
	height: 35px;
	margin: 0;
	padding: 0;
	}
.footerlinks { 
	float: right;
	width: 365px;
	font-size: 12px;
	color: #999;
	text-align: right;
	margin: 0;
	padding: 0;
	padding-top: 9px;
	}
.footerlinks a { 
	color: #999;
	text-decoration: none;
	}
.footerlinks a:hover { 
	color: #999;
	text-decoration: underline;
	}
a.trinch {
	float: right;
	display: block;
	overflow: hidden;
	width: 56px;
	height: 8px;
	background: url(../img/trinch.gif) no-repeat 0 0;
	text-indent: -99999px;
	text-decoration: none;
	margin: 0 10px 15px 0;
	padding: 0;
	}
a.trinch:hover {
	background: url(../img/trinch.gif) no-repeat 0 -8px;
	text-decoration: none;
	}

/* --- miscellaneous --- */
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	}
.floatleft { float: left !important; }
.floatright { float: right !important; }

/* --- form --- */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
fieldset.contact label {
	position: relative;
	float: left;
	display: block;
	width: 270px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	margin: 0;
	}
fieldset.bestellen label {
	position: relative;
	float: left;
	display: block;
	width: 270px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	margin: 0;
	}
label.full {
	width: 100%;
	}
form em {
	font-style: normal;
	color: red;
	}
fieldset.contact input.text, 
fieldset.contact textarea.text {
	outline: none;
	background: #fff url(../img/bg-form.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	font: 11px Arial, Helvetica, Verana, sans-serif;
	color: #666;
	padding: 3px;
	}
fieldset.contact input.text {
	width: 240px;
	}
fieldset.contact textarea.text {
	width: 300px;
	height: 75px;
	}
fieldset.bestellen input.text {
	outline: none;
	background: #fff url(../img/bg-form.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	font: 11px Arial, Helvetica, Verana, sans-serif;
	color: #666;
	padding: 3px;
	}
fieldset.bestellen input.text {
	width: 240px;
	}
input.broodje {
	outline: none;
	width: 150px;
	background: #fff url(../img/bg-form.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	font: 11px Arial, Helvetica, Verana, sans-serif;
	color: #666;
	}
select {
	width: 150px;
	border: 1px solid #ccc;
	font: 11px Arial, Helvetica, Verana, sans-serif;
	color: #666;
	}
.bg-btn {
	clear: both;
	float: left;
	display: inline;
	width: 320px;
	}
	.bg-btn em {
		font-size: 11px;
		font-style: normal;
		color: red;
		line-height: 20px;
		margin-left: 10px;
		}

/* --- table --- */
table {
	width: 99%;
	border-collapse: collapse;
	}
td, th {
	padding: 2px;
	}
thead th {
	background: #15bdca;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	}
tbody th, 
tbody td {
	border-bottom: 1px solid #e5e5e5;
	line-height: 15px;
	text-align: left;
	}
tbody th.noborder, 
tbody td.noborder {
	border: none;
	}
tfoot th {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	}
