/* basics */

a:link {
	color:#999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#999;
}
a:active {
	text-decoration: none;
	color:#999;
}

.click_theme:hover {
	text-decoration: none;
	color:#333;
}

ul{ 
padding:0px;
margin:0px;
list-style:none;
padding-bottom:15px;
}
li{
padding:0px;
margin:0px;
list-style:none;
}


/* @ fontface */


@font-face {
    font-family: 'AcidBold';
    src: url('fontface/acid_bold-webfont.eot');
    src: url('fontface/acid_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/acid_bold-webfont.woff') format('woff'),
         url('fontface/acid_bold-webfont.ttf') format('truetype'),
         url('fontface/acid_bold-webfont.svg#AcidBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AcidItalic';
    src: url('fontface/acid_italic-webfont.eot');
    src: url('fontface/acid_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/acid_italic-webfont.woff') format('woff'),
         url('fontface/acid_italic-webfont.ttf') format('truetype'),
         url('fontface/acid_italic-webfont.svg#AcidItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AcidRegular';
    src: url('fontface/acid-webfont.eot');
    src: url('fontface/acid-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/acid-webfont.woff') format('woff'),
         url('fontface/acid-webfont.ttf') format('truetype'),
         url('fontface/acid-webfont.svg#AcidRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UniversLight';
    src: url('fontface/universltstd_light-webfont.eot');
    src: url('fontface/universltstd_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/universltstd_light-webfont.woff') format('woff'),
         url('fontface/universltstd_light-webfont.ttf') format('truetype'),
         url('fontface/universltstd_light-webfont.svg#AcidRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* text */

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;	
}
.descr {
	position:absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:14px;
	float:right;
	background-color:#FFF;
}


/* heading */

h1, h2, h3 {
    font-weight: normal;
    font-style: normal;
	padding:0px;
	margin:0px;
	color:#1D1D1D;
}

h1{
	font-family: UniversLight, Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:22px;
}
h2{
	font-family: UniversLight, Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:30px;
}
h3{
	font-family: UniversLight, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#878787;
}


/* heading */

.blauw {	
	color:#6BC4CA
}
.groen {	
	color:#3AAA35
}