/*#############################################################
Name: Ontwerp Ron Wubs
Date: September 2009
Omschrijving: Eenvoudige template voor snelle website.
Maker: Ron Wubs
URL: http://www.ronwubs.nl

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	color: #000000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	background-image: url(../css_image_timmerfabriek/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {
	margin-left: 2em;
	font-size: 12px;
}
h1 {font: normal 2.4em sans-serif;}
h2 {
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../image/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	font: normal 2em sans-serif;
	height: 175px;
	background-image: url(../css_image_timmerfabriek/Header_Timmerfabriek.jpg);
	background-repeat: no-repeat;
}
.header a {
	color: #0E2E61;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	color: #0E2E61;
	background-color: #0E2E61;
	background-image: url(../image/header2.jpg);
	background-repeat: no-repeat;
}

/* structure */
.container {
	width: 950px;
	border: 1px solid #000000;
	margin-top: 49px;
	background-image: url(../css_image_timmerfabriek/container_bg.jpg);
	background-repeat: repeat-y;
	position: absolute;
	left: 50%;
	margin-left: -475px;
}

.main {

}
.main .left {
	width: 750px;
}
.main .right {
	width: 200px;
}

.content {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
	width: 730px;
	float: left;
}

/* content elements */
.content h1 {
	color: #252525;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content a {
	color: #0E2E61;
	text-decoration: underline;
}
.content a:hover {
	color: #0E2E61;
}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {
	background-color: #515151;
	background-image: url(../css_image_timmerfabriek/nav.gif);
}
.nav a {
	border-right: 1px solid #161616;
	color: #FFFFFF;
	float: left;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 11px;
	background-color: #515151;
	background-image: url(../css_image_timmerfabriek/nav.gif);
}
.nav a:hover {
	background-color: #F1CD31;
	background-image: url(../css_image_timmerfabriek/nav_hover.gif);
	color: #252525;
}

/* sub-navigation */
.subnav {
	border-top-color: #444;
	padding: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subnav h1 {
	padding-top: 8px;
	color: #252525;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.subnav ul {margin: 0;}
.subnav li {
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #000000;
	line-height: 2.3em;
	padding-left: 18px;
	text-decoration: underline;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subnav li a:hover {
	color: #000000;
	text-decoration: none;
}

/* footer */
.footer {
	color: #FFFFFF;
	padding: 3% 3% 1%;
	background-color: #515151;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #000000;
}

.col3,.col3center {
	float: left;
	width: 31%;
	font-size: 11px;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #FFFFFF;
	clear: both;
	font-size: 1.1em;
	margin-top: 2px;
	padding-top: 10px;
}
.bottom a {
	color: #FFFFFF;
}
.container .footer .col3 h2 {
	color: #FFFFFF;
	font-style: italic;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.container .footer .col3center h2 {
	color: #FFFFFF;
	font-style: italic;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.container .main .left .content p {
	color: #000000;
}
.container .main .right .subnav p {
	color: #000000;
}
.container .main .left .content li {
	font-size: 12px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
}
.container .main .left .content table {
	font-size: 12px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
}
.container .main .right .subnav ul {
	font-size: 13px;
}
.container .main .left .content p {
	font-size: 13px;
}
.container .main .content p {
	font-size: 14px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
}
.container .main .content ul {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 13px;
	list-style-type: none;
}
.container .main .content table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

