/*
Theme Name: Heinrich
Version: 3.0
Author: Lennart Muehlenmeier
Author URI: http://antwort-42.org
*/

/*reset.css zum Zuruecksetzen der Browserwerte auf Basis*/
@import url(reset.css);

/*base.css fuer die Basis-Struktur*/
@import url(base.css);

/*design.css fuer das Design*/
@import url(design.css);

/*postcontent.css fuer div.postcontent*/
@import url(postcontent.css);

/*edit.css fuer div.postcontent*/
@import url(edit.css);


body {
	border-top:5px solid #84c831;
	background:#ececec;
	margin:0;
	padding:0;
	font: 12px sans-serif;
	}


/* Farben:
		gruen			hell:			#a0e152
		gruen			dunkel:		#84c831
		schwarz	hell:			#5c5c5c
		schwarz	dunkel:		#272727
		grau:							#fbfbfb
*/



a{
	color:#84c831;
	text-decoration:none;
	}

a:hover {
	color:#a0e152;
	border-bottom:1px dotted 
	}

