body, table, textarea
  {
  margin: 0px;
  text-align: center;
  font-family: Arial, Verdana;
  font-size: 15px;
  background: #FFFFFF;
  }

a
  {
  color: #CE1907;
  text-decoration: none;
  }

a.navi
  {
  color: #FFFFFF;
  text-decoration: none;
  }

a.navi:hover
  {
  color: #CE1907;
  background: #FFFFFF;
  }

.bgrot
  {
  background: #CE1907;
  }

a.now
  {
  color: #FFC000;
  }

.navi, a.now
  {
  font-size: 16px;
  }

img
  {
  border: 0px;
  }

input, select, textarea
  {
  border: 1px solid;
  }

.hell
  {
  background: #FFEDED;
  }

h1
  {
  margin: 5px;
  }

.u
  {
  text-decoration: underline;
  }

.klein
  {
  font-size: 10px;
  }

.rechtsrot
  {
  border-right: 1px solid #CE1907;
  }
.obenrot
  {
  border-top: 1px solid #CE1907;
  }

.bottom
  {
  vertical-align:bottom;
  }
.top
  {
  vertical-align:top;
  }

.left
  {
  text-align:left;
  }   
.right
  {
  text-align:right;
  }      
.center
  {
  text-align:center;
  }
table.center { margin:auto; }
.h
  {
  color:#FFFFFF;
  }
  
.editbg
{
	position:fixed;
	background:url(img/back_edit.gif);
	border:0px;
	display:none;
	
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	margin:0px;
}

.edit
{
	position:absolute;
	width:600px;
	height:650px;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-300px;
	background:#FFFFFF;
	border:7px #656565 solid;
	text-align:left;
	padding:10px;
	display:none;
}

.edit2
{
	position:absolute;
	width:600px;
	height:200px;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-100px;
	background:#FFFFFF;
	border:7px #656565 solid;
	text-align:left;
	padding:10px;
	display:none;
}