/* 
default.css 
author: oliver mesieh, info@oliver-mesieh.de
*/
* {
	margin: 0;
	padding: 0;
}

body{
	color: #3f3f3f;
	 background: white url('../img/bg.png');
	background-color: white;
	font: 10pt 'Droid Sans', Verdana, aria, serif;
	line-height: 1.4;
}

a,a:link,a:visited {
	color: #70b21c; 
	text-decoration: underline;
}

a:hover,a:active {
	color: #256402;
}

h1{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 3px;
}

.green {
	color: #70b21c;
}

.clearer {
	clear: both;
	height: 0;
}

