/*
---------------------------------------
Website: www.jctimmerwerken.com
CSS:     Ron Horn
E-mail:  dezine@hotmail.com
URL:     www.dezine.nl
---------------------------------------
*/
@import url("front.css");

a.link, a.visited {color: #C00000; text-decoration: none; font-weight: normal; font-size: small; font-family: verdana, sans-serif;}
a.hover {color: #C00000; text-decoration: underline; font-weight: normal; font-size: small; font-family: verdana, sans-serif;}

p, body, div, table, td, div{
	color: #1E1E1E;
	font-size: 9pt;
	font-family: verdana, sans-serif;
	line-height: 140%;
}

.jctimmerwerken	{
	color: #284061;
	font-size: x-small;
	font-family: verdana,arial,Trebuchet;
}

.small  {
	color: #CCCCCC;
	font-size: x-small;
	font-family: verdana,arial,Trebuchet;
}

.small a:link {color: #CCCCCC; text-decoration: none; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}
.small a:visited {color: #CCCCCC; text-decoration: none; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}
.small a:hover {color: #CCCCCC; text-decoration: underline; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}

#content a:link {color: #2E2F2B; text-decoration: underline; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}
#content a:visited {color: #2E2F2B; text-decoration: underline; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}
#content a:hover {color: #24597A; text-decoration: underline; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}
	
.border { 
border-collapse: collapse;
border: 1px dotted #643916;
}
	
img	{border:0;} 

a img {border : none;}

* {margin: 0;}

html, body {height:100%;} 

html,body {
	margin: 0;
	padding: 0;
}

body {	
	background-color: #414141;
	background-image: url('images/bg.gif');
	background-repeat: repeat; 
}
	
#container {
	width: 960px; 
	background-image: url('images/bg-container.jpg');
	background-repeat: repeat-y; 
  position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}

#logo {
	width: 233px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
	
#header {
	width: 727px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

#menu {
	width: 960px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
}

#submenu, #content { 
	float: left; 
} 

#submenu {
	width: 234px;
	padding-top: 5px;
	padding-left: 0px;	
	padding-right: 0px; 
 	padding-bottom: 0px;
  margin: 0px;
}

#content {
	width: 680px;
	padding-top: 5px;
	padding-left: 10px;	
	padding-right: 0px; 
 	padding-bottom: 20px;
}

.clear{
	clear: both;
}

#push {
	width: 960px;
	height: 96px; /* .push must be the same height as .footer */
	margin: 0 auto;
	padding: 0px;
}

#footer {
	position: relative;
	width: 960px;
	height: 80px; /* .push must be the same height as .footer */
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat; 
}

.rand { 
	border-collapse: collapse;
	border: 1px solid #2D6E97;
	background-color: #F5F5F5;
	font-family: Arial;
	font-size: 8pt; 
	color: #2E2F2B;
}

.button {
	font-family: Arial, sans-serif;
	font-size: 8pt; 
	color: #F5F5F5;
	background-color: #2D6E97; 
	border: 1px solid #2E2F2B;
}
