/*****************************
						init
*****************************/

html, body
{
	padding: 0;
	margin: 0;
	background-image: url(../images/bg.gif);
}

/*****************************
					div / layout
*****************************/
.outliner
{
	position: relative;
	width: 854px;
    left: 50%;
	margin-left: -427px;
}

.container
{
  background-image: url(../images/fauxBG.png);
  behavior: url(iepngfix.htc)
}

.header
{
	width: 827px;
	height: 180px;
    padding-left: 27px;
    
    position: relative;
    overflow: hidden;
}

.content
{
    width: 722px;
    padding-left: 66px;
    padding-right: 66px;
    padding-top: 25px;
    
}

.photo
{
    width: 827px;
    height: 361px;
    padding-left: 27px;
    
    overflow: hidden;
}

.footer
{
	position: absolute;
    width: 854px;
	height: 100px;
    overflow: hidden;
	/*background-image: url(../images/footer.png);
    overflow: hidden;
    behavior: url(iepngfix.htc)*/
}

.footercontainer
{
    width: 854px;
    height: 100px;
    background-image: url(../images/footer.png);
    overflow: hidden;
    behavior: url(iepngfix.htc)
}

/*****************************
					text
*****************************/ 

.header a
{
    text-indent: -9999px;
    text-decoration: none;
    position: absolute;
    outline: none;
    margin-left: 27px;
}

.header li

{
    list-style-type: none;*/
}

.footer a
{
    text-indent: -9999px;
    text-decoration: none;
    position: absolute;
    outline: none;
}

.footer li

{
    list-style-type: none;
}

#logo a 
{
    top: 13px;
    left: 663px;
    width: 125px;
    height: 80px;
    background-image: url(..images/transparant.gif);
}

#visie a 
{
    top: 151px;
    left: 39px;
    width: 87px;
    height: 20px;
    background-image: url(..images/transparant.gif);
}

#vlees a 
{
    top: 151px;
    left: 134px;
    width: 87px;
    height: 20px;
    background-image: url(..images/transparant.gif);
}

#groente a 
{
    top: 151px;
    left: 230px;
    width: 87px;
    height: 20px;
    background-image: url(..images/transparant.gif);
}

#wijn a 
{
    top: 151px;
    left: 326px;
    width: 87px;
    height: 20px;
    background-image: url(..images/transparant.gif);
}

#traiteur a 
{
    top: 151px;
    left: 421px;
    width: 87px;
    height: 20px;
    background-image: url(..images/transparant.gif);
}

#catering a 
{
    top: 151px;
    left: 517px;
    width: 87px;
    height: 20px;
    background-image: url(..images/transparant.gif);
}

#contact a 
{
    top: 151px;
    left: 700px;
    width: 87px;
    height: 20px;
    background-image: url(..images/transparant.gif);
}

#odin a 
{
    top: 10px;
    left: 65px;
    width: 60px;
    height: 47px;
    background-image: url(..images/transparant.gif);
}

#producert a 
{
    top: 10px;
    left: 137px;
    width: 60px;
    height: 47px;
    background-image: url(..images/transparant.gif);
}

#scharrelvlees a 
{
    top: 10px;
    left: 211px;
    width: 39px;
    height: 47px;
    background-image: url(..images/transparant.gif);
}

#adopteer a 
{
    top: 14px;
    left: 18px;
    width: 187px;
    height: 121px;
    background-image: url(..images/transparant.gif);
}

h1
{
	color: #000;
	margin: 0px;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2
{
	color: #000;
    margin-top: 20px;
    font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

li
{
    font: 13px/20px Trebuchet MS, Arial, sans-serif;
    color: #6e6d6d;
    margin-right: 20px;
    margin-left: 10px;
}

a:link, a:visited, a
{
	text-decoration: none;
    font-weight: bold;
	color: #ff7f00;
}

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

img
{
	border: 0px;
    position: relative;
}

p
{
	color: #000;
    margin: 11px, 0px, 0px, 0px;
    font: normal 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
}