html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}input,textarea,select{margin:0}body{color:black;background:white}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}hr{display:none}

body
{
    background: #000;
    text-align: center;
}

.transparent
{
    opacity: 0.9;
    -moz-opacity: 0.9;
	filter: alpha( opacity = 90 );
}

#container
{
    background: #eee url( "/images/site/header/background.png" ) repeat-x;
    overflow: hidden;
}

#wrap
{
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

#header
{
    height: 152px;
}

#header #logo
{
    height: 112px;
}

#header #logo h1 a
{
    width: 276px;
    height: 112px;
    display: block;
    text-indent: -10000em;
    overflow: hidden;
    background: url( "/images/site/header/logo.png" ) no-repeat 50% 65%;
}

#navigation
{
    width: 940px;
    overflow: hidden;
    height: 60px;
    background: url( "/images/site/navigation/background.png" ) no-repeat;
}

#navigation ul
{
    width: 930px;
    overflow: hidden;
    margin-left: 10px;
}

#navigation li
{
    float: left;
    height: 40px;
}

#navigation a
{
    font: 16px/40px helvetica, arial, sans-serif;
    color: #aaa;
    float: left;
    height: 40px;
    padding: 0 18px;
    display: block;
    text-decoration: none;
}

body#home #navigation a.home,
body#demo #navigation a.demo,
body#pakketten #navigation a.pakketten,
body#portfolio #navigation a.portfolio,
body#services #navigation a.services,
body#about #navigation a.about
{
    color: #fff;
    background: url( "/images/site/navigation/current.png" ) no-repeat 50% 100%;
}

#navigation a:hover,
#navigation a:active,
#navigation a:focus
{
    color: #fff;
    background: url( "/images/site/navigation/highlight.png" ) repeat-x;
}

#page
{
    overflow: none;
    min-height: 280px;
    width: 940px;
    margin: 20px 0;
    background: url( "/images/site/intro/background.png" ) no-repeat 100% 0;
}

#page a
{
    color: #f30;
    font-weight: bold;
    text-decoration: underline;
    padding: 1px 2px;
}

#page a:active,
#page a:focus
{
    color: #fff;
    background: #f30;
    text-decoration: none;
}

#page a.more
{
    font: 13px/30px helvetica, arial, sans-serif;
    color: #999;
}

#page a.more:active,
#page a.more:focus
{
    color: #fff;
    background: #ccc;
    padding: 1px 2px;
}

#page p
{
    font: 13px/1.5em helvetica, arial, sans-serif;
    color: #222;
    margin-top: 10px;
}

#page acronym
{
    cursor: help;
    border-bottom: 1px dotted #222;
}

body.sitemap #page ul
{
    font: 13px/20px helvetica, arial, sans-serif;
}

body.sitemap #page ul ul
{
    padding: 0 0 0 30px;
    list-style: disc;
}

body.services #page div.inline ul
{
    font: 13px/22px helvetica, arial, sans-serif;
    padding: 10px 0 0 20px;
    list-style: disc;
}

#intro p
{
    font: 13px/1.5em helvetica, arial, sans-serif;
    height: 60px;
    width: 500px;
    padding: 14px 40px 12px 20px;
    margin-bottom: 20px;
    background: url( "/images/site/intro/bubble.png" ) no-repeat;
}

div#tabs
{
    margin-bottom: 20px;
}

div#tabs ul
{
    height: 130px;
	background: url( "/images/site/tabs/background.png" ) repeat-x 0 -260px;
	overflow: hidden;
}

div#tabs ul.last
{
	background-position: 0 -130px;
}

div#tabs ul li
{
	width: 125px;
	float: left;
	display: block;
	background: url( "/images/site/tabs/background.png" ) no-repeat 100% 0;
}

div#tabs ul li.standard
{
    background-position: 100% -260px;
}

div#tabs ul li br
{
    display: none;
}

div#tabs ul a,
div#tabs ul a:active,
div#tabs ul a:focus 
{
    font: 13px/1.5em helvetica, arial, sans-serif;
    color: #fff;
    height: 100px;
	padding: 15px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	background: transparent url( "/images/site/icons/orange.png" ) no-repeat 160px 107px;
	border-right: 1px solid #fc6627;
}

div#tabs ul li.standard a
{
    color: #999;
    border-right: 2px solid #333;
	background-image: url( "/images/site/icons/grey.png" );
}

div#tabs ul span.title
{
	display: block;
    font-weight: bold;
}

div#tabs ul span.description
{
	display: block;
	width: 160px;
}

div#tabs ul li#last
{
	width: 190px;
}

#columns
{
    overflow: none;
    width: 940px;
}

#columns h2
{
    font: 16px helvetica, arial, sans-serif;
    color: #666;
    padding: 15px 0 10px 0;
    border-bottom: 1px dotted #ccc;
}

#columns h3
{
    font: bold 14px helvetica, arial, sans-serif;
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
}

#columns div.column
{
    float: left;
    width: 470px;
    padding-bottom: 20px;
}

#columns div.box
{
    float: left;
    width: 220px;
    margin-left: 30px;
}

#columns div.boxt
{
    float: left;
    width: 500px;
    height: 330px;
}

#columns div.box h3
{
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: -10px;
    color: #222;
    line-height: 1.5em;
}

#columns div.inline
{
    float: left;
    padding: 0 15px 30px 15px;
    background: #fff url( "/images/site/shadow/bottom.png" ) repeat-x 0 100%;
}

#columns div.box div.inline
{
    width: 190px;
}

body.home #columns div.column,
body.contact #columns div.column
{
    width: 440px;
}

body.home #columns div.column div.inline,
body.contact #columns div.column div.inline
{
    width: 410px;
}

body.home #columns div.box div.inline,
body.contact #columns div.box div.inline
{
    margin-bottom: 20px;
}

body.about #columns div.column,
body.sitemap #columns div.column
{
    width: 530px;
}

body.about #columns div.column div.inline,
body.sitemap #columns div.column div.inline
{
    width: 500px;
}

body.pakketten #columns div.column,
body.services #columns div.column
{
    width: 650px;
}

body.pakketten #columns div.column div.inline,
body.services #columns div.column div.inline
{
    width: 630px;
}

body.pakketten #columns div.box,
body.services #columns div.box
{
    width: 260px;
}

body.pakketten #columns div.box div.inline,
body.services #columns div.box div.inline
{
    width: 230px;
}

body.basic #columns div.column,
body.medium #columns div.column,
body.pro #columns div.column
{
    width: 670px;
    margin: 0 0 0 20px;
}

body.basic #columns div.column div.inline,
body.medium #columns div.column div.inline,
body.pro #columns div.column div.inline
{
    width: 650px;
    padding-bottom: 10px;
}

body.basic #columns div.box,
body.medium #columns div.box,
body.pro #columns div.box
{
    width: 240px;
    margin: 0;
}

body.basic #columns div.box div.inline,
body.medium #columns div.box div.inline,
body.pro #columns div.box div.inline
{
    width: 210px;
}

body.demo #columns div.column
{
    width: 670px;
    margin: 0 0 0 20px;
}

body.demo #columns div.column div.inline
{
    width: 650px;
}

body.demo #columns div.box
{
    width: 240px;
    margin: 0;
}

body.demo #columns div.box div.inline
{
    width: 210px;
}

#headline
{
    font: 13px/1.5em helvetica, arial, sans-serif;
    margin-bottom: 10px;
}

#headline dt
{
    color: #999;
}

#headline dd.title
{
    font-size: 18px;
    padding: 5px 0;
}

#updates
{
    font: 13px/30px helvetica, arial, sans-serif;
    width: 410px;
    overflow: hidden;
    border-top: 1px dotted #ccc;
}

#updates dt
{
    float: left;
    width: 150px;
    display: block;
    color: #999;
    border-bottom: 1px dotted #ccc;
}

#updates dd
{
    float: left;
    width: 260px;
    display: block;
    border-bottom: 1px dotted #ccc;
    text-indent: 10px;
}

#updates a
{
    color: #999;
    font-weight: normal;
}

#updates a:hover
{
    color: #222;
}

#updates a:active,
#updates a:focus
{
    color: #fff;
}

#overview ul li
{
    float: left;
    width: 105px;
    background: url( "/images/site/tabs/background.png" ) no-repeat 100% -260px;
}

#overview ul li.next
{
    text-align: right;
}

#overview ul li a,
#overview ul li a:active,
#overview ul li a:focus
{
    font: 13px helvetica, arial, sans-serif;
    color: #999;
    display: block;
    text-decoration: none;
    background: none;
    padding: 10px 40px 10px 10px;
    background: url( "/images/site/icons/next.png" ) no-repeat 73px 55%;
}

#overview ul li.previous a
{
    padding: 10px 10px 10px 40px;
    background: url( "/images/site/icons/previous.png" ) no-repeat 20px 55%;
}

#overview ul li a:hover
{
    color: #fff;
}

#overview dl
{
    float: left;
    display: block;
    color: #fff;
    width: 170px;
    padding: 10px 20px;
    position: relative;
    z-index: 1000;
    background: url( "/images/site/overview/background.png" ) repeat-y 100% 0;
}

#overview dt
{
    height: 20px;
    background: url( "/images/site/icons/orange.png" ) no-repeat 100% 10px;
}

#overview dt,
#overview dt a
{
    font: 26px helvetica, arial, sans-serif;
    color: #fff;
    padding: 5px 0;
    text-decoration: none;
}

#overview dl dt a,
#overview dl dt a:active,
#overview dl dt a:focus
{
    padding: 0;
    display: block;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    z-index: 10000;
    background: none;
}

#overview dl.basic dt a
{
    height: 305px;
}

#overview dl.medium dt a
{
    height: 385px;
}

#overview dl.pro dt a
{
    height: 440px;
}

#overview dd
{
    font: 13px helvetica, arial, sans-serif;
    color: #fff;
    padding: 5px 0;
    border-top: 1px dotted #f80;
}

#overview dd strong
{
    color: #fe0;
}

#overview dd.specifications,
#overview dd.applications,
#overview dd.prices
{
    border-top: 0;
}

#overview dd.prices
{
    border-bottom: 1px dotted #f80;
}

#overview dd.setup,
#overview dd.monthly
{
    font-size: 20px;
    border-top: 0;
    line-height: 22px;
}

#overview dd.setup small,
#overview dd.monthly small
{
    font-size: 13px;
    position: relative;
    top: -5px;
}

dl.legend
{
    overflow: none;
    margin-top: 20px;
}

dl.legend dt
{
    font: bold 13px helvetica, arial, sans-serif;
    min-height: 48px;
    display: block;
    padding: 0 0 0 62px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

dl.legend dt.forms
{
    background-image: url( "/images/symbols/forms.png" );
}

dl.legend dt.guestbook
{
    background-image: url( "/images/symbols/guestbook.png" );
}

dl.legend dt.statistics
{
    background-image: url( "/images/symbols/statistics.png" );
}

dl.legend dt.gallery
{
    background-image: url( "/images/symbols/gallery.png" );
}

dl.legend dt.gallery2
{
    background-image: url( "/images/symbols/gallery.png" );
}

dl.legend dt.mailings
{
    background-image: url( "/images/symbols/mailings.png" );
}

dl.legend dt.sitemap
{
    background-image: url( "/images/symbols/sitemap.png" );
}

dl.legend dt.webshop
{
    background-image: url( "/images/symbols/webshop.png" );
}

dl.legend dt.ideal
{
    background-image: url( "/images/symbols/ideal.jpg" );
}

dl.legend dd
{
    font: 13px/1.5em helvetica, arial, sans-serif;
    margin: -30px 0 20px 62px;
}

form,
form label,
form input,
form textarea,
form button
{
    font: 13px helvetica, arial, sans-serif;
}

form label
{
    font-weight: bold;
    line-height: 22px;
}

form input.input
{
    width: 250px;
}

form textarea
{
    width: 405px;
    max-width: 405px;
    height: 125px;
}

form button
{
    margin-top: 10px;
    cursor: pointer;
}

#footer
{
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 100px;
    background: #000 url( "/images/site/footer/background.png" ) repeat-x;
}

#footer div.inline
{
    height: 100px;
    width: 930px;
    margin: 0 auto;
    text-align: left;
    background: url( "/images/site/footer/logo.png" ) no-repeat 50% 0;
}

#footer #links
{
    float: right;
    width: 50%;
    text-align: right;
}

#footer #links li
{
    display: inline;
    padding-right: 15px;
    background: url( "/images/site/footer/circle.png" ) no-repeat 100% 70%;
}

#footer #links li:last-child
{
    padding-right: 10px;
    background: none;
}

#footer #links a
{
    font: 13px/30px helvetica, arial, sans-serif;
    color: #aaa;
    text-decoration: none;
    text-transform: lowercase;
}

#footer #links a:hover
{
    color: #fff;
}

#footer #copyright
{
    float: right;
    width: 50%;
    font: 13px/30px helvetica, arial, sans-serif;
    color: #aaa;
}

#footer #copyright em
{
    font-style: normal;
}

/* gallery */

ul.gallery
{
    overflow: none;
    width: 210px;
    margin-top: -10px;
	margin-left: 5px;
}

ul.gallery li
{
	float: left;
	width: 180px;
	height: 130px;
	margin-top: 20px;
	padding-bottom: 10px;
	position: relative;
}

ul.gallery img
{
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
	width: 165px;
}

ul.gallery span
{
	width: 189px;
	height: 150px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url( "/images/gallery/overlay.png" ) no-repeat;
}

#page ul.gallery li a,
#page ul.gallery li a:active,
#page ul.gallery li a:focus
{
	text-decoration: none;
	border: 0;
	background: none;
}

/* gallery2 */

ul.gallery2
{
    overflow: none;
    width: 300px;
    margin-top: -10px;
	margin-left: 5px;
}

ul.gallery2 li
{
	float: left;
	width: 300px;
	height: 300px;
	margin-top: 20px;
	padding-bottom: 10px;
	position: relative;
}

ul.gallery2 img
{
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
	width: 300px;
}

ul.gallery2 span
{
	width: 189px;
	height: 150px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
}

#page ul.gallery2 li a,
#page ul.gallery2 li a:active,
#page ul.gallery2 li a:focus
{
	text-decoration: none;
	border: 0;
	background: none;
}

/* fancybox */

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading { 
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/fancybox/progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(/images/fancybox/closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancybox/title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(/images/fancybox/left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(/images/fancybox/right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/shadow_nw.png) no-repeat;
}
