/*
Website : 
CSS : Frank Buschman
E-mail:frank@ihitro.nl
WWW: http://www.ihitro.nl
---------------------------------------
CSS bestand vrijgegeven door ihitro:media onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/
*/

* {
	margin: 0;
	padding: 0;
}


body {
	color : #e1e1e1;
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

a img {
	border : none;
}

a {
	outline: none;
}

	a:link,
	a:visited {
		color:#F4E2A2;
	}
	
	a:hover,
	a:active {
		color:#E10202;
	}

h1 {
	font-size: 18px;
	letter-spacing:1px;
	margin-bottom: 15px;
	color:#fff;
}

h2 {
	font-size: 20px;
	margin-bottom: 15px;
	color:#A3665D;
}

h3 {
	font-size: 13px;
	margin-bottom: 15px;
	color:#A3665D;
}

h4 {
	font-size: 16px;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}

ul li,
ol li {
	margin-left:25px;
}

th {
	text-align:left;
}


/* -------------------------------------------------------------------------------------------------------------= Layout =-----*/



#container {
	width:950px;
	margin:0 auto;
}

#backExt {
	float:left;
	width:950px;
	background-image:url(../site-img/extBack.jpg);
}

#head {
	width:950px;
	height:225px;
	background-image:url(../site-img/head.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

	#head a {
		display:block;
		width:950px;
		height:225px;
	}
	
		#head a span {
			display:none;
		}

#nav {
	width:950px;
	height:80px;
	clear:both;
}

#wrapper {
	width:950px;
	float:left;
}

#col1 {
	width:250px;
	overflow:hidden;
	float:left;
	color:#fff;
}

#col1 h2 img,
#col3 h2 img {
	margin-top:20px;
}

#col2 {
 	width:450px;
	overflow:hidden;
	float:left;
	color:#fff;
	background-image:url(../site-img/col2Back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#col3 {
	width:250px;
	float:left;
	color:#fff;
	overflow:hidden;
}

#footer {
	height:45px;
	width:950px;
	text-align:center;
	background-image:url(../site-img/footBack.png);
}


/* -------------------------------------------------------------------------------------------------------------= Navigatie =-----*/




	#nav a {
		display:block;
		height:80px;
		float:left;
	}
	
		#nav a:hover {
			background-position:0 -80px;
		}
		
	#nav a span {
		display:none;
	}
	
	#nav a#nav1 {
		width:139px;
		background-image:url(../site-img/nav1.png);
	}
	
	#nav a#nav2 {
		width:111px;
		background-image:url(../site-img/nav2.png);
	}
	
	#nav a#nav3 {
		width:247px;
		background-image:url(../site-img/nav3.png);
	}
	
	#nav a#nav4 {
		width:172px;
		background-image:url(../site-img/nav4.png);
	}
	
	#nav a#nav5 {
		width:128px;
		background-image:url(../site-img/nav5.png);
	}
	
	#nav a#nav6 {
		width:153px;
		background-image:url(../site-img/nav6.png);
	}



/* -------------------------------------------------------------------------------------------------------------= Col1 =-----*/



#ordering {
	margin:20px;
	margin-top:0;
	width:210px;
	float:left;
	display:inline;

}


/* -------------------------------------------------------------------------------------------------------------= Col2 =-----*/



#content {
	margin:20px;
	width:410px;
	line-height:20px;
	float:left;
	display:inline;
}

	

div.inleiding {
	text-align:center;
}

	


/* -------------------------------------------------------------------------------------------------------------= Col3 =-----*/



#quotes {
	margin:20px;
	margin-top:0;
	float:left;
	display:inline;
	width:210px;
}

	#quotes blockquote {
		width:210px;
		font-size:14px;
		margin-bottom:10px;
		font-style:italic;
	}
	
	#quotes div {
		text-align:right;
		width:210px;
		margin-bottom:40px;
		
	
	}
	
	

/* -------------------------------------------------------------------------------------------------------------= subPage =-----*/


div.subPage {
	float:left;
}

div.subPage p {	
	line-height:20px;
	font-size:13px;
}

div.subPage em {
	color:#A3665D;
}



/* -------------------------------------------------------------------------------------------------------------= bestellen =-----*/


p.prijs {
}

table.orderTable td,
table.orderTable th {
	padding:5px;
}

table.orderTable input.txt,
table.orderTable textarea {
	width:200px;
	border:1px solid #e1e1e1;
	background-color:#333;
	color:#fff;
	padding:3px 0;


}








