/*** 

Techtwo webdevelopment
Author: Wim La Haye

Font and text properties

***/

/*** General ***/
*{
	font-size: 13px;
	font-family: arial;
	color: #606060;
	line-height:21px;
}

a {
	color: #3aa096;
}
a:hover {
	color: #3aa096;
	text-decoration:none;
}

h1, h2 {
	font-weight: bold;
	font-family: calibri, arial;
	color: #000;
	border-bottom: 1px solid #cccccc;
}

h1.h1small {
	font-size: 13px;
	margin-bottom: 0px;
	border: none;
}


/*** Special links ***/
a.readmore {
	color: #5bbae6;
	background: transparent url(../images/bullets/grey.jpg) no-repeat left center;
	padding-left: 12px;
}
a.readmore:hover {
	text-decoration: none;
}



/*** Top navigation ***/
div#navigation ul li a{
	text-decoration: none;
	color: #fff;
}
div#navigation ul li a:hover, div#navigation ul li.active a {
	text-decoration:none;
	color: #fff;
}

div#container div#top-left div#top-testimonials div.testimonial p.header {
	color:#fff;
	font-weight:bold;
	font-style: none;
	padding: 4px 0 0 30px;
	background: url(../images/icons/leftquote.jpg) no-repeat left top;
	margin-left: -30px;
}
div#container div#top-left div#top-testimonials div.testimonial p {
	color:#fff;
	font-style:italic;
	font-size:15px;
}


/*** Footer ***/
/*
div#footer {
	color: #606060;
}
div#footer div#footer-navigation {
	font-size: 11px !important;
	color: #303030;
	margin-top: 20px;
}
div#footer div#footer-navigation a {
	color: #303030;
	margin-left: 3px;
}
div#footer div#footer-navigation a:hover {
	color: #606060;
}
div#footer h4 {
	font-weight: normal;
	font-size: 27px;
	color: #303030;
	margin-bottom: 27px
}
div#footer a {
	font-size: 11px;
	color: #606060;
}
div#footer div#oc-holder ul li a {
	color: #505050;
}
div#footer div#oc-holder ul li a:hover {
	color: #606060;
}



/*** Forms & Labels ***/
/*
.label-notice {
	font-size: 10px;
	font-style: italic;
	color: #909090;
}
.required, .required sup {
	color: #5bbae6;
	font-weight: bold;
	
}


/*** Pakketten page ***/
/*
ol.modules li {
	margin-bottom: 18px;
}
ol.modules li span.module {
	display: block;
	color: #5bbae6;
}
*/