body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px;
}

body {
  margin:0px;
  background-color:#FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size:80%;
  color:#000000;
}

p,div,address,ul,il,ol,blockquote,input,select,textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}

td.navi {
  background-color:#FFCC00;
  font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
}

td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

td.forschen
{
	border-width:2px; 
	border-style:solid; 	
	border-color:#FF9900;
	padding: 5px;
}

td.erziehen
{
	border-width:2px; 
	border-style:solid; 	
	border-color:#DEF694;
	padding: 5px;
}


li {
	margin: 5;
	list-style-type: square;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	margin-bottom: 0px;
}

h1.erziehen{
	color: #779F03;
}

h1.forschen{
	color: #CC3300;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 0px;
}

h2.erziehen{
	color: #779F03;
}


h2.forschen{
	color: #CC3300;
}


h2.normal{
	color: black
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}

h3.erziehen{
	color: #779F03;
	font-weight: normal;
}

h3.forschen{
	color: #CC3300;
	font-weight: normal;
}

h3.normal{
	color: black;
	font-weight: normal;
}
a:link { color:#CC3300; font-size:100%; text-decoration:underline; font-weight:normal; }
a:visited {color:#CC3300; font-size:100%; text-decoration:underline; font-weight:normal; }
a:hover { color:#CC3300; font-size:100%; text-decoration:underline; font-weight:normal; }
a:active { color:#CC3300; font-size:100%; text-decoration:underline; font-weight:normal; }

.spec {
	color:#CC3300;
}


.f {
	font-weight: bold;
}

.small {
	font-size: 80%;
}