/* AFBEELDING IN CIRKEL */
body {
	margin-left: 14px;
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body.home {
	margin-left: 14px;
	background-image: url(http://www.tkacc.nl/images/background/background-home.jpg);
}

body.sitemap {
	margin-left: 14px;
	background-image: url(http://www.tkacc.nl/images/background/background-sitemap.jpg);
}

body.links {
	margin-left: 14px;
	background-image: url(http://www.tkacc.nl/images/background/background-links.jpg);
}

body.disclaimer {
	margin-left: 14px;
	background-image: url(http://www.tkacc.nl/images/background/background-disclaimer.jpg);
}

body.contact {
	margin-left: 14px;
	background-image: url(http://www.tkacc.nl/images/background/background-contact.jpg);
}

body.organisation {
	margin-left: 14px;
	background-image: url(http://www.tkacc.nl/images/background/background-organisation.jpg);
}




/* BASIS FONTS */
h1 {  
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

h2 {  
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

h3 {  
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

h4 {  
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

p {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

p.quicklinks {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: -10px;
}

p.quicklinks2 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 0px;
}

strong {
	font-size: 120%;
	font-weight: bold;
	color: #003466;
}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img.dottedline{
	margin-top: -10px;
}



/* BASIS LINKS */
a:link {
	color: #4784c3;
	text-decoration: underline;
}

a:active {
	color: #d38153;
	text-decoration: underline;
}

a:visited {
	color: #4784c3;
	text-decoration: underline;
}

a:hover {
	color: #0000cc;
	text-decoration: underline;
}

a:link img {
	border-color: #003466;
	border-top-style: 1px;
	border-right-style: 1px;
	border-left-style: 1px;
	border-bottom-style: 1px;
}

a:visited img {
	border-color: #003466;
	border-top-style: 1px;
	border-right-style: 1px;
	border-left-style: 1px;
	border-bottom-style: 1px;
}

a img {
	color: #003466;
}



/* HOME NIEUWS */
p.headernews {
	font-size: 12px;
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 0px;
	padding-top: 2px;
	border-color: #003466;
	border-top: 1px solid;
}

p.contentnews {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0px;
	border-color: #003466;
	border-bottom: 1px solid;
	padding-bottom: 2px;
}


/* LAY-OUT */
#container {
	width: 100%;
	margin-top: -8px;
}


/* BEDRIJFSNAAM - SERVICEMENU - LOGO */
#headercontainer {
	width: 760px;
	height: 90px;
}

#smallmenu {
	position: absolute;
	top: 78px;
	left: 230px;
}

.smallmenuitem {
	float: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e2e2e2;
	margin-right: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 7pt;
}

.smallmenuitem a:link {
	float: left;
	color: #000000;
	text-decoration: none;
}

.smallmenuitem a:active {
	color: #000000;
	text-decoration: none;
}

.smallmenuitem a:visited {
	color: #000000;
	text-decoration: none;
}

.smallmenuitem a:hover {
	color: #FFFFFF;
	background-color: #676767;
	text-decoration: none;
}

.smallmenuitemselected {
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #676767;
	margin-right: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 7pt;
}

#leftlogo {
	position: absolute;
	left: 14px;
	top: 20px;
}

#rightlogo {
	position: absolute;
	left: 700px;
	top: 10px;
}



/* HOOFDMENU - BRANDING - COLORBAR */
#menucontainer {
	width: 747px;
	height: 25px;
	background-color: #123360;
}

#menu {
	float: left;
	position: relative;
	top: 4px;
	height: 20px;
	width: 542px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	padding-left: 0px;
}

.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0px;
	height: 16px;
}

.menuitem a:link {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}

.menuitem a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.menuitem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menuitem a:hover {
	color: #003466;
	background-color: #C5C5C5;
	text-decoration: none;
}

.menuitemselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #C5C5C5;
	float: left;
	color: #003466;
	padding-left: 10px;
	padding-right: 10px;
	height: 16px;
}

.menuitemselected a:link {
	color: #003466;
	text-decoration: none;
}

.menuitemselected a:active {
	color: #003466;
	text-decoration: none;
}

.menuitemselected a:visited {
	color: #003466;
	text-decoration: none;
}

.menuitemselected a:hover {
	color: #003466;
	text-decoration: none;
}

#menucompanyname {
	float: left;
	position: relative;
	left: 85px;
}

#menuColoredBar {
	float: right;
	width: 542px;
	height: 4px;
	background-color: #003466;
}

#menuColoredBarPubliciteit {
	float: left;
	width: 542px;
	height: 4px;
	background-color: #003466;
}

#menuColoredBarContact {
	float: left;
	width: 542px;
	height: 4px;
	background-color: #003466;
}

#menuColoredBarOrganisatie {
	float: left;
	width: 542px;
	height: 4px;
	background-color: #003466;
}

#menuColoredBarService {
	float: right;
	width: 542px;
	height: 4px;
	background-color: #003466;
}

#menuColoredBarProducten {
	float: right;
	width: 542px;
	height: 4px;
	background-color: #003466;
}



/* LAY-OUT */
#contentcontainer {
	width: 760px;
	min-height: 400px;
}



/* LINKERPANEEL */
#leftplane {
	float: left;
	width: 150px;
}

#leftplane ul {
	list-style-type: none;
}

#leftplane #ulroot {
	width: 150px;
	padding: 0px;
	margin-top: 0px;
}

#leftplane .rootitem {
	background-color: #e2e2e2;
	padding-left: 15px;
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid;
	border-color: #003466;
}

#leftplane .rootitem a:link {
	color: #003466;
	text-decoration: none;
}

#leftplane .rootitem a:active {
	color: #003466;
	text-decoration: none;
}

#leftplane .rootitem a:visited {
	color: #003466;
	text-decoration: none;
}

#leftplane .rootitem a:hover {
	color: #003466;
	background-color: #e2e2e2;
	text-decoration: underline;
}

#leftplane .rootitemselected {
	background-color: #e2e2e2;
	padding-left: 15px;
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#leftplane #subroot {
	background-color: #f1f1f1;
}

#leftplane .subitem {
	background-color: #f1f1f1;
	margin-left: -25px;
	padding-left: 15px;
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	border-bottom: 1px solid;
	border-color: #003466;
}

#leftplane .subitem a:link {
	color: #003466;
	text-decoration: none;
}

#leftplane .subitem a:active {
	color: #003466;
	text-decoration: none;
}

#leftplane .subitem a:visited {
	color: #003466;
	text-decoration: none;
}

#leftplane .subitem a:hover {
	color: #003466;
	background-color: #f1f1f1;
	text-decoration: underline;
}

#leftplane .subitemdeep {
	background-color: #f1f1f1;
	margin-left: -65px;
	padding-left: 30px;
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#leftplane .subitemdeep a:link {
	color: #003466;
	text-decoration: none;
}

#leftplane .subitemdeep a:active {
	color: #003466;
	text-decoration: none;
}

#leftplane .subitemdeep a:visited {
	color: #003466;
	text-decoration: none;
}

#leftplane .subitemdeep a:hover {
	color: #003466;
	background-color: #f1f1f1;
	text-decoration: underline;
}



/* MIDDEN PANEEL */
#content {
	float: left;
	width: 370px;
}

#context
{
	margin-left: 20px;
	width: 370px;
	line-height: 20px;
}

div#context li {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

div#context a:link {
	color: #4784c3;
	text-decoration: underline;
}

div#context a:active {
	color: #d38153;
	text-decoration: underline;
}

div#context a:visited {
	color: #4784c3;
	text-decoration: underline;
}

div#context a:hover {
	color: #0000cc;
	text-decoration: underline;
}

div#context h1 {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context h1.producten {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context h1.organisatie {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context h1.contact {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context h1.publiciteit {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context h1.service {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context h2 {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context h2.producten {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context h2.organisatie {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context h2.contact {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context h2.publiciteit {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context h2.service {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#content h2 {
	margin: 10px 0;
	color: #003466;
}

.comments
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width: 370px;
}

div.comments div {
	background: #9DC5E8;
	margin-bottom: 10px;
}
 
div.comments p {
	padding: 10px;
	margin:0;
}
 
div.comments h3 {
	padding: 10px;
	color: #004A37;
	margin:0;
}
 
div.comments div.odd {
	background: #DAE6FE;
	font-size: 80%;
	margin-bottom: 0px;
}

.technical
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width: 370px;
}

div.technical div {
	background: #CCCCCC;
	margin-bottom: 10px;
}
 
div.technical p {
	padding: 10px;
	margin:0;
}
 
div.technical h3 {
	padding: 10px;
	color: #004A37;
	margin:0;
}
 
div.technical div.odd {
	background: #DAE6FE;
	font-size: 80%;
	margin-bottom: 0px;
}

.karakteristieken {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width: 370px;
}

div.karakteristieken div {
	background: #9DC5E8;
	margin-bottom: 10px;
}
 
div.karakteristieken p {
	padding: 10px;
	margin: 0;
}

div.karakteristieken li {
	margin-left: -45px;
}
 
div.karakteristieken h3 {
	padding: 10px;
	color: #004A37;
	margin: 0;
}



/* RECHTER PANEEL */
#rightplane {
	float: right;
	width: 180px;
	padding-right: 10px;
	padding-top: 10px;
	margin-right: 5px;
}

#brochure {
	width: 165px;
	height: 115px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid;
	
}

#call {
	width: 165px;
	height: 65px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid;
	
}

#callback {
	width: 165px;
	height: 94px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid;
}



/* HOME PANEEL */
#content2 {
	float: left;
	width: 520px;
}

#context2 {
	margin-top: 20px;
	width: 520px;
	line-height: 20px;
}

#particulier {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 245px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 5px;
	line-height: 20px;
}

#professioneel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 245px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	line-height: 20px;
}

div#context2 li {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

div#context2 a:link {
	color: #4784c3;
	text-decoration: underline;
}

div#context2 a:active {
	color: #d38153;
	text-decoration: underline;
}

div#context2 a:visited {
	color: #4784c3;
	text-decoration: underline;
}

div#context2 a:hover {
	color: #0000cc;
	text-decoration: underline;
}

div#context2 h1 {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#context2 h2 {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}

div#content2 h2 {
	margin: 10px 0;
	color: #003466;
}

.comments2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width: 370px;
}

div.comments2 div {
	background: #9DC5E8;
	margin-bottom: 10px;
}
 
div.comments2 p {
	padding: 10px;
	margin:0;
}
 
div.comments2 h3 {
	padding: 10px;
	color: #004A37;
	margin:0;
}
 
div.comments2 div.odd {
	background: #DAE6FE;
	font-size: 80%;
	margin-bottom: 0px;
}



/* FOOTER HOME */
#footer2 {
	width: 727px;
	border-top: 1px solid #003466;
	margin-top: 40px;
	padding-top: 15px;
}

#footernav2 {
	width: 490px;
	float: left;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footercopy2 {
	font-size: 8pt;
	float: left;
	margin-top: 10px;
	margin-left: 3px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footersitemap2 {
	float: right;
}

#footerupdate2 {
	float: right;
	font-size: 8pt;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



/* FOOTER */
#footer {
	width: 577px;
	border-top: 1px solid #003466;
	margin-left: 20px;
	margin-top: 40px;
	padding-top: 15px;
}

#footernav {
	width: 340px;
	float: left;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footercopy {
	font-size: 8pt;
	float: left;
	margin-top: 10px;
	margin-left: 3px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footersitemap {
	float: right;
}

#footerupdate {
	float: right;
	font-size: 8pt;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* COUNTRY */
#country {
	width: 727px;
	margin-top: 30px;
	padding-top: 15px;
}

