﻿body
{
    margin: auto;
    background-image: url( 'images/bg_home.png' );
    background-repeat: repeat-x;
    background-color: #EBEBEB;
    font-family: Arial;
    font-size: 12px;
    color: #666666;
}
p
{
    margin-top: 15px;
}
h1
{
    font-family: Arial;
    font-size: 24px;
    color: #444444;
    font-weight:normal;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 2px 0px;
}

h2
{
    font-family: Arial;
    font-size: 18px;
    color: #444444;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 2px 0px;
    font-weight:normal;
}

h3
{
    font-family: Arial;
    font-size: 16px;
    color: #444444;
    padding: 0px 0px 2px 0px;
    margin: 15px 0px 2px 0px;
    font-weight:normal;
}
ul
{
    list-style-image: url( 'images/bullit.png' );
    margin: 15px 0px 0px 15px;
    padding: 0px;
}
a
{
    color: #666666;
    text-decoration: underline;
}
a:hover
{
    color: #95a811;
    text-decoration: underline;
}
.schaduw
{
    margin: auto;
    background-image: url( 'images/schaduw_home.png' );
    background-color: transparent;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 1002px;
    min-height: 768px;
}
.top
{
    margin: auto;
    overflow: hidden;
    background-image: url( 'images/bg_top_home.png' );
    background-repeat: repeat-x;
    width: 920px;
    height: 110px;
    padding-left: 40px;
}
.top img
{
    border: none;
}
.menu_container
{
    margin: auto;
    overflow: hidden;
    background-image: url( 'images/bg_menu_home.png' );
    background-repeat: repeat-x;
    width: 960px;
    height: 40px;
}
.menu_links
{
    width: 55px;
    padding-left: 40px;
    float: left;
    margin: 0;
    overflow: hidden;
    cursor:pointer;
}
a.snellinks, a.snellinks:visited, div.snellinks
{
    background: transparent;
}
td.snellink_td_button
{
    width: 44px;
    height: 42px;
    background-image: url(images/menu_snellinks_clicked2.png);
    background-repeat: repeat-y;
}
.snellink_td
{
    padding: 0px;
    margin: 0px;
    width: 204px;
}
.snellinks_item_website, .snellinks_item_email, .snellinks_item_software
{
    background-image: url( 'images/snellinks_item.png' );
    background-repeat: no-repeat;
    width: 157px;
    height: 27px;
    font-family: Arial, Sans-Sherif;
    font-size: 16px;
    color: #686868;
    margin: 0;
    padding-left: 47px;
    padding-top: 7px;
    text-decoration:none;
    float: left;
}
a.snellinks_item_email:hover
{
    background-image: url( 'images/snellinks_item_emailtemplate.png' );
    color: #D75DAF;
    text-decoration:none;
}
a.snellinks_item_website:hover
{
    background-image: url( 'images/snellinks_item_website.png' );
    color: #0099CC;
    text-decoration:none;
}
a.snellinks_item_software:hover
{
    background-image: url( 'images/snellinks_item_software.png' );
    color: #FF8000;
    text-decoration:none;
}

.menu_rechts
{
    width:650px;
    height:40px;
    float:left;
}
/* MAIN NAVIGATION (LINKS) */
.menu_item
{
    height: 40px;
    width: auto;
    float: left;
    padding-top: 10px;
}
.menu_sep
{
    height: 40px;
    padding-top: 7px;
    float: left;
}
.mainbar
{
    font-family: Arial;
    font-size: 14px;
    color: #7c7c7c;
    height: 40px;
    width: 640px;
}
a.mainmenu:link
{
    font-family: Arial;
    font-size: 14px;
    color: #7c7c7c;
    text-decoration: none;
    height: 40px;
}
a.mainmenu:visited
{
    font-family: Arial;
    font-size: 14px;
    color: #7c7c7c;
    text-decoration: none;
    height: 40px;
}
a.mainmenu:hover
{
    font-family: Arial;
    font-size: 14px;
    color: #95a811;
    text-decoration: none;
    height: 40px;
}
.zoeken
{
    padding-top:9px;
    margin-right:30px;
    float:right;
    width:160px;
    height:31px; 
    overflow:hidden; 
}
.boxSearch
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    height: 18px;
    color: #A9A9A9;
    font-size: 6px;
    cursor:pointer;
}
.btnSearch
{
    background-image: url( 'images/zoekknop.png' );
    background-repeat: no-repeat;
    background-position: center;
    background-color: Transparent;
    height: 18px;
    width: 20px;
    border: 0px;
    margin-left: -20px;
    cursor:pointer;
}
.zoeken input[type="text"],
.txtSearch
{
    padding-top: 1px;
    padding-left: 5px;
    background-image: url( 'images/zoekvlak.png' );
    border: 0px;
    color: #7D7D7D;
    cursor:pointer;
}
.banner
{
    margin: auto;
    overflow: hidden;
    background-color: #FAFAFA;
    width: 960px;
    height: 259px;
}
.content_container
{
    margin: auto;
    overflow: hidden;
    width: 960px;
    background-image: url( 'images/bg_content_home.png' );
    background-repeat: repeat-x;
    background-position:bottom;	
    background-color:#FbFbFb;
    padding-top: 20px;
    padding-bottom: 10px;
}
.laatste_nieuws
{
    width: 215px;
    min-height: 390px;
    padding-left: 40px;
    padding-right: 10px;
    border-right: 1px solid #B6B6B6;
    overflow: hidden;
    float: left;
}
.content_links
{
    width: 420px;
    min-height: 390px;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #B6B6B6;
    overflow: hidden;
    float: left;
    overflow: hidden;
}
.content_rechts
{
    padding-left: 0px;
    width: 165px;
    overflow: hidden;
    float: right;
    padding-right: 30px;
    padding-left: 10px;
    text-align:center;
}
.lijn
{
    height: 2px;
    width: 940px;
    margin: auto;
    background-image: url( 'images/lijn_horizontaal.png' );
    background-repeat: repeat-x;
}
.bottom_container
{
    margin:auto;
    overflow:hidden;
    width:960px;
    height:55px;
    padding-top:10px;
    font-size:10px;   
}
.bottom_menu
{
   padding-left:40px;
   float:left;
   text-decoration:underline;
   width:230px;
}
.bottommenu
{  
    text-decoration:underline;
     }
a.bottommenu:link
{
    color: #666666;
    text-decoration:none;
    text-decoration:underline;
    }
a.bottommenu:visited
{
    color: #666666;
    text-decoration:none;
    text-decoration:underline;
    }
a.bottommenu:hover
    {
    color: #95a811;
    text-decoration:none;
    text-decoration:underline;
    }
.bottommenu_item
{
    width:95px;
    height:10px;
    text-decoration:underline;
    float:left;
}    
.bottom_socialbook
{
    width:160px;
    float:left;
    overflow:hidden;
    }
.bottom_socialbook img
{
    border:0;
}
.bottom_adres
{
    width: 460px;
    float: right;
    padding-right: 30px;
}

td
{
    padding-left: 10px;
}
/*Banner Medewerkers & Producten*/
.producten, .medewerkers
{
    width: 160px;
    height: 201px;
}
.head_Producten
{
    background-image: url(/banner/head_producten.png);
    background-repeat: no-repeat;
    float: left;
    width: 160px;
    height: 40px;
}
.lijst
{
    display: none;
}
.plaatje
{
    float: left;
    background-image: url(/banner/bg.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 165px;
    text-align:center;
    vertical-align:middle;
} 
.plaatje a
{border: none;
 cursor:pointer;}
.plaatje img
{border: none;}
.buttons
{
    background-color: Transparent;
    width:160px;
    height:40px;
    overflow:hidden;
    float:left;
    cursor:pointer;
    }
.button_vorige
{
    background-image: url(/banner/knop_vorige.png);
    background-repeat: no-repeat;
    background-color: Transparent;
    float: left;
    height:36px;
    width: 80px;
    border: none;
    cursor:pointer;

}
.button_volgende
{
    background-image: url(/banner/knop_volgende.png);
    background-repeat: no-repeat;
    background-color: Transparent;
    float: right;
    height: 36px;
    width: 80px;
    border: none;
    cursor:pointer; 
}

/* Einde Banner Medewerkers*/


/* NEWSLETTER SIGNUP BOX*/
.boxSubscribe
{
    width: 100%;
}
.boxHeaderSubscribe
{
    font-family: Arial;
    font-size: 18px;
    color: #444444;
    padding: 25px 0px 12px 0px;
    margin: 0px 0px 2px 0px;
}
.boxFormSubscribe
{
    text-align: left;
    margin: 0px;
    padding: 0px;
}
.boxButtonSubscribe
{
    /*padding-top: 15px;*/
    text-align: left;
    width:66px;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

div.laatste_nieuws input[type="button"],
div.laatste_nieuws input[type="submit"],
.btnSubscribe
{
    background-color: Transparent;
    background-image: url(/templates/tjwebstudio/images/button.png);
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	height:22px;
	width:66px;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	margin-top:5px;
}

div.content_container input[type="password"],
div.content_container input[type="text"],
div.content_container textarea   {	
	color: #666666;
	background-color: #ffffff;
	border-color: #B6B6B6;
	border-style: solid;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	border-width: 1px;
    padding: 1px 5px 1px 5px;
	padding: 1px;
	text-align:left;
} 
.subscribe_textbox 
{
    color: #666666;
	background-color: #ffffff;
	border-color: #B6B6B6;
	border-style: solid;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	border-width: 1px;
	padding: 1px 5px 1px 5px;
    padding-left:5px;
	text-align:left;
} 
/*Personeelpagina*/
div.personeel
{
    height:208px;
    width:671px;
    background: url(/templates/tjwebstudio/images/bg_personeel.png) no-repeat;
    padding-top:24px;
    
 }
div.personeel_foto
{
    padding-left:36px;
    padding-right:48px;
    width:198px;
    float:left
    }
div.personeel_tekst
{
    float:right;
    text-align:left;
    padding-right:36px;
    width:353px;
    }
div.personeel_tekst_left
{
    float:left;
    padding-left:15px;
    width:115px;
    color:#ABABAB;
    font-size:16px;
}
div.personeel_tekst_right
{
    float:right;
    padding-left:5px;
    text-align:left;
    color:#666666;
    font-size:16px;
    width:auto;
    width:218px;
}
/* einde personeelpagina*/  

