body {
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

.lightcolor
{
	background-color: #a1d2ff;  /* Layout 3*/
}

.titleimage
{
 	background: url(/images/head3.jpg) no-repeat top center;  /* Layout 3 */
}

.rahmen
{
  border-color: #aaaaaa;
	border-width: 1px;
	border-style: solid;
}

.menu
{
  font-size: 12px;
	text-align: left;
}

.tinyfont
{
  font-size: x-small;
}

.tinyinput {
  font-size: x-small;
  background-color: #eeeeee;
}

.bodytext {
  font-size: 12px;
	text-align: left;
}

.headline {
  font-size: 36px;
}

.mymenuitem1 {
  font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.mymenuitem2 {
  font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.mymenuitem3 {
  font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.mymenuitem1_active {
  font-size: 12px;
	color: #000000;
  background-color: #dddddd;
	text-decoration: none;
}

.mymenuitem2_active {
  font-size: 11px;
	color: #000000;
  background-color: #dddddd;
	text-decoration: none;
}

.mymenuitem3_active {
  font-size: 10px;
	color: #000000;
  background-color: #dddddd;
  text-decoration: none;
} 

