/**
 * Stylesheet for <CARWEST>
 *
 * @media	screen, projection
 * @copyright	D-SignStudio.be <http://www.d-signstudio.be>
 * @author	Snick Steve <info@d-signstudio.be>
 */

/**
 * = Global reset (www.d-signstudio.be)
 * ----------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	

}

/**
 * = Styles to make the tutorial look prettier ;)
 * ----------------------------------------------------------
 */

body {
	background: #ffffff;
	font: 300 12px Arial;
	height: 100%;
}

h1 {
	font: 700 32px "Clarendon", "American Typewriter", "Courier New";
	color: #161414;
}


#footer {
	background: #ffffff;
}

#contentwrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -50px;
}

#footer, .push 
{
  height: 50px;
  clear: both;
}

/**
 * = Sticky footer
 * ----------------------------------------------------------
 */

html, body {
	height: 100%;
}
#taal {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	text-align: right;
	line-height: 30px;
}
#menufullwidth {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	background:#ffffff url('../imgs/bgmenu.jpg') repeat-x left top;
}
#menu {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	text-align: left;
}
#left20 {
	width: 20px;
	margin: 0 auto;
	float: left;
}
#left60 {
	width: 50px;
	margin: 0 auto;
	float: left;
}
#right20 {
	width: 20px;
	margin: 0 auto;
	float: right;
}
#menuright {
	width: 680px;
	float: right;
	text-align: right;
}
#logo {
	width: 300px;
	margin: 0 auto;
	float: left;
}
#content {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#fotoright {
	width: 500px;
	margin: 0 auto;
	float: right;
}
#maintekst {
	width: 440px;
	margin: 0 auto;
	text-align: left;
	float: left;
}
#footerdata {
	height: 45px;
	margin: 0 auto;
	width: 100%;
	line-height: 45px;
	text-align: center;
	background:#ffffff;
}
#lijn {
	height: 1px;
	margin: 0 auto;
	width: 1000px;
  background:#e95b10;
}


/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see http://www.positioniseverything.net/easyclearing.html
 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* TEXT */

h1 {
	font-family:Verdana;
  font-size:17px;
  color:#e95b10;
}

 p.voettekst {
font-family:Verdana;
  font-size:11px;
  color:#868687;
}
p.voettekst a {color:#868687;text-decoration:none}
p.voettekst a:hover{color:#e95b10;text-decoration:none}

p.tekst {
font-family:Verdana;
  font-size:13px;
  color:#1d1d1d;
}
p.tekst a {color:#1d1d1d;text-decoration:none}
p.tekst a:hover{color:#e95b10;text-decoration:none}

p.oranje {
font-family:Verdana;
  font-size:13px;
  color:#e95b10;
}
p.oranje a {color:#e95b10;text-decoration:none}
p.oranje a:hover{color:#000000;text-decoration:none}

p.wit {
font-family:Verdana;
  font-size:13px;
  color:#1c1d1f;
}
p.wit a {color:#1c1d1f;text-decoration:none}
p.wit a:hover{color:#e95b10;text-decoration:none}

/**
 * = photo
 * ----------------------------------------------------------
 */

.photo {
	background-color: #1c1c1e;
	padding: 2px;
	float: center;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 2px;
	display: block;
}
a img.photo:hover {
	background-color: #e95b10;
	cursor: pointer;
}
.photo1 {
	background-color: #1c1c1e;
	padding: 1px;
	float: center;
	display: block;
}
a img.photo1:hover {
	background-color: #e95b10;
	cursor: pointer;
}