@charset "utf-8";
@import url("../_font/opensans/OpenSans_Regular/stylesheet.css");
@import url("../_font/opensans/OpenSans_Semibold/stylesheet.css");
@import url("../_font/opensans/OpenSans_Italic/stylesheet.css");




body{
    font-family: "OpenSans Regular";
    color: #1E3212;
    letter-spacing: 10%;
    text-decoration: none;
    font-size: larger;
}


h1 {
    text-align: left;
    color: #1E3212;
    font-size: xx-large;
}

.interlinie {
	line-height: 20px;
	font-size: 15px;
}


p {
	line-height: 20px;
	font-weight: lighter;
	font-size: medium;
	letter-spacing: normal;
	line-height: 25px;
}

#content a {
	color: #666666;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	border-style:none;
}

td,th {
	font-family: "OpenSans Regular";
	text-decoration: none;
}

.groen2 {
	color: #093;
}
.blauw2 {
	color: #00C;
}

.groen {
	color: #339933;
	font-size: 120%;
	font-family: "OpenSans Semibold";
	font-weight: l;
}
.zwart {
	color: #666666;
}

.rood2 {
	font-weight: bold;
	color: #F00;
}

.blauw3 {
	font-weight: bold;
	color: #00F;
}

.rood {
	color: #EDC9CF;
}

.blauw {
	color: #C1F1FF;
}
.wit {
	color: #CCC;
}
.schaduw1
{
	color: #F00;
	text-shadow: 1px 2px 7px #666666;
	font-size: 140%;
}
.schaduw
{
	color: #F21C1C;
	text-shadow: 1px 2px 2px #333;
	font-size: 110%;
	font-style: normal;
	font-family: "OpenSans";
}
.kleurh2 {
	color: #666;
}

.letterspacing{
	letter-spacing: 0px;
	}
