/* ----- CSS Style Sheet for La Cucina Website ------- */
/* ----- Author: Sascha Leijssenaar (Jan. 2007)  ----- */

/* ------------------------------------------------------------------------------------------------------------------- */
/* ----- BASICS ELEMENTS --------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */

/* HTML BODY MARKUP */
body { 											/* - properties for the normal body text - */ 
	font: 11px Tahoma;
	color: #FFFFFF;
	background-color: #000000; 
	background-image: url(../images/body_background2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 300px 25px;
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}
	
.small {
	font: 10px Tahoma;
	color: #000000;
	}

/* MAIN HEADER MARKUP */
h1 {											/* - header h1 css markup - */
	margin: 0px;								/* - Firefox hack to get text to top of div - */
	font: 14px Tahoma;
	font-weight: bold;
	color: #EF3D39;
	margin-bottom: 10px;
	}

/* SUBHEADER MARKUP */	
h2 {											/* - header h2 css markup - */
 	background: url(../images/header_icon.jpg) no-repeat;
	margin: 0px;								/* - Firefox hack to get text to top of div - */
	font: 12px Tahoma;
	font-weight: bold;
	color: #EF3D39;
	}
	
h3 {											/* - header h2 css markup - */
 	background: url(../images/header_icon.jpg) no-repeat;
	margin: 0px;								/* - Firefox hack to get text to top of div - */
	font: 11px Tahoma;
	font-weight: bold;
	color: #000000;
	}

h4 {											/* - header h1 css markup - */
	margin: 0px;								/* - Firefox hack to get text to top of div - */
	font: 11px Tahoma;
	font-weight: bold;
	text-align: center;
	color: #EF3D39;
	}

h5 {											/* - header h1 css markup - */
	margin: 0px;								/* - Firefox hack to get text to top of div - */
	font: 14px Tahoma;
	font-weight: bold;
	color: blue;
	margin-bottom: 10px;
	}

.red_text {
	color: red;
	}

/* HYPERLINK MARKUP FOR SUBMENU */
a.link, a.link:visited {						/* - css for links in submenu - */
	display: block;								/* - make blocks of hyperlinks - */
	background-color: transparent;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	height: 12px;								/* - compensation for text-padding - */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	}

a.link:hover, a.link:active, a.link:focus {		/* - :focus should be there for Firefox - */
	background-image: url(../images/sublink-3.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
	outline: 0;									/* - to remove dotted border on focused links - */
	width: 113px;
	}

/* HYPERLINK MARKUP FOR TEXT */
a.text, a.text:visited {						/* - css for links in text-content windows - */
	font: 10px Tahoma;
	color: #000000;
	text-decoration: none;
	}

a.text:hover, a.text:active, a.link:focus {		/* - :focus should be there for Firefox - */
	text-decoration: underline;
	color: #000000;
	outline: 0;									/* - to remove dotted border on focused links - */
	}

/* HYPERLINK MARKUP FOR FOOTER */

a.footer, a.footer:visited {						/* - css for links in text-content windows - */
	font: 9px Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	}

a.footer:hover, a.footer:active, a.footer:focus {		/* - :focus should be there for Firefox - */
	text-decoration: underline;
	outline: 0;									/* - to remove dotted border on focused links - */
	}


/* MARKUP FOR LIST ITEMS SUBMENU */
ul.links {										/* - unordered list - */
	margin-top: 0px;							/* - move first items away form top picture - */
	margin-left: 0px;							/* - move ul 15px from links div border - */
	margin-bottom: 0px;							/* - make sure no space exists between bottom items - */ 
 	padding: 0px 3px 3px 0px;					/* - Firefox hack to make ul not indent to right - */
	}

li.header {										/* - header submenu list item - */
	list-style-type: none;						/* - no bullet-style - */
	display: block;
	font: 12px Trebuchet MS;
	font-weight: bold;
	color: #EF3D39;
	text-align: left;
	width: 111px;
	height: 19px;
	margin-top: 3px;
	padding: 3px 0px 0px 0px;
	}

/* ------------------------------------------------------------------------------------------------------------------- */
/* ----- TABLES ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------- */

.tbl_style1 {
	font: 11px Tahoma;
	color: #000000;
	}

.tbl_style2 {
	font: 11px Tahoma;
	color: #000000;
	background-color: #F1F1F1;
	}

.tbl_style3 {
	font: 10px Tahoma;
	color: #000000;
	background-color: #F1F1F1;
	}

.tbl_style4 {
	font: 9px Tahoma;
	color: #EF3D39;
	}

.tbl_buttons {
	font: 10px Tahoma;
	}

.tbl_logos {
	margin-top: 0px;
	text-align: left;
	width: 100%;
	}

.row_style1 {
	font: 10px Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	}

.cell_nieuw_produkt {
	background: url(../images/nieuw_produkt.jpg) no-repeat;
	background-position: 130px center;
 }

.cell_nieuw_produkt_eng {
	background: url(../images/nieuw_produkt_eng.jpg) no-repeat;
	background-position: 130px center;
 }

.row_style_team {
	font: 9px Tahoma;
	text-align: left;
	vertical-align: top;	
	}

.cell_style_team {
 	padding-top: 5px;
	padding-bottom: 10px;
	}

/* ------------------------------------------------------------------------------------------------------------------- */
/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------- */

#wrapper {										/* - used for center aligning main container - */
	border: 1px solid #313131;
	border-top: 0px;
	width: 700px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 45px;
	margin-right: auto;	
	text-align: left;
	position: relative;
	overflow: auto;								/* - Firefox float hack - */
	}

#header {										/* - contains website header picture - */
	background: url(../images/header_pic.jpg);
	background-color: #FFF4C6;
	width: 700px;
	height: 100px;
	}

#header_ENG {										/* - contains website header picture - */
	background: url(../images/header_pic_ENG.jpg);
	background-color: #FFF4C6;
	width: 700px;
	height: 100px;
	}

#navigation {									/* - contains website main nav buttons - */
	background: url(../images/main_navi_background.jpg);
	display: block;
	height: 30px;
	margin-top: 0px;
	overflow: hidden;
	}

#content  {										/* - contains main windows background - */
	border: 0px solid green;
	background: url(../images/content_background.jpg);
	width: 700px;
	text-align: left;
	overflow: auto;								/* - Firefox float hack - */
	}

#sub-navigation {								/* - contains submenu nav links - */
	float: left;
	width: 135px;
	margin-left: 20px;							/* - float links div 10 px from wrapper border - */
	margin-top: 20px;							/* - float links div 10 px from wrapper top - */
	padding-bottom: 75px;
	display: inline;							/* - inet explorer bug verschillende interpretatie pixels - */
	overflow: hidden;
	}

#footer {										/* - contains bottom background - */
	border: 0px solid blue;
	background: url(../images/bottom.jpg);
	width: 700px;
	height: 50px;
	float: left;
	}

#login {										/* - used for center aligning main container - */
	border: 1px solid #313131;
	background: url(../images/content_background.jpg);
	width: 500px;
	margin-left: 100px;
	margin-right: auto;
	margin-top: 100px;
	text-align: left;
	position: relative;
	overflow: auto;								/* - Firefox float hack - */
	}

/* ------------------------------------------------------------------------------------------------------------------- */
/* ----- TEXT -------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */

#text-header {
	font: 10px Tahoma;
	padding-top: 13px;
	padding-left: 15px;
	float: left;
	}
	
#text-content {									/* - contains main text - */
	border: 0px solid #E2E2E2;					/* - grey border around text part - */
	width: 485px;
	line-height: 1.5;							/* - make sure line height is the same cross browser - */
	text-align: justify;
	color: #000000;
	margin-top: 20px;							/* - make div border align with submenu link background - */
	margin-left: 190px;							/* - place text div 190px outside wrapper border - */
	padding: 5px 0px 50px 0px;
	}
		
#text-bottom {									/* - contains text in footer - */
	text-align: left;
	font-size: 9px;
	color: #B3B3B3;
	width: 200px;
	display: block;
	padding-top: 30px;
	padding-left: 35px;
	float: left;
	}

#text-disclaimer {
 	font-size: 9px;
	padding-top: 30px;
	padding-right: 50px;
	float: right;
	}

#text-login {									/* - contains text in footer - */
	font-size: 9px;
	color: #000000;
	width: 200px;
	margin-left: 200px;
	margin-bottom: 10px;
	padding-top: 10px;
	}

#text-divider {									/* - text divider in main text - */
	background: url(../images/divider.jpg) no-repeat;
	height: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	}

.sub-text {
	font-size: 3px;
	color: #FFFFFF;
	}
