
/*

Slagerijterweele.nl CSS by www.nedfinity.com  
*********************************************
* Nedfinity 2010 © All rights reserved	
* Web:		http://www.nedfinity.com  
* E-mail: 	info(at)nedfinity.com 
* Tel:  	+31 (0)38 453 8347
* Author:	Renzo Koning
*********************************************

 */


/* Algemeen 
************************************************************ */

*
{
	/* overschrijf alle default browser settings */
	margin: 0;
	padding: 0;
	outline: none;
	border:none;
}

body
{
	font-size: 14px;
	text-align:left;
	background-color:#011623;
	background-image:url(/_images/bg.gif);
	background-repeat:repeat;
	/* standaard lettertype instellingen */
	font-family: arial, Helvetica, sans-serif;
	line-height:18px;
	color: #58585A; /* standaard tekst kleur */
}

a:link,
a:active,
a:visited
{
	text-decoration:underline;
	color:#715901;
}

a:hover
{
	color:#715901;
	text-decoration:none;
}

h1
{
	position:relative;
	font-weight:bold;
	font-size:16px;
	font-family:arial, Helvetica, sans-serif;
	color:#e9ab00;
	padding-bottom:4px;
}

h2
{
	position:relative;
	font-weight:bold;
	font-size:16px;
	font-family:arial, Helvetica, sans-serif;
	color:#e9ab00;
	padding-bottom:4px;

}

h3
{
	position:relative;
	font-weight:bold;
	font-size:16px;
	font-family:arial, Helvetica, sans-serif;
	color:#e9ab00;
	padding-bottom:4px;
}

/* Container DIV's
************************************************************ */	

.container
{
	position:relative;
	top:25px;
	width: 900px;
	background-color:#FFFFFF;
	/* deel 2 van de centering hack */
	margin: 20px auto;
	border: none;
	clear:both;
}

/* top
************************************************************ */	
.top
{
	Position:relative;
	width:900px;
	height:200px;
	z-index:100;
}

.logo
{
	position:absolute;
	top:40px;
	left:50px;
	width:251px;
	height:132px;
	z-index:4;
}

.fadebglogo
{
	position:absolute;
	top:0px;
	left:50px;
	width:380px;
	height:200px;
	z-index:3;
}

.stempel
{
	position:absolute;
	width:234px;
	height:219px;
	left: 653px;
	top: -20px;
	z-index:10;
}

.header
{
	position:relative;
	z-index:1;
	right:0px;
	top:0px;
	width:850px;
	height:200px;
}

ul.banner
{
	position:relative;
	left:50px;
	width:850px;
	height:200px;
	margin:0;
	list-style:none;
	z-index:2;
	overflow:hidden;
}

ul.banner li
{
	margin:0;
	padding:0;
}

/* Content
************************************************************ */	

.content
{
	position:relative;
	width:900px;
	top:20px;
	height:auto;
}

.left
{
	position:relative;
	float:left;
	width:350px;
	margin:0 40px 0 50px;
	padding:40px 0 40px 0;
}

.left img
{
	position:relative;
	left:-50px;
	margin:50px 0 0 0;
	clear:both;
	height:auto;
	border:0;
}

.right
{
	position:relative;
	float:right;
	width:410px;
	margin:0 50px 0 0;
	padding:40px 0 40px 0;
}

.right img
{
	position:relative;
	right:0px;
	margin:0px 0 0 0;
	clear:both;
	height:auto;
	border:0;
}

/* --- Menu Top --- */

.menu
{
	position:absolute;
	border-top:#e9ab00 solid 2px;
	text-align:left;
	color:#e9ab00;
	top:200px;
	right:0px;
	width:850px;
	height:45px;
	overflow:visible;
	z-index:99999;
}

.menu-list
{
	position:absolute;
	left:-16px;
	height:40px;
}

.menu-list ul
{
    position:relative;
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu-list ul li
{
	position:relative;
	margin:0;
	padding:0;
	float:left;
	height:40px;
	background-image: url(/_images/menu_bg-line.gif);
	background-position:right 14px;
	background-repeat: no-repeat;
}

.menu-list ul li a,
.menu-list ul li a:visited,
.menu-list ul li a:active,
.menu-list ul li a:link
{
    position:relative;
    display:block;
	color:#000;
	height:40px;
	line-height:40px;
	font-size: 20px;
	text-decoration:none;
	padding:0 17px 0 17px;
}

.menu-list ul li a:hover,
.menu-list ul li:hover a
{
	color:#705801 !important;
	position:relative;
	background-image: url(/_images/menu_bg.gif);
	background-position:top center;
	background-repeat: no-repeat;
}


.menu-list ul ul
{
	list-style-type:none;
	position:absolute;
	left:-2px;
	margin:0;
	padding:0 0 7px 0;
	display:none;
	width:160px;
	height:auto;
	background-image: url(/_images/menu_fade-bot.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.menu-list ul li ul li
{
	border-left:#e9ab00 solid 2px;
	height:24px;
	float:none;
	background-image: url(/_images/menu_fade.png);
	background-repeat:repeat-y;
}

.menu-list ul li ul li a,
.menu-list ul li ul li a:visited,
.menu-list ul li ul li a:active,
.menu-list ul li ul li a:link
{
    position:relative;
    display:block;
    font-size:14px;
    color:#000 !important;
    height:24px;
    line-height:24px;
    padding:0 0 0 10px;
    margin:0;
	background-image: none;
}
.menu-list ul li ul li a:hover
{
	color:#705801 !important;
	position:relative;
	background-image: url(/_images/menu_bg-small.gif);
	background-position:center left;
	background-repeat: no-repeat;   
}

/* - News - */

ul.newsItemList
{
    margin:10px 0 0 0;
    padding:0;
    list-style:none;
}

ul.newsItemList li
{
    position:relative;
    margin:0;
    padding:0 0 0 10px;
	background-image: url(/_images/menu_bg-small.gif);
	background-position:center left;
	background-repeat: no-repeat; 
}

ul.newsItemList li a,
ul.newsItemList li a:link,
ul.newsItemList li a:active,
ul.newsItemList li a:visited
{
    text-decoration:none;
}

ul.newsItemList li a:hover
{
    text-decoration:underline;
}

/* - forms - */

.contactform
{
	position:relative;
	padding:10px 0;
	width:450px;
	height:180px;
}

.row
{
	position:relative;
	width:100%;
	line-height:23px;
	height:23px;
	margin:2px 0;
}

.row label
{
	float:left;
}

.row .element
{
	float:right;
}

.button
{
	cursor:pointer;
	color:#38C0C2;
	position:absolute;
	width:110px;
	border:1px solid #38C0C2;
	background-color:#000;
	line-height:26px;
	text-align:center;
	bottom:0px;
	right:0px;
	margin-top:10px;
}

.button:hover
{
	color:#fff;
}

.input
{
	padding:2px;
	border:1px solid #ccc;
	font-family: Helvetica, arial, sans-serif;
	font-style:italic;
	font-size:10px;
	color:#999999;
	margin-bottom:4px;
	height:10px;
	width:166px;
}

textarea
{
	height:70px;
}

.xl
{
	width:360px;
}

.loader
{
	display:none;
	position:relative;
	margin:0 auto;
	width:32px;
	height:32px;
	background-image:url(/_images/preloader.gif);
}

.thnxmessage
{
	margin:7px 0;
}

/* Footer & Copyright
************************************************************ */

.copy
{
	position:relative;
	text-align:center;
	width:900px;
	height:40px;
	color:#fff;
	background-color:#e9ab00;
	line-height:40px;
	font-size:12px;
	clear:both;
}

.copy a:link,
.copy a:active,
.copy a:visited
{
	text-decoration:none;
	color:#fff;
}

.copy a:hover
{
	color:#fff;
	text-decoration:underline;
}

/*  (http://www.positioniseverything.net/easyclearing.html)
------------------------------------------------------------ */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */


