/* Basis IDs ------------------------------------------------------------------------------------*/
body {
	  margin: 10px;
	  padding: 0px;

	  text-align: center;
	  background: url('http://www.taurus-riooltechniek.nl/achtergrond.jpg') repeat;
}

/* ----- Container ----------------------------------------------------------------------------- */

#container {
	width: 750px;
  margin: 0 auto;
  text-align: left;
  border: 3px solid #D3D3D3;
	overflow: hidden;
	background: #dcdcdc;
	min-height: 99%;
	height: auto;
	height: 99%;
	margin: 0 auto -20px;
}

#header_1 {
	height: 22px;
	background-color: #696969;
	border-bottom: 3px solid #D3D3D3;
}

#header_2 {
	height: 137px;
	background: url("http://www.taurus-riooltechniek.nl/kop9.jpg") no-repeat #fff;
}

#header_3 {
	height: 22px;
	background-color: #696969;
	border-bottom: 3px solid #D3D3D3;
	border-top: 3px solid #D3D3D3;
	
}

#header_3 a {
	padding: 20px; 
	color: #fff;
	font-weight: bold;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	
}

#header_3 a:hover {
	text-decoration: underline;	
}



/* ----- Content ----------------------------------------------------------------------------- */

#content {
	background: #dcdcdc;
	width: 528px;
	height: auto;
	float: left;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00000;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 25px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00000;
	font-weight: bold;
	margin-left: 20px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00000;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 25px;
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00000;
	margin-left: 20px;
}

#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00000;
	margin-left: 20px;
}

#content p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 20px;
	padding-right: 15px;
}

/* ----- Menu rechts ------------------------------------------------------------------------- */

#menu {
	margin: 0;
	background: #dcdcdc;
	width: 210px;
	height: auto;
  float: right;
	border-left: 3px solid #D3D3D3;
	}

ul#nav, ul#nav ul	{margin-top: 50px; padding: 0;}
ul#nav 		{ width: 175px; margin-top: 50px; margin-left: 5px;}
ul#nav li { list-style-type: none; margin: 0px; padding: 0; width: 100%}
ul#nav a	{ color: #000000; font-weight: bold;
						display: block; padding: 5px 0; text-decoration: none;}

ul#nav li a	{ text-align: left; padding-left: 10px;}
ul#nav li a:hover	{text-decoration: underline;}

/* ----- Footer ------------------------------------------------------------------------------ */

#footer {
	background-color: #696969;
	border-top: 3px solid #D3D3D3;
	height: 20px;
	margin: 800px 0px 0px 0px;
	margin-bottom: 0px;
	}
#footer a {
	padding: 20px; 
	color: #fff;
	font-weight: bold;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#footer a:hover {
	text-decoration: underline;
}
	
/* 	padding: 5px 5px 5px 0px; */
/* ----- Links ------------------------------------------------------------------------------- */

a,
a:active,
a:visited
{
	color: #000000;
	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ----- Call 2 Action ------------------------------------------------------------------------ */

#cta{
	margin:20px 10px 20px 10px;
	padding:0;
	text-align: center;
	width: 430px;
	height: 28px;
	background: #696969;
	margin-left: 10%;
}

#cta a{
	font-size: 14px;
	color: white;
	display: block;
	padding: 0px;
	text-decoration:underline;
	font-weight: normal;
	line-height: 25px;
}

#cta a:hover {
	font-weight: bold;
}

/* ----- End ---------------------------------------------------------------------------------- */
