/* general */

body {
	margin: 0;
	padding: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
}

a {
	color: #069;
}

a:hover {
	color: #006
}

h1 {
	font-size: 1.2em;
	margin-top: 0;
}

p, li, h3 {
	font-size: 0.8em;
}


/* top area */
#topArea h1, #topAreaHome h1  {
	color: #62BB46;
}

#topArea h2, #topAreaHome h2  {
	color: #666;
	font-weight: normal;
}




#leftNav h2 {
	font-size: 0.8em;
}

	
	

#footer {
	border-top: 1px #999 solid;
	border-bottom: 9px #62BB46 solid;
	color: #999;
}

#footer a {
	color: #999;
}


#footer p {
	font-size: 0.7em;
	font-family: verdana, arial, helvetica, sans-serif;
	
}



/* Home page */



.homeSection h2 {
	font-weight: normal;
	font-size: 1.1em;
}

/*---- Programm -----*/
#ProgrammTable {
	border: 1px #62BB46 solid;
	margin-top: 10px;
}

#ProgrammTable td {
	border-top: 1px #62BB46 solid;
}

#ProgrammTable td, #ProgrammTable th {
	padding: 5px;
	vertical-align:top;
	font-size:0.8em;
	border-right: 1px #62BB46 solid;
}



#ProgrammTable th {
 	padding-top: 2px;
	padding-bottom: 2px;
 }

#ProgrammTable th {
 	text-align:left;
	color:#FFF;
	background-color:#62BB46;
 }
 
#ProgrammTable tr.NewSection  {
	border-top: 1px #62BB46 solid;
}
 
#ProgrammTable tr.Alternate {
 	background-color: #EFF8EC;
}

#ProgrammTable .EventLabel {
	font-weight: bold;
	border-right: 0;
}

#ProgrammTable .EventName {
	font-weight: bold;
}

.BodenPflanze {
	background-color: #CCFF99;
}

.Tier {
	background-color: #CCF;
}

.OkoSozio{
	background-color: #FF9;
}

.Uebergeordnet{
	background-color: #FC6;
}

.Uebergeordnet{
	background-color: #FC6;
}

.AtelierWerkstatt{
	background-color: #F93;
}

.ProgrammTableKey td {
	font-size: 0.8em;
	padding: 0 17px 0 7px;
}

.ProgrammTableKey td.Key {
	text-align:center;
	padding: 0;
}