/* Allgemeine Seiteneinstellungen */
* {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #F7F6E7;
  text-align: center;
  padding: 20px;
}

a {
  cursor: pointer;
}

.startfenster {
  width: 920px;
  height: 570px;
	background: url("../images/kasten.png") bottom left no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.startfenster div.kopfzeile {
  background: url("../images/kasten.png") top left no-repeat;
  height: 80px;
}

.startfenster div.kopfzeile img {
	margin-left: 10px;
	margin-top: 12px;
}

.inhaltcontainer {
  background: url("../images/kastenmitte.png") top left repeat-y;
	margin-left: auto;
	margin-right: auto;
	height: 455px;
	padding: 10px;
	padding-bottom: 0px;
} 

.inhalt {
  background-color: #FFFFFF;
  background-image: url("../images/welcome.jpg");
	margin-left: auto;
	margin-right: auto;
  width: 900px;
  height: 450px;
  border: 1px solid #E6E7AE;
  text-align: left;
}

.kasten { 
  flow: left;
  color: #FFFFFF;
  width: 225px;
}

.impressum {
	padding-left: 20px;
	text-align: left;
  font-size: 10px;
}

.impressum a {
  font-size: 10px;
  text-decoration: none;	
}

.impressum a:hover {
  text-decoration: underline;	
}

.menu {
  padding-top: 50px;
  padding-left: 365px;
}

.menu li {
	float: left;	
  list-style-type: none;	
}

.menu li {	
  display: inline;
  margin-right: 10px;
}

.menu li a {
	text-decoration: none;
  font-size: 12px;
	color: #FFFFFF;
}

.menu li a:hover {
  text-decoration: underline;
}

.inhalt h1 {
  color: #FFFFFF;
}

.inhalt table {
  width: 520px;
  margin-top: 70px;
  margin-left: 40px;
}


.kasten {
  width: 260px;
  max-width: 256px;
}

.kasteninhalt {
  padding: 0px;
  padding-top: 10px;
  padding-right: 40px;
  font-size: 12px;
}

.kasteninhalt a {
  color: #131343;
  text-decoration: none;
  font-size: 12px;
}

.kasteninhalt a:hover {
  text-decoration: underline;
}

.kasteninhalt img {
  margin-bottom: 3px;
  margin-left: 60px;
  border: 1px solid #404364;
}
