* {
  margin: 0;
  padding: 0;
}

html {
}

#Aufbau {
  border-right:4px solid #FFFFFF;
  border-bottom:4px solid #FFFFFF;
  position:absolute;
  top:0px;
  left:0px;  
}

#Kopf {
  background: url(Gfx/Mord.gif) no-repeat; 
  position:relative;
  width:800px;
  height:380px;
}

#Inhalt {
  position:relative;
  top:-30px;
  margin-left:260px;
  width:530px;
}

#Fuss01 {
  background: url(Gfx/20Jahre.gif) no-repeat;
  position:relative;
  width:800px;
  height:108px;
}
#Fuss02 {
  background: url(Gfx/url.gif) no-repeat; 
  position:relative;  
  width:800px;
  height:85px;
}

#Fuss03 {
  background: url(Gfx/AnklagenAufklaeren.gif) no-repeat; 
  position:relative;  
  width:800px;
  height:85px;
}
#Fill {
  position:relative;  
  height:40px;
}

#Menu {
  position:absolute;  
  top:400px;
  margin-left:60px;
  width:140px;
}

#Menu p {
  border:1px 
  solid #ff0000;
}

body {
  background-color:#000000;
  text-align: justify;  
	font: 10pt Arial, Verdana, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}
td {
	font: 10pt "Trebuchet MS", Arial, Verdana, sans-serif;
	margin-top: 0px;
	padding-left: 10px;
	text-align: left;
}
h3 {
	font: italic bold 12pt "Trebuchet MS", Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #CC3333;
}
p {
	font: 10pt "Trebuchet MS", Arial, Verdana, sans-serif;
	margin-top: 0px;
	text-align: left;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #CC3333;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC3333;
}
a:hover, a:active {
	text-decoration: underline;
	color: #FF0000;
}

.buttonSubmit
{
  background-color:#CCCCCC;
  font-size:11px;
  font-weight: bold;
  border: solid #FFFFFF;
  padding:0px;
  border-width: 1px 1px 1px 1px;
}

label
{
  border-left: 10px solid #CC3333;
  width:148px;
  background-color:#000000;
  color:#FFFFFF;
  font-weight: bold;
  font-size:10px;
  display: block;
}

#inputtxt
{
  display: block;
  width:150px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color:#ffffff;
}

#inputtxt_small
{
  display: block;
  width: 66px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color:#ffffff;
}

input:focus
{
  color: black;
  background-color:#cccccc;
}

textarea
{
  display: block;
  width:400px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color:#ffffff;
}

textarea:focus
{
  color: black;
  background-color:#cccccc;
}