@charset "UTF-8";
@font-face {
	font-family: 'OpenSans-semibold';
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: local('OpenSans-semibold'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}

/*  < ------------------------------------- R E S E T ------------------------------------- > */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*  < ------------------------------------- R E S E T ------------------------------------- > */




p { 
	margin-bottom:10px;
}


/* gruen */
h1 {
	color: #ccff00;
	font-family:OpenSans-semibold;
  font-weight:normal;
	font-size: 28px;
	text-shadow: 2px 2px #000;
}
/* weiss */
h2 {
	color: #fff;
	font-family:OpenSans-semibold;
  font-weight:normal;
	font-size: 20px;
	text-shadow: 2px 2px #000;
	}	

/* gruen */
h3 {
	font-family:OpenSans-semibold;
  font-weight:normal;
	color: #ccff00;
	font-size: 20px;
	text-shadow: 2px 2px #000;
	}

h4 {
	color: #E2A638;
	font-family:OpenSans-semibold;
  font-weight:normal;
	font-size: 16px;
	text-shadow: 2px 2px #000;
	}

h5 {
	color: #8D2B28;
	font-family:OpenSans-semibold;
  font-weight:normal;
	font-size: 12px;
	text-shadow: 2px 2px #000;
	}

h6 {
	color: #E2A638;
	font-family:OpenSans-semibold;
  font-weight:normal;
	font-size: 12px;
	text-shadow: 2px 2px #000;
	}

