* 
{
    margin: 0;
    padding: 0;
}

body {
    font-family: arial;
    color: #5d6468;
    font-size: 0.7em;
    line-height: 1.5em;
	background-image: url('../img/home_background.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #7BC6E5;
}

a 
{
    color: #5d6468;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

p 
{
    padding-top: 15px;    
}

img 
{
    border:none;
}

#wrapper 
{
    width: 824px;
    margin: 0 auto;
}

#nav ul 
{
    list-style: none; 
    padding:0;
    margin:0;    
}

#nav ul li 
{
    float:      left;
    padding:    0;
    margin:     0;    
}

#content 
{
    width: 820px;
    overflow: auto;
    background: #e3e8eb url('../img/rightie_bg.jpg') bottom right no-repeat;
}

#leftie 
{
    width: 548px;
    float: left;
    padding:20px 40px 20px 20px;    
    background-color: White;
}
#leftie ul
{
    padding-left:25px;
    margin-left: 25px;
    list-style: square;
}

#openingsuren 
{
    
    width: 138px;
    height: 99px;
    background: url('../img/openingsuren.jpg') no-repeat;
    float: left;
    padding: 20px;
    font-family: "Trebuchet MS", Arial;
    color: #FFFFFF;
    font-weight: bold;    
}
.img_open 
{
    padding-top: 1px;
}
#rightie 
{
    width: 165px;
    float: left;
    padding: 35px 15px 15px 15px;
    text-align: center;
}

#rightie ul
{
    list-style: none;
    text-align: left;
}

#rightie ul li 
{
    height: 45px;
    line-height:45px;
    border-bottom: dotted 1px #a3a6a7;
    display: block;
    text-indent: 18px;
}

#rightie ul li a:hover 
{
    text-decoration: none;    
}

.img_padding
{
    padding-top: 20px;    
}



#footer 
{
    margin:         5px 0px 45px 0;
    clear:          both;
    text-align:     center;
}

#footer ul 
{
    list-style:     none;     
    padding:        10px 40px 0px 140px ;
    margin:         10px 40px 0px 0px ;    
    border-top:     1px #e3e8eb solid;
    text-align:     center;
}

.links
{
    display:    none;
    visibility: hidden;
}

#footer ul li 
{
    float:              left;
    padding-right:      10px;
    margin:             0;    
}

#ft_leftie 
{
    width: 608px;
    float:left;
    text-align:center;
}

#ft_rightie 
{
    width: 212px;
    float:left;
}

.clearFloats{
	clear: both;
}