@import "c2g_Fonts.css";
@import "c2g_DevExpress.css";
@import "c2g_Menu.css";
/*POS DEV*/
/*----------------- GENERAL -------------------*/
* {
	padding: 0; /*Set's border, padding and margin to 0 for all values*/
	margin: 0;
	border: 0;
}
.clear {
	clear: both;
}
img {
	border: 0px;
}
/*----------------- MAIN CONTAINER & WRAPPERS ------------*/
.mainContainer,
.mainContainer_Home {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html .mainContainer {
	height: 100%;
}
.mainContainer {
	background: url(../imgs/pimp/bg_page.png) top left repeat-x;
}
.outerWrapper {
	padding:0 0 60px 0;
}
* html .outerWrapper {
}
.innerWrapper {
	width: 100%;
}
* html .innerWrapper {
	width: 100%;
}
/*----------------- HEADER --------------------*/
.header {
}
/*----------------- FOOTER --------------------*/
.footer, .footer_Home {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	margin-top: -60px;
	text-align: center;
	background: #000000 url(../imgs/bg_footer.gif) top left no-repeat;
}
.footer_Home {
	background: #000000;
}
.footer .footerSpacer, .footer_Home .footerSpacer {
	height: 20px;
}
.footerText {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 10px;
}
.footerText a {
	color: #FFFFFF;
	text-decoration: none;
}
.footerText a:hover {
	color: #367CC7;
}

.footer_Home li, .footer li {
float:left;
	list-style:none;
	margin:0px;
	padding:0 0 0 10px;
	list-style-position:outside;
}
.footer_Home ul, .footer ul 
{
	padding-left:260px;
}



/*----------------- CONTENT -------------------*/
.contentWrapper {
	float: left;
	width: 950px;
	padding:26px 25px 0 25px;
}
/*----------------- .NET FORM FIX----------------------*/
form {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}
form:after {
	/** .NET FORM FIX  **/
	display: block;
	height: 100%;
	clear: both;
}
/* FORM DESIGN SEARCH FIELD, */
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	background-color: #EFEFFF;
}
input, select, textarea {
	background: #FFFFFF none repeat scroll 0%;
	border-width: 0pt;
	color: #666666;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1em;
}
.inputsearch {
	border: 1px solid #C0CCD8;
	height: 16px;
	margin: 2px 8px 7px 0;
	padding: 4px 0pt 0pt 4px;
	width: 210px;
}
.inputfield {
	border: 1px solid #C0CCD8;
	height: 16px;
	margin: 2px 8px 7px 0;
	padding: 4px 0pt 0pt 4px;
	width: 210px;
}
.formleft {
	width: 140px;
	padding-right: 10px;
}
/*----------------- UL OL CORRECTION ----------------------*/
.rightWrapper ul, .innerWrapper ul, .contentWrapper ul {
	padding-left: 15px;
	text-indent: 0px; /* INSPRINGEN LINKS */
	list-style:url(../imgs/pimp/ul_bullet.png) outside;
}
.rightWrapper ol, .innerWrapper ol, .contentWrapper ol {
	padding-left: 22px;
	text-indent: 0px; /* INSPRINGEN LINKS */
	list-style: decimal outside;
}
ul.LinkList {
	padding-left: 0px;
	text-indent: 0px; /* INSPRINGEN LINKS */
	list-style: none;
}
ul.LinkList li {
	background: url(../imgs/pijl_linklist.gif) no-repeat 0px 3px;
	padding-left: 15px;
}
/**************************
FRAMES
**************************/
.contentFrame {
	float: left;
	width: 650px;
	margin-right: 25px;

}
.rightFrame {
	float: left;
	width: 275px;
}
.rightframeHeader_Dark /* DARK */ {
	background: url(../imgs/pimp/rightframe_header.png) top left no-repeat;
	padding: 15px 15px 0 15px;
}
.rightframeHeader_Light /* LIGHT */ {
	background: url(../imgs/pimp/rightframe_header_light.png) top left no-repeat;
	padding: 10px 10px 0 10px;
}
.rightframeContent_Dark /* DARK */ {
	background: #2c363f;
	padding: 0 15px 0 15px;
	color: #FFFFFF;
	margin: 0px;
}


.rightframeContent_Light /* LIGHT */ {
	background: #8cacc8;
	padding: 0 10px 0 10px;
	color: #141740;
}
.rightframeFooterImage {
	width: 200px;
	text-align: center;
}
.rightframeFooter {
	background: url(../imgs/pimp/rightframe_footer.png) bottom left no-repeat;
	height:10px;
}
.rightframeFooter_Dark {
	background:transparent url(../imgs/pimp/rightframe_footer.png) no-repeat scroll left bottom;
	height:10px;
}
.rightframeFooter_Light {
	background:transparent url(../imgs/pimp/rightframe_footer_light.png) no-repeat scroll left bottom;
	height:10px;
}
.contentImgLeft {
	padding-right: 20px;
}
.contentImgRight {
	padding-left: 20px;
}
.contentTextSpacer {
	padding: 0 0 30px 0px;
}
/**************************
HOMEPAGE NIEUW
**************************/
.homeUnder {
}
.homeAbove {
	z-index:50;
	position:relative;
	margin-top:-200px;
}
.homeBlock {
	width:235px;
	height:215px;
	float:left;
	margin-right:20px;
	color:#8cacc8;
	cursor: pointer;
}
.bgHomeBlockNormal {
	background:url(../imgs/pimp/bg_homeblocken.png) top left no-repeat;
}
.bgHomeBlockTwitter {
	background:url(../imgs/pimp/bg_homeblocken_twitter.png) top left no-repeat;
}
.homeBlock:hover {
	background-position:bottom left;
}
.homeBlock .padding {
	padding:40px 15px 10px 15px;
	height:150px;
	overflow:hidden; /*tijdelijke oplossing*/
}
.homeBlock h1, .homeBlock h2 {
	font-size:1.1em;
	color:#fff;
	line-height: 1.1em;
	margin-bottom:10px;
}
.noMarginRight {
	margin-right:0px!important;
}
/**************************
 END HOME PAGE NEW
**************************/

/**************************
PAGES
**************************/
.menu {
	float: left;
}
.btnContact {
	float: left;
}
.imgBtnContactRoute {
	background-image: url(../imgs/MenuModal/bg_contactenroute.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 101px;
	height: 14px;
	display: block;
	cursor: pointer;
	margin-left: 99px;
}
.imgBtnContactRoute:hover {
	background-position: top right;
}
.clickableLogo {
	display: block;
	margin-left: 370px;
	width: 250px;
	height: 49px;
}
.breadcrumb {
	float: right;
	margin: 6px 10px 15px 0;
	font-size: 0.96em;
	color: #a4b5c3;
}
.breadcrumb a {
	color: #A4B5C3;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #A4B5C3;
	text-decoration: none;
}
.actief {
	color: #141740;
}
.leesVerder {
	background: url(  '../imgs/pijl_link.gif' ) top left no-repeat;
	padding-left: 9px;
}
.leesVerder2 {
	background: url(  '../imgs/pijl_linklist.gif' ) top left no-repeat;
	padding-left: 9px;
}
.rightUnOrderedList {
	padding-left: 0px !important;
}
.rightUnOrderedList li {
	background: url(  '../imgs/pimp/pijl_rightUnOrderedList.gif' ) top left no-repeat;
	padding:0 0 5px 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-indent: 0px;
}
.sitemapLink_Level1 {
	display: block;
	color: #367cc7;
	line-height: 19px;
	text-decoration: none;
	border-bottom: solid 1px #C0CCD8;
}
.sitemapLink_Level1:hover {
	color: #141740;
	text-decoration: none;
	border-bottom: solid 1px #C0CCD8;
	background-color: #e6ebef;
}
.sitemapNoLink_Level1 {
	display: block;
	color: #666666;
	line-height: 19px;
	border-bottom: solid 1px #C0CCD8;
	background: url(  '../imgs/pijl_down.gif' ) top left no-repeat;
	padding-left: 12px;
	cursor: default;
}
.sitemapLink_Level2 {
	display: block;
	color: #367cc7;
	text-decoration: none;
	border-bottom: solid 1px #C0CCD8;
	padding-left: 12px;
	line-height: 19px;
}
.sitemapLink_Level2:hover {
	color: #141740;
	text-decoration: none;
	border-bottom: solid 1px #C0CCD8;
	background-color: #e6ebef;
}
.sitemap table table div div {
	padding-top: 0px !important;
}
.sitemapHeader {
	font-weight: bold;
	border-bottom: solid 1px #C0CCD8;
	padding-bottom: 4px !important;
}
.itemc2gChat {
	padding-top: 2px;
}
.btnVerzenden {
	margin-top: 2px;
}
/* __________ #### Search results page #### _____________*/
.ActivePage {
	font-weight: bold;
}
.PagerTable td {
	padding: 0px 4px;
}
.PagerTable td.InactivePage a {
	border: 1px solid #C0CCD8;
	display: block;
	font-size: 10px;
	padding: 1px 0pt;
	text-align: center;
	width: 20px;
}
.PagerTable td.InactivePage a:hover {
	background: #C0CCD8 none repeat scroll 0% 50%;
	border: 1px solid #C0CCD8;
	display: block;
	font-size: 10px;
	padding: 1px 0pt;
	text-align: center;
	width: 20px;
}
.PagerTable td.ActivePage span {
	background: #C0CCD8 none repeat scroll 0% 50%;
	border: 1px solid #C0CCD8;
	display: block;
	font-size: 10px;
	padding: 1px 0pt;
	text-align: center;
	width: 20px;
}
/* Contact form */
.FormPadding {
	padding-bottom: 6px;
}
.formulier td {
	vertical-align: top;
}
.btnVesturen {
	background-image: url(../images/shared/btn_verstuur.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 82px;
	height: 20px;
	display: block;
}
.btnVesturen:hover {
	background-position: top right;
}
/****** AJAX SEARCH *****/
.AjaxSearchResultsBG {
	background: url(../imgs/MenuModal/bg_popup.gif) repeat-y;
	margin: 0;
}
.AjaxSearchResultsList {
	padding: 10px 5px 10px 10px;
	border: solid 1px #aebecb;
	list-style-type: none;
}
.AjaxSearchResultsLink {
	color: #141740 !important;
	font-weight: bold;
	white-space: nowrap;
}
.AjaxSearchResultsDescription, .AjaxSearchNoResults {
	color: #333;
	display: block;
}
.AjaxSearchNoResults {
	padding: 0 10px 10px 10px;
}
.AjaxSearchResultsList li {
	padding-bottom: 8px;
	overflow: hidden;
	width: 180px;
	display: block;
}
.AjaxSearchResultsPijl {
	padding-right: 5px;
}
.searchframeFooter input {
	background-color: Transparent;
}
/*
.searchPanelHighlight
{
	background: url(../imgs/MenuModal/bg_zoek_menu.gif) no-repeat top left;
	padding: 7px 15px 0 15px;
	height: 33px;
	width: 170px;
	position: relative;
	float: left;
}

.searchPanel
{
	padding: 7px 15px 0 15px;
	height: 33px;
	width: 170px;
	position: relative;
	float: left;
}
.searchBlok
{
	margin: 0;
}

.searchPanel .searchBlok .clearIcon
{
	background: url(../imgs/bg_searchfield_right.gif) no-repeat;	
	height: 24px;
	width: 24px;
}

.searchPanel .btnSearch
{
	background: url(../imgs/icon_zoek.gif) no-repeat;
	height: 24px;
	widows: 24px;	
	display: block;
}

.searchPanelHighlight .btnSearch
{
	background: url(../imgs/icon_zoek_modal.gif) no-repeat;
	height: 24px;
	widows: 24px;
	display: block;
}

.searchPanelHighlight .searchBlok .clearIcon
{
	background: url(../imgs/bg_searchfield_right_modal.gif) no-repeat;
	height: 24px;
	width: 24px;
}
*/
.pnlSearchResults {
	margin-left: -15px;
	width: 200px;
	padding-top: 9px;
	position: absolute;
}
.pnlSearchResults a {
	color: #367cc7;
}
.searchframeContent {
	background: url(../imgs/MenuModal/bg_popup.gif) repeat-y;
	color: #FFFFFF;
}
.pnlSearch, .searchframeContent {
/*	min-height: 50px;*/
}
.divSearchResultIcon {
	padding-left: 10px;
	float: left;
}
.divSearchResultTitle {
	padding-left: 10px;
	float: left;
	width: 180px;
	overflow: hidden;
	white-space: nowrap;
}
.divSearchResultDescription {
	padding-left: 37px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.divSearchResultHeader {
	padding-top: 12px;
}
.divSearchResultFooter {
	padding-top: 5px;
}
/* CONTACT BLOK */
.btnContactBlok_lgt, .btnContactBlok_dnk {
	display: block;
	width: 182px;
	height: 29px;
}
.btnContactBlok_lgt {
	background: url(../imgs/btn_contact_lgt.gif) top left no-repeat;
}
.btnContactBlok_dnk {
	background: url(../imgs/btn_contact_dnk.gif) top left no-repeat;
}
.contactBlokSpacer {
	padding: 30px 6px 6px 10px;
}
.biggerContact, .biggerContact_dnk {
	position: absolute;
	z-index: 1000;
	border: solid 1px #b9dbf4;
	background: #FFFFFF;
	padding: 10px;
	width: 340px;
	margin-left: -380px;
	margin-top: -300px;
	cursor: pointer;
}
.biggerContact_dnk {
	margin-top: -167px;
}
.biggerContactSluiten {
	float: right;
	padding: 0 0 0 10px;
}
.formContactSmall .dxeTextBox_c2g, .formContactSmall .dxeMemo_c2g {
	background: #FFFFFF !important;
}
.biggerSpacer {
	background: #141740;
	padding: 10px;
	color: #FFFFFF;
}
h2.wit {
	color:#FFFFFF;
}
.formVerstuur {
	background: url(../imgs/btn_verstuur.gif) top left no-repeat;
	display: block;
	height: 25px;
	width: 67px;
	cursor: pointer;
}
.btnVerstuurPopup {
	background: url(../imgs/btn_verstuur-popup.gif) top left no-repeat;
	display: block;
	height: 29px;
	width: 80px;
	cursor: pointer;
}
/* IMG MOUSE OVERS*/
a.formVerstuur:hover, .formVerstuur:hover, .btnVerstuurPopup:hover {
	background-position: right top;
}
/* 2009 homepage*/
.homeFooter {
/* 	background:url(../imgs/bg_HomeBlokken.jpg) top left no-repeat;*/
}
.homeItemSpacer {
	padding:10px 10px 10px 8px;
}
.btnVerzendenNew {
	background:transparent url(../imgs/btn_verstuurNew.gif) no-repeat left top;
	display:block;
	height:31px;
	width:71px;
	cursor:pointer;
}
a.btnVerzendenNew:hover {
	background-position:right top;
}
/*START CMS MENU CSS SETTINGS*/
.CMSMenu {
	background: #FFFFFF;
	border-bottom: solid 2px black;
}
.CMSMenu input {
	background: transparent!important;
	border: solid 1px none!important;
}
.CMSMenu select {
	background: #FFFFFF!important;
	border: 0 none!important;
}
/*END CMS MENU CSS SETTINGS*/

.slide
{
	width: 205px;
	height: 135px;
	text-align: center;
	margin-right: 30px;
}
.contentframeContent {
padding:0 20px 0 20px;
}

.twitterList li{
	margin-bottom: 4px;
}

.teamIcon
{
	display: block;
	width:75px;
	height:75px;
	border: solid 1px #CFCFCF;
}
.linkControlHighlight
{
	padding: 5px;
	border: solid 2px #FF0000 !important;
}