/**
* Advertentie dialog overzicht
*/

.advert-dialog-container {
	padding-bottom: 12px;
	width: 200px;
}

.advert-dialog-headerleft { 
	height: 25px; 
	width: 8px;
	background-image: url(../images/layout/dialogleft.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	float: left; 
}

.advert-dialog-headercenter { 
	width: 175px; 
	padding: 6px 4px 7px 5px;
	font-weight: bold; 
	font-size: 10px; 
	float: left;
}

.advert-dialog-headerlink {
	text-decoration: none;
	font-weight: bold; 
	font-size: 10px; 
	color: #FFFFFF; 
}

.advert-dialog-headerright { 
	height: 25px; 
	width: 8px; 
	background-image: url(../images/layout/dialogright.png); 
	background-position: right top; 
	background-repeat: no-repeat; 
	float: right; 
}

.advert-dialog-content { 
	border-width: 0px 1px 0px 1px; 
	border-style: solid; 
	padding: 20px 9px 6px 9px; 
}

.advertpicture { 
	width: 120px; 
	margin: 5px 0px 5px 30px; 
	border: 0px;
}

.advertprice { 
	font-weight: bold; 
	font-size: 14px; 
	text-align: center;
}

.advert-dialog-footerleft { 
	height: 4px; 
	width: 4px; 
	background-image: url(../images/layout/dialoglowerleft.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	float: left; 
}

.advert-dialog-footercenter { 
	width: 192px; 
	height: 3px; 
	border-width: 0 0 1px 0;
	border-style: solid; 
	float: left; 
}

.advert-dialog-footerright { 
	height: 4px; 
	width: 4px; 
	background-image: url(../images/layout/dialoglowerright.png); 
	background-position: right top; 
	background-repeat: no-repeat; 
	float: right; 
}


/**
* Advertentie paneel overzicht
*/

.advert-panel-overalcontainer {
	padding: 0px 4px 8px 4px;
	margin-bottom: 4px;
}

.advert-panel-container {
	border-width: 0 0 1px 0;
	border-style: dashed;
	padding-bottom: 5px;
}

.advert-panel-title {
	padding: 4px 0 4px 0;
	font-weight: bold;
}

.advert-panel-price {
	font-weight: bold;
	padding: 6px 0 4px 0;
}

.advert-panel-picture {
	width: 150px;
	border: 0px;
}

/**
* Advertentie paneel EGCS stijl
*/

.advert-egcs-container {
	padding-bottom: 5px;
}

.advert-egcs-title {
	padding: 5px 6px 3px 6px;
	font-weight: bold;
	font-size: 10px;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	background-position: -1px left;
	height: 14px;
}

.advert-egcs-content {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	padding: 8px;
}

.advert-egcs-price {
	font-weight: bold;
	padding: 6px 0 4px 0;
}

.advert-egcs-picture {
	width: 150px;
	border: 0px;
}

/**
* Content veld weergave
*/

.content-field-container {
	border-width: 1px;
	border-style: solid;
	width: 100%;
}

/**
* Content EGCS stijl
*/

.content-egcs-container {
	border-width: 1px;
	border-style: solid;
	width: 100%;
	z-index: 2;
}

/**
* Menu dialoog weergave
*/

.menu-dialog-container { 
	width: 200px; 
	margin-bottom: 8px; 
}

.menu-dialog-headerleft { 
	height: 25px; 
	width: 8px;
	background-image: url(../images/layout/dialogleft.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	float: left; 
}

.menu-dialog-headercenter { 
	width: 175px; 
	padding: 6px 4px 7px 5px;
	font-weight: bold; 
	font-size: 10px; 
	float: left;
}

.menu-dialog-headerright { 
	height: 25px; 
	width: 8px; 
	background-image: url(../images/layout/dialogright.png); 
	background-position: right top; 
	background-repeat: no-repeat; 
	float: right; 
}

.menu-dialog-content { 
	border-width: 0px 1px 0px 1px; 
	border-style: solid; 
	padding: 20px 9px 6px 9px; 
}

.menu-dialog-content div { 
	margin-top: 4px; 
}

.menu-dialog-content div a { 
	height: 100px; 
	text-decoration: none; 
	padding-left: 15px; 
	background-position: left 3px; 
	background-repeat: no-repeat; 
	color: #000000; 
}

.menu-dialog-content div a:hover { 
	background-position: left -10px; 
	padding-left: 17px; 
}

.menu-dialog-footerleft { 
	height: 4px; 
	width: 4px; 
	background-image: url(../images/layout/dialoglowerleft.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	float: left; 
}

.menu-dialog-footercenter { 
	width: 192px; 
	height: 3px; 
	border-width: 0 0 1px 0;
	border-style: solid;
	float: left; 
}

.menu-dialog-footerright { 
	height: 4px; 
	width: 4px; 
	background-image: url(../images/layout/dialoglowerright.png); 
	background-position: right top; 
	background-repeat: no-repeat; 
	background-color: #EEEEEE; 
	float: right; 
}

/**
* Menu veld weergave
*/

.menu-field-container {
	margin-bottom: 5px;
	width: 204px;
}

.menu-field-title {
	padding: 6px 2px 6px 6px;
	font-weight: bold;
	font-size: 10px;
	border-width: 0 0 3px 0;
	border-style: solid;
}

.menu-field-content {
	padding: 4px 6px 4px 6px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

.menu-field-content div {
	margin-top: 4px; 
}

.menu-field-content div a {
	height: 100px; 
	padding-left: 15px; 
	text-decoration: none;
	background-position: left 3px; 
	background-repeat: no-repeat; 
	color: #000000; 
}

.menu-field-content div a:hover { 
	background-position: left -10px; 
	text-decoration: underline;
}

/**
* Menu EGCS stijl
*/

.menu-egcs-container {
	margin-bottom: 5px;
	width: 204px;
}

.menu-egcs-title {
	padding: 5px 2px 5px 6px;
	font-weight: bold;
	font-size: 10px;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
}

.menu-egcs-content {
	padding: 4px 6px 4px 6px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

.menu-egcs-content div {
	margin-top: 4px; 
}

.menu-egcs-content div a {
	height: 100px; 
	padding-left: 15px; 
	text-decoration: none;
	background-position: left 3px; 
	background-repeat: no-repeat; 
	color: #000000; 
}

.menu-egcs-content div a:hover { 
	background-position: left -10px; 
	text-decoration: underline;
}

/**
* Footer dialoog weergave
*/

.footer-dialog-container { 
	width: 960px; 
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.footer-dialog-left { 
	width: 13px; 
	height: 20px; 
	background-color: #FFFFFF; 
	background-image: url(../images/layout/footerleft.png); 
	background-position: 5px top; 
	background-repeat: no-repeat; 
	float: left;
}

.footer-dialog {
	height: 17px;
	width: 914px;
	float: left;
	font-size: 10px;
	padding: 3px 0 0 20px;
	bottom: 0;
}

.footer-dialog-right { 
	width: 13px; 
	height: 20px; 
	background-color: #FFFFFF; 
	background-image: url(../images/layout/footerright.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	float: right; 
}

/**
* Footer field weergave
*/

.footer-field-container {
	width: 950px; 
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	border-width: 3px 0 0 0;
	border-style: solid;
}

.footer-field-message {
	font-size: 10px;
	padding: 3px 20px 0px 20px;
}

/**
* Footer EGCS V1 stijl
*/

.footer-egcs-container {
	width: 950px; 
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	border-width: 2px 0 0 0;
	border-style: solid;
}

.footer-egcs-message {
	font-size: 10px;
	padding: 2px 20px 0px 20px;
}

/**
* Footer EGCS V2 stijl (groot)
*/

.footer-egcslarge-container {
	border-width: 2px 0 0 0;
	border-style: solid;
	height: 17px;
}

.footer-egcslarge-message {
	width: 530px;
	font-size: 10px;
	padding: 2px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
}

/**
* Submenu dialoog weergave
*/

.submenu-dialog-container {
	width: 950px;
	height: 30px; 
	border-top: 2px solid #5A5A5A;
	margin-bottom: 4px;
	float: left; 
}

.submenu-dialog-left {
	height: 30px;
	background-image: url(../images/layout/submenuleft.gif);   
	background-position: left bottom;  
	background-repeat: no-repeat; 
	float: left;
}

.submenu-dialog-right {
	background-image: url(../images/layout/submenuright.gif);   
	background-position: right bottom;  
	background-repeat: no-repeat; 
	float: right;
	height: 30px;
}

.submenu-dialog-left a, .submenu-dialog-right a { 
	text-decoration: none; 
	padding: 8px 20px 0px 25px; 
	font-weight: bold; 
	outline: none; 
	float: left; 
} 

/**
* Submenu field weergave
*/

.submenu-field-container {
	width: 950px;
	height: 30px; 
	margin-top: 3px;
	float: left; 
}

.submenu-field-left {
	height: 30px;
	float: left;
}

.submenu-field-right {
	height: 30px;
	float: right;
}

.submenu-field-left a, .submenu-field-right a {
	text-decoration: none; 
	padding: 8px 20px 0px 25px; 
	font-weight: bold; 
	outline: none; 
	height: 18px;
	float: left; 
}

.submenu-field-sidebar {
	padding: 4px 5px 4px 5px;
	margin-bottom: 5px;
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	width: 938px;
	height: 6px;
	float: left; 
}

.submenu-field-sidebarleft {
	float: left;
}

.submenu-field-sidebarright {
	float: right;
}

/**
* Submenu EG Computer Specialisten stijl
*/

.submenu-egcs-container {
	border-width: 1px 0 1px 0;
	border-style: solid;
	margin-bottom: 10px;
	width: 950px;
	height: 30px; 
	float: left; 
}

.submenu-egcs-left {
	height: 30px;
	float: left;
}

.submenu-egcs-right {
	height: 30px;
	float: right;
}

.submenu-egcs-left a, .submenu-egcs-right a {
	text-decoration: none; 
	padding: 2px 20px 6px 25px; 
	margin: 6px 0 0px 0;
	font-weight: bold; 
	outline: none; 
	height: 10px;
	float: left; 
}

.submenu-egcs-left a {
	border-width: 0 1px 0 0;
	border-style: solid;
}

.submenu-egcs-right a {
	border-width: 0 0 0 1px;
	border-style: solid;
}

/**
* Content titel standaard weergave met dashed bottom border
*/

.contenttitle_flat { 
	font-size: 18px; 
	border-width: 0 0 1px 0;
	border-style: dashed;
	padding: 0 4px 3px 4px; 
	margin: 4px;
}

.contentcontainer_flat {
	min-height: 100%;
	padding: 8px;
	height: 100%;
}

/**
* Content titel field weergave
*/

.contenttitle_filled {
	border-width: 0 0 3px 0;
	border-style: solid;
	padding: 5px 2px 7px 6px;
	font-weight: bold;
	font-size: 11px;
	height: 11px;
}

.contentcontainer_filled {
	min-height: 100%;
	padding: 8px;
	height: 100%;
}

/**
* Layout van Han Pot
*/

.hanpot_background {
	background-repeat: repeat-x;
}

.hanpot_main {
	
}

.hanpot_header {
	margin-bottom: 8px;
	height: 112px;
}

.hanpot_menucontainer {
	color: #FFFFFF;
	width: 195px;
}

.hanpot_menu {
	margin-top: 5px;
	padding-bottom: 8px;
}

.hanpot_menu:first-child {
	margin-top: 0;
}

.hanpot_menu:first-child {
	border: 0;
}

.hanpot_menu h1 {
	font-size: 12px;
	padding: 6px 0 5px 10px;
	background-color: #233998;
	color: #EEEEEE;
	margin: 0 0 8px 0;
}

.hanpot_menu div {
	padding: 3px 0 3px 10px;
}

.hanpot_menu a {
	text-decoration: none;
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 18px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.hanpot_menu a:hover {
	color: #7aa9e0;
}

.hanpot_content {
	border-width: 1px;
	border-style: solid;
	width: 100%;
	padding: 2px;	
}

.hanpot_rightcontainer {
	border-width: 1px;
	border-style: solid;
	margin-left: 6px;
	padding: 6px;
	width: 193px;
}

.hanpot_rightcontainer > div {
	border: 1px dashed #AAAAAA;
	background-color: #F2F2F2;
	padding: 12px 7px 30px 7px;
	margin-top: 8px;
	font-size: 11px;
	width: 177px;
	height: 140px;
}

.hanpot_rightcontainer > div:first-child {
	margin-top: 0px;
}

.hanpot_rightcontainer > div h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000080;
	margin: 0 0 8px 0;
}

.hanpot_rightcontainer > div h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000080;
	margin-bottom: 2px;
}

div.stripedfields h5 {
	font-size: 13px;
	font-weight: bold;
	color: #000080;
	margin: 0;
}

.stripes {
	width: 173px;
	border-bottom: 1px dashed #888888;
	margin-bottom: 12px;
}

.end {
	width: 100%;
	clear: both;
}

.ictgv2_container {
	background-color: #FFFFFF;
	padding: 5px 5px 2px 5px
}

.reclfields {
	text-align: center;
	border: 1px dashed #aa9fc4;
	width: 508px;
	margin: 3px 0 0 3px;
	padding: 8px 0 8px 0;
}