﻿.heading {
	font-family:"Comic Sans MS";
	font-size:25px;
	color:maroon
}

img {
	width:100px;
	height:70px;
}

h1 {
	font-family:"Comic Sans MS";
}

/*--------------- Menü-Eintrag-Text ---------------*/
table#menue tr a {
  margin: 0px;
  padding: 0px;
  width: auto;
  height: 30px;
  background-color:maroon;

  font-family: Comic Sans MS;
  font-size: 15px;
  font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 29px;
	color: #FFFFFF;
	display: block;

	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
}

table#menue tr a:hover {
  margin: 0px;
  padding: 0px;
  width: auto;
  height: 30px;
  background-color:maroon;


  font-family: Comic Sans MS;
  font-size: 15px;
  font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 29px;
	color: black;
	display: block;

	background-position: center;
	background-repeat: no-repeat;
}

table#menue tr a:focus {
  margin: 0px;
  padding: 0px;
  width: auto;
  height: 30px;
  background-color:maroon;


  font-family: Comic Sans MS;
  font-size: 15px;
  font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 29px;
	color: black;
	display: block;

	background-position: center;
	background-repeat: no-repeat;
}

/*--------------- IE-Hack ---------------*/
* html table#menue tr a {
  display: inline;
}

* html table#menue tr a:hover {
  display: inline;
}

.tabel-rechts {padding:0%,*,0%,*;
	
}
