body {
	background: #151515;
	font-family:"Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

body a {
	color: rgb(35,97,161);
	text-decoration: none;
-webkit-transition: color .25s;
}

body a:hover {
	color: rgb(20,73,128);
	}

#teaser {
	width: 700px;
	margin: 100 auto;
	/*border: #fff solid 1px;*/
	text-align: center;
}

#teaser h2, #teaser h3 {
	/*font-size: 32pt;*/
	color: #5b822c;
	font-weight: bold;
}

#teaser h3 a {
	text-decoration: none;
	color: #da993c;
}

#teaser h5 {
	color: #777;
	text-shadow: #111 0px 1px 1px;
	font-size: 10px;
	margin-top: 60px;
}

#teaser p a {
	text-decoration: none;
	color: #5b822c;

}

#teaser p a:hover {
	color: #a0d75e;
/*	border-bottom: #a0d75e dotted 1px;*/
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
    font-family: Fontin;
	src: url(fonts/Fontin-Regular.otf) format("opentype");
	
}
@font-face {
    font-family: Fontin;
	src: url(fonts/Fontin-Italic.otf) format("opentype");
	font-style:italic;

}
@font-face {
    font-family: Fontin;
	src: url(fonts/Fontin-Bold.otf) format("opentype");
	font-weight:bold;
	
}
@font-face {
    font-family: Fontin;
	src: url(fonts/Fontin-SmallCaps.otf) format("opentype");
	font-weight:bold;
	font-style:italic;
	
}

@font-face {
    font-family: Fontinsans;
	src: url(fonts/Fontin_Sans_R_45b.otf) format("opentype");
	
}
@font-face {
    font-family: Fontinsans;
	src: url(fonts/Fontin_Sans_I_45b.otf) format("opentype");
	font-style:italic;

}
@font-face {
    font-family: Fontinsans;
	src: url(fonts/Fontin_Sans_B_45b.otf) format("opentype");
	font-weight:bold;
	
}
@font-face {
    font-family: Fontinsans;
	src: url(fonts/Fontin_Sans_SC_45b.otf) format("opentype");
	font-weight:bold;
	font-style:italic;
}

.fontin {
	
    font-family: Fontin,Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	text-shadow: #111 0px 1px 1px; 
	margin:0;
	padding:20px;
}
.fontinsans {
    color: #999;
    font-family: Fontinsans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 200;
	text-shadow: #111 0px 1px 1px;
	-webkit-transition-property: opacity, text-shadow, color;
	-webkit-transition-duration: 2s, 2s, 2s; 
	/*color:#999;*/
	margin:0;
	padding:10px;
}


