/*
* file: basic.css 
* version: 1.0 12/2012
* desc: basis-layouting
* author: Sylke Renger | sylke-renger@pocolico.de 
* pocolico multimedia berlin | www.pocolico.de
*
*/

/*
COLORS:
gruen:			#6cbf48
dunkelgruen:	#214013
h2:				#5c8d47

*/

html, body, span, div,
h1, h2, h3, h4, h5, h6, p,
em, img, strong,
ol, ul, li,
table, tr, th, td,
form {
	padding: 0;
	margin:0;
	border: 0;
	outline: 0;
  	font-size: 100%;
	color: #000;
}

input, button{
  overflow: visible;
}
html {
   overflow-y: scroll;
/*  margin: 0 auto;*/

  

}
html, body {
  height: 100%;
  min-height: 100%;
  background-color:#fff;

   


}
body {
    text-align: center;  /* Zentrierung im Internet Explorer */
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    line-height: 1.2;
    overflow: 
}
/*
p{
	font-family:'Helvetica,normal;
	font-style: normal;
	font-size: 1.2em;
	color: #42281B;
}
*/
ul li a, a {
  text-decoration: none;
  color: #6cbf48;
}
ul li a, a:hover {
  text-decoration: underline;
  color: #214013;
}

h2{
	color: #5c8d47;
	font-size: 1.5em;
	font-weight: lighter;
}

h3{
	color: #5c8d47;
	font-size: 1.1em;
	font-weight: lighter;
}
p, td{
	color: #687264;
	font-size: 0.8em;
	line-height: 1.5em;
}



