/************************************************************************************* General Styles */
*
{
    margin: 0;
    padding: 0;
}

a, #themeColor
{
    color: #49aec5;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    background-color: #303030;
    color: #808080;
    font-family: Arial, Sans;
    font-size: 12px;
    padding: 32px 0 0 0 !important;
    text-align: center;
}

h1
{
    background-color: #333333;
    background-image: url(../images/layout/h1WhiteArrow.gif);
    background-position: 12px 3px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 10px 1px 10px;
    padding: 0 0 0 38px;
}

h2
{
    background-image: url(../images/layout/blackArrow.gif);
    background-position: 0 9px;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 25px;
    padding-left: 10px;
	color: #202425;
	font-weight: lighter;
}

h2, h3
{

}

h2 a:hover, h3 a:hover
{
    text-decoration: none;
}

h3
{
    font-size: 12px;
}

img
{
    border: 0;
}

/************************************************************************************* Wrappers */
#headerWrapper
{
    background-color: #ffffff;
    background-image: url(../images/layout/mainTopBackground.gif);
    background-position: top;
    background-repeat: no-repeat;
    height: 23px;
}

#mainInnerWrapper
{
    background-color: #ffffff;
    margin: 0 8px 0 8px;
}

#mainWrapper
{
    background-image: url(../images/layout/mainBackground.gif);
    background-repeat: repeat-y;
    margin: 0 auto 0 auto;
    text-align: left;
    width: 936px;
}

#footerWrapper
{
    background-color: #ffffff;
    background-image: url(../images/layout/mainBottomBackground.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 23px;
}

/************************************************************************************* topWrapper */
#topWrapper
{
    height: 1%;
    margin: 0 10px 0 10px;
}

#topWrapper ul
{
    border-bottom: 1px solid #737373;
    height: 1%;
    padding: 17px 0 17px 12px;
}

#topWrapper ul li
{
    display: inline;
    padding: 0 52px 0 0;
}

#topWrapper ul li a
{
    color: #000000 !important;
    font-weight: bold;
    text-decoration: none;
}

#topWrapper ul li a:hover
{
    color: #49AEC5 !important;
}

/************************************************************************************* Sub menu */
#subMenu ul
{
    list-style-type: none;
    padding-left: 20px;
}

#subMenu ul li, #subMenu ul li h2, #subMenu ul li h3
{
    float: left;
    padding: 0 0 0 10px;
}

#subMenu ul li
{
    padding: 13px 0 13px 0;
}

#subMenu ul li h2
{
    margin-right: 10px;
}

#subMenu ul li h3
{
    margin-top: 6px;
}

#subMenu ul li h3 a
{
    color: #c1c1c1;
}

#subMenu ul li .selected a
{
    color: #000000 !important;
}

#subMenu ul li h3 a:hover
{
    color: #000000;
}

/************************************************************************************* Content wrapper */
#contentWrapper
{
    background-image: url(../images/layout/contentBg.gif);
    background-repeat: repeat-y;
    background-position: right;
    margin: 0 10px 0 10px;
    padding: 10px 0 0 0;
}

#contentWrapper.black
{
	background-image: url(../images/layout/contentBgBlack.gif);
}


#contentWrapper h4, #extraInfoWrapper h4
{
    color: #000000;
    font-size: 13px;
    padding: 0 0 0 12px;
}

#contentWrapper h5, #extraInfoWrapper h5
{
    color: #000000;
    font-size: 11px;
}

#contentWrapper p, #extraInfoWrapper p
{
    padding: 0 0 15px 12px;
}

#contentWrapper .intro, #extraInfoWrapper .intro
{
    font-weight: bold;
    width: 400px;
}

#contentWrapper .note
{
    color: #ac0017;
    font-weight: bold;
}

#leftContent
{
    float: right;
    text-align: center;
    width: 216px;
}

#leftContent a
{
    color: #49aec5;
    display: block;
    font-weight: bold;
    line-height: 18px;
}

#leftContent h2
{
    margin: 0 0 0 22px;
    text-align: left;
}

#leftContent p
{
    font-size: 11px;
    padding: 0 22px 10px 22px;
    text-align: left;
}


#contentLeftCol, #contentRightCol
{
    float: left;
    width: 342px;
}

#contentLeftCol h2, #contentRightCol h2
{
    margin-bottom: 10px;
    margin-left: 10px;
}

#content2Cols
{
    float: left;
    width: 676px;
}

#content2Cols p
{
    padding-right: 10px;
}

#content2Cols p span
{
    color: #000000;
}

#content2Cols ul
{
    margin: 10px 0 0 28px;
}

/************************************************************************************* Info wrapper */
#infoWrapper
{
    height: 1%;
    padding: 17px 0 15px 18px;
}

#infoWrapper div
{
    float: left;
    width: 666px;
}

#infoWrapper div img
{
    float: left;
    margin: 6px 55px 0 2px;
}

#infoWrapper div p
{
    float: left;
    font-size: 11px;
    margin-top: 10px;
    width: 400px;
}

#infoWrapper div p strong
{
    color: #000000;
    display: block;
}

#infoWrapper h2
{
    background-image: url(../images/layout/blackArrow.gif);
    background-position: 0 9px;
    background-repeat: no-repeat;
    color: #49aec5;
    float: left;
    font-size: 16px;
}

#infoWrapper .contactInfo
{
    margin-top: 15px;
    width: 236px;
}

#infoWrapper .contactInfo address
{
    font-style: normal;
    margin-bottom: 20px;
}

#infoWrapper .contactInfo div
{
    float: none;
    padding-top: 20px;
    width: auto;
}

#infoWrapper .contactInfo p strong
{
    display: block !important;
}

#infoWrapper .contactInfo img
{
    margin: 0 !important;
}

/************************************************************************************* Services wrapper */
.portfolio
{
    background-color: #000000;
}

.portfolio h4 a, .portfolio h2 a
{
    color: #ffffff !important;
}

.portfolio h4 a span
{
    color: #49aec5;
}

.blocks
{
    height: 1%;
    padding: 15px 0 26px 18px;
}

.blocks h2
{
    background-image: url(../images/layout/whiteArrow.gif);
    background-position: 0px 9px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 16px;
}

.blocks div
{
    float: left;
    margin: 5px 0 0 0;
    width: 225px;
}

.blocks div h4
{
    color: #ffffff;
    font-size: 11px;
}

.blocks div h4 span
{
    font-size: 11px;
    font-weight: normal;
}

.blocks div img
{
    margin-bottom: 4px;
}

.blocks div p
{
    color: #808080;
    font-size: 11px;
    padding: 4px 17px 0 0;
}

.blocks div p a
{
    display: block;
    font-weight: bold;
    padding: 8px 0 0 0;
}

.blocks .offer
{
    float: left;
    margin: 1px 23px 0 -18px;
}

/************************************************************************************* Offerte page */
.formPart
{
    margin: 0 0 10px 40px;
}

#contactForm h4, #contactForm p
{
    margin: 10px 0 10px 0 !important;
    padding: 0 0 0 0 !important;
}

.contact .inputText
{
    background-color: #49aec5;
    border: none;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    color: #ffffff;
    height: 17px;
    padding: 1px 1px 1px 2px;
    width: 280px;
}

.contact textarea
{
    background-color: #49aec5;
    border: 1px solid #c1c1c1;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    color: #ffffff;
    height: 120px;
    padding: 5px;
    width: 500px;
}

.contact tfoot, .contact thead
{
    display: none;
}

.contact #submitBtn
{
    display: block;
    margin: 10px 0 20px 200px;
}

.disTable td
{
    padding: 2px 0 2px 0;
    width: 200px;
}

.disTable input
{
    vertical-align: middle;
}

.disTable label
{
    padding-left: 5px;
    vertical-align: middle;
}

.nawTable label
{
    color: #000000;
    font-size: 11px;
    padding-right: 54px;
}

#zipcode
{
    width: 50px;
}

#reference option
{
    padding: 0 5px 0 5px;
}

/************************************************************************************* Contact page */
.establishments h5
{
    background-color: #000000;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 31px;
    margin: 0 15px 0 0;
    padding: 0 0 0 14px;
}

.establishments address
{
    font-style: normal;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0 0 14px !important;
}

.establishments p
{
    font-size: 12px !important;
    padding: 0 0 0 14px !important;
}

.establishments p a
{
    display: inline !important;
    font-weight: normal !important;
}

/************************************************************************************* General Styles */
/************************************************************************************* General Styles */
/************************************************************************************* General Styles */
/************************************************************************************* General Styles */
/************************************************************************************* General Styles */
/************************************************************************************* General Styles */
/************************************************************************************* Classes */

/************************************************************************************* Other */
#copy
{
    background-color: #303030;
    padding: 10px 0 20px 28px !important;
}

.imageCenter
{
    display: block;
    margin: 0 auto 0 auto !important;
}

.imageLeft
{
    float: left;
    margin: 0 12px 12px 0;
}

.imageRight
{
    float: right;
    margin: 0 12px 12px 12px;
}

.infoDiv
{
    padding-bottom: 20px !important;
}

.shade, .shadeContent, .shadeSmall
{
    background-image: url(../images/layout/hrNoShade.gif);
    background-repeat: no-repeat;
    background-position: top center;
    clear: both !important;
    font-size: 0.001em;
    height: 8px;
}

.shadeContent
{
    background-image: url(../images/layout/hrNoShadeContent.gif);
    height: 9px;
}

.shadeSmall
{
    background-image: url(../images/layout/hrNoShadeSmall.gif);
    clear: none !important;
    height: 9px;
}

#paddingDiv12px
{
    margin: 0 12px 0 12px !important;
}

#content2Cols #paddingDiv12px
{
    width: 440px;
}

.twoColTable, .threeColTable
{
    color: #000000;
    font-size: 11px;
    margin-top: 5px;
    width: 100%;
}

.threeColTable
{
    float: right;
    width: 440px;
}

#content2Cols .threeColTable
{
    border-top: none;
}

.twoColTable td, .threeColTable td, .threeColTable th
{
    border-bottom: 1px solid #9a9a9a;
    line-height: 18px;
}

.twoColTable thead
{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.twoColTable thead th
{
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 2px;
}

.twoColTable thead th h2
{
    line-height: 18px;
}

.twoColTable tfoot, .threeColTable tfoot
{
    display: none;
}

.twoColTable td span, .threeColTable span
{
    padding: 0 0 0 10px;
}

.twoColTable .dark, .threeColTable .dark
{
    background-color: #f4f4f4;
}

.hostingTable
{
    float: left;
    width: 300px;
}

.hostingTable table
{
    width: 280px;
}

.specs
{
    width: 170px;
}

.spacer
{
    clear: both;
    display: block;
    font-size: 0.0001em !important;
    height: 0.0001em !important;
    line-height: 0.0001em !important;
}



/*********************************************************************************************************************************/
#content2Cols .blocks
{
    padding: 0 0 0 10px;
}

#content2Cols .blocks .last
{
    width: 210px;
}

#content2Cols h2
{
    margin-left: 10px;
    padding-left: 10px;
    text-align: left;
}

#contentWrapper .blocks p
{
    padding-left: 0;
}

#contentWrapper .blocks p span
{
    color: #000000;
}

#contentWrapper .blocks .inline
{
    color: #48aec4 !important;
    display: inline;
    font-weight: normal;
}

#leftContent h4
{
    background-color: #f4f4f4;
    background-image: url(../images/layout/blackArrow.gif);
    background-position: 20px 5px;
    background-repeat: no-repeat;
    color: #49aec5;
    padding: 0 0 10px 30px;
    text-align: left;
}

#leftContent ul
{
    font-size: 11px;
    line-height: 19px;
    list-style-type: none;
    padding: 20px 0 0 22px;
    text-align: left;
	color: #333333;
	
}

#leftContent ul li a
{
    display: inline !important;
}

.webhosting #leftContent ul li a
{
    color: #48aec4 !important;
    font-weight: normal;
}

#contactUs
{
    background-image: url(/images/content/3monkeys.gif);
    background-repeat: no-repeat;
    background-position: 250px -13px;
    margin-bottom: 20px;
	margin-left: 12px;
	height: 127px;
}

.urlBack
{
    background-image: url(/images/layout/back.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    line-height: 30px;
    margin-left: 12px;
    padding: 0 0 0 15px;
}

thead h2
{
    background: none;
    padding: 0;
    text-align: left;
}

#contactLogo
{
    float: left;
    width: 250px;
}

#contactLogo img
{
    margin: 0 0 0 10px;
}

#contactAddress
{
    font-size: 12px;
    font-style: normal;
    float: left;
    line-height: 16px;
    margin: 30px 0 0 0;
}

#flashBlock
{
    height: 265px;
}

.small
{
    font-size: 11px;
}

#portfolioWrapper, #portfolioWrapper2, #portfolioWrapper3, #portfolioWrapper4
{
    background-color: #e1e1e1;
    border: 1px solid #c8c8c8;
    float: right;
    margin: 33px 10px 20px 10px;
    padding: 5px;
    width: 420px;
}

#portfolioWrapper img, #portfolioWrapper2 img, #portfolioWrapper3 img, #portfolioWrapper4 img
{
    float: left;
}

#portfolioWrapper ol, #portfolioWrapper2 ol, #portfolioWrapper3 ol, #portfolioWrapper4 ol
{
    color: #000000;
    font-size: 11px;
    list-style-type: none;
    margin-left: 2px;
}

#portfolioWrapper ol li, #portfolioWrapper2 ol li, #portfolioWrapper3 ol li, #portfolioWrapper4 ol li
{
    border-right: 1px solid #ffffff;
    float: left;
    padding: 2px 7px 4px 7px;
}

#portfolioWrapper ol li a, #portfolioWrapper2 ol li a, #portfolioWrapper3 ol li a, #portfolioWrapper4 ol li a
{
    color: #000000;
}

.slide, .pageDescription
{
    display: none;
}

#topWrapper img
{
    float: left;
}

#topWrapper ul
{
    clear: both;
}

#logo
{
    margin: 3px 0 0 11px;
}

.sub
{
    font-size: 10px;
}

.showBanner
{
    position: absolute;
    z-index:99;
    float: left;
    left: 0px;
    top: 0px;
    border: 4px solid #c8c8c8;
    background-color: #000000;
    width: 140px;
    padding: 20px 0 20px 0;
    text-align: center;
}

#noFlashMenuImage
{
    float: left !important;
    margin-right: 0px;
}

#noFlashBlock
{
    background-image: url(/images/content/ons_vak.jpg);
    background-repeat: no-repeat;
    height: 265px;
}

#noFlashMenu
{
    background-image: url(/images/layout/bg_menu.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    border: none !important;
    clear: none !important;
    float: right;
    padding: 0 !important;
    width: 220px;
    height: 500px;
}

#noFlashMenu li
{
    padding: 0 !important;
    width: 150px;
}

#noFlashMenu li a
{
    display: block;
    padding: 8px 0 7px 20px;
}

#map
{
	height: 217px;
	width: 630px;
	margin-left: 20px;
	margin-bottom: 20px;
}