﻿*
{
	margin: 0px;
	padding: 0px;
}
body 
{
	background: url(../images/vitaluxe_body.jpg) repeat-x top left #EEFCFE;
	font-size: 1em;
	font-family: "Trebuchet MS";
	color: #727272;
}
#container
{
	width: 870px;
	margin: 0 auto;
	clear: both;
}
#header
{
	clear: both;
}
#logo
{
	padding-top: 20px;
	padding-left: 40px;
	float: left;
	width: 135px;
}
#logo img
{
	border: none;
}
#topmenu
{
	float: left;
	width: 695px;
	color: #FFFFFF;
}
#flash
{
	margin-left: 28px;
	clear: both;
	margin-top: -5px;
}
#meerweten
{
	position: relative;
	margin-top: -200px;
	margin-left: -25px;
}
#meerweten img
{
	border: none;
}
#content
{
	clear: both;
	margin-top: 50px;
}
#left
{
	float: left;
	width: 580px;
	padding-left: 40px;
}
#right
{
	float: left;
	width: 250px;
}
#footer
{
	height: 225px;
	width: 100%;
	background-color: #2C556F;
	font-family: Arial;
	font-size: 0.70em;
	color: #F7ECE7;
	clear: both;
}
#footercontainer
{
	width: 870px;
	margin: 0 auto;
	clear: both;
}
#footercontainer h1
{
	color: #CEF3FC;
	font-weight: bold;
	font-size: 1em;
	padding-top: 20px;
	height: 20px;
}
#footercontainer h1 a
{
	color: #CEF3FC;
	font-weight: bold;
	font-size: 1em;
	padding-top: 20px;
	height: 20px;
	text-decoration: none;
	/*color: #F7ECE7;
	font-weight: normal;
	text-decoration: none;*/
	
}
#footercontainer h1 a:hover
{
	color: #CEF3FC;
	font-weight: bold;
	font-size: 1em;
	padding-top: 20px;
	height: 20px;
	text-decoration: none;
	/*color: #F7ECE7;
	font-weight: normal;
	text-decoration: underline;*/
}
.spa
{
	color: #6DB6CC;
}
#foot1
{
	text-align: center;
	width: 160px;
	margin-left: 30px;
	float: left;
}
#foot2
{
	width: 160px;
	margin-left: 10px;
	float: left;
	text-align: center;
}
#foot3
{
	width: 160px;
	margin-left: 10px;
	float: left;
	text-align: center;
}
#foot4
{
	width: 160px;
	margin-left: 10px;
	float: left;
	text-align: center;
}
#foot5
{
	width: 160px;
	margin-left: 10px;
	float: left;
	text-align: center;
}
#foot5 a
{
	color: #F7ECE7;
	font-weight: normal;
	text-decoration: none;
}
#foot5 a:hover
{
	color: #F7ECE7;
	font-weight: normal;
	text-decoration: underline;
}
.foot_img
{
	margin-top: 20px;
}
#dvd
{
	float: right;
	clear: both;
}
#dvd img
{
	border: none;
}
.item
{
	margin-top: 15px;
	clear: both;
	overflow: auto;
	margin-bottom: 15px;	
}

.itemHome
{
	margin-top: 30px;
	clear: both;
	overflow: auto;
	margin-bottom: 30px;	
}
.rightitem
{
	width: 228px;
	float: right;
	margin-top: 15px;
}
.top
{
	height: 16px;
	background: url(../images/right_top.png) no-repeat;
}
.fill
{
	background: url(../images/right_bg.png);
	padding-left: 15px;
	padding-right: 15px;
}
.bottom
{
	height: 17px;
	background: url(../images/right_bottom.png) no-repeat;
}
.r_tekst
{
	font-size: 12px;
	color: #3F7898;
}

.r_tekst h1
{
	font-size: 12px;
	color: #3F7898;
	font-weight: normal;
	
}

.r_image
{
	padding-right: 10px;
	padding-bottom: 5px;
}
.fright
{
	text-align: right;
	margin-top: 10px;
}
.fright img
{
	border: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#nav, #nav ul {
    font-size: 11px;
}

#nav {
    float: right;
    list-style: none;
    margin-top: 97px;
    margin-right: 25px;
}

#nav li {
	float: left;
	margin-left: 1px;
}

#nav li.first{
    width: 91px;
	background-image: url(../images/topmenu.png);
}

#nav li a.level1 {
    position:relative;
    display:block;
    height:36px;
    text-decoration: none;
    color: #ffffff;
}

#nav li a.level1 span {
	position:absolute;
	bottom:8px;
	left:0;
	width:100%;
	cursor:pointer;
	text-align:center;
}

#nav li ul {
	position: absolute;
	width: 91px;
	left: -999em;
	margin: 0px;
	padding: 0px;
}

#nav li ul li {
	width: 91px;
	text-align: center;
}

#nav li ul li a {
	display:block;
	width:91px;
	background: url(../images/topmenu_bg.png) repeat-y;
	height: 25px;
	line-height: 25px;
	text-decoration:none;
}

#nav li ul li a:hover {
    text-decoration: underline;
}

#nav li:hover, #nav li.sfhover {
    background: url(../images/topmenu_over.png);
}

#nav li:hover a, #nav li.sfhover a {
    color: #ffffff;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
    margin-left: -1px;
    z-index:200;
}
ul
{
    list-style: none;
}
.second
{
    border-top: solid 2px #ffffff;
}
.last
{
   height: 10px;
   margin-top: -2px; 
}
#video
{
	float: left;
	padding-right: 25px;
	padding-bottom: 15px;
}
.tekst
{
	float: left;
	width: 300px;
	font-size: 0.80em;
	line-height: 1.75em;
}
.tekstfull
{
	width: 535px;
	font-size: 0.80em;
	line-height: 1.75em;
}
.itemHome .nieuws
{
	margin-left: 0px;
	float: left;
	padding-right: 25px;
}

.item .nieuws
{
	margin-left: -20px;
	float: left;
	padding-right: 25px;
}

.nieuwsDiv {
    position: absolute;
    margin-top: -25px;  
    margin-left: -25px; 
}

.nieuwsIcon {  
}

.item h2
{
	padding-top: 0px;
}
#submenu
{
	clear: both;
	width: 208px;
	float: right;
}
#top
{
	height: 23px;
	background: url(../images/sub_top.jpg);
}
#fill
{
	background: url(../images/sub_bg.jpg) repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-size: 12px;
}
#fill ul
{
	list-style: disc;
	margin-left: 30px;
}

#fill ul ul {
    list-style-image: url(../images/bullet-square.jpg);
}
#fill a
{
	color: #ffffff;
	text-decoration: none;
}

#fill a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
#bottom
{
	height: 23px;
	background: url(../images/sub_bottom.jpg);
	margin-bottom: 30px;
	
}
.info
{
	font-size: 11px;
	padding-right: 40px;
	clear: both;
}
.direct_leverbaar
{
	position: relative;
	bottom: 106px;
}
.prijs
{
	width: 65px;
	height: 25px;
	background-color: #D41F07;
	position: relative;
	float: right;
	bottom: 30px;
	right: 40px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
.product
{
	padding-left: 20px;
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}
#producten
{
	clear: both
}
.newline
{
	clear: both;
	height: 20px;
	width: 100%;
}
.foto
{
	clear: both;
}
#paginas
{
	padding-top: 20px;
	text-align: center;
	font-size: 0.75em;
	clear: both;
	height: 20px;
	width: 100%;
	margin-bottom: 20px;
}
#paginas a
{
	color: #727272;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 4px;
}
#paginas a:hover
{
	text-decoration: none;
	background-color: #727272;
	color: white;
}


#container #content #left .tekstfull a {
	color: #727272;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 4px;
}

#container #content #left .tekstfull a:hover {
	text-decoration: none;
	background-color: #727272;
	color: white;
}

#container #content #left .item a {
	color: #727272;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 4px;
}

#container #content #left .item a:hover {
	text-decoration: none;
	background-color: #727272;
	color: white;
}

#container #content #left .item .product a {
    text-decoration: none;
}

#container #content #left .item .product a:hover {
    background-color: Transparent;
    text-decoration: none;
}

#container #content #left .item .product .foto .productBorder{
    border: solid 1px #BBE3ED;
}

#gMaps {
    width: 550px;
    height: 350px;
    background-color: #EEFCFF;
    margin-bottom: 15px;
}

#container #content #left .item img {
    text-decoration: none;
    border: none;
}
