body {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  background-color: #00000;
  font-family:Verdana,Arial, Helvetica, sans-serif;
  font-size: 11px;
  background:#a2a4a5;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  text-decoration: none;
}

.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

div{
	border: 0px;
	padding: 0px;
	margin: 0x;
}

#container{
	position: relative;
	margin: 0px auto;
	width: 900px;
	height:100%
	overflow: scroll;
	background-color:white;
}

#header{
	width: 900px;
	height: 76px;
	padding-bottom:5px;
	background-image: url("./img/header.jpg");
	background-repeat:no-repeat;
}

#introtext{
	margin: 0;
	width: 900px;
	height: 95px;
	background-image: url("./img/introtext.jpg");
	background-repeat:repeat-x;
}

#introtext p{
	padding:5px 13px 3px 7px;
	margin:0;
	color:white;
	font-size: 11px;
	//font-weight:bold;
	line-height: normal;
}
#introtext p.teilnahme{
	font-size:9px;
}

#content{
	width:900px;
	height: 484px;
	//margin-top: 5px;
	padding-top: 20px;
	background-image: url("./img/contentbg.jpg");
	background-repeat: no-repeat;
}

#errors{
	background-color:white;
	width:850px;
	margin: 5px 5px;
	color: #8a0010;
	font-weight:bold;
}

#entries{
	background-color:white;
	margin:0px 0px 0px 10px;
	width: 360px;
	float: left;
}

#entrytitle{
	color:white;
	font-weight:bold;
	background-color:#8a0010;
	padding: 5px 5px;
}

#entry{
	background-color:#e9e9e9;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-bottom: 3px solid #8a0010;
}

#newMessage{
	padding-top:10px;
	margin-left: 130px;
	padding-left: 10px;
	padding-right:0;
	background-color:#8a0010;
	width: 303px;
	float: left;
	font-weight:bold;
	font-size: 10px;
	color:white;
}

#code{
	margin:0;
	padding:0;
	float:left;
}

.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/* FORM */
div.left{
	color: white;
	//background-color:#8a0010;
	//background-color:white;
	font-weight:bold;
	font-size: 10px;
	width: 264px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
div.right{
	//width: 220px;
	margin: 0px 10px 0px 0px;
	float: left;
	background-color:#8a0010;
}
div.right img{
	padding:0;
	margin:0;
}

input{
	padding:2px;
	border: 2px solid #AAAAAA;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 285px;
	height: 14px;
}

textarea{
	padding:2px;
	border: 2px solid #AAAAAA;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 285px;
	height: 100px;
}
/*
fieldset{
	margin: 4px;
	padding:4px;
}
legend{
	padding: 0px 10px;
	color: black;
	font-weight: bold;
}*/

#lostrommel{
	font-size:16pt;
	font-weight:bold;
	background-color:#8a0010;
	color: white;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:center;
}
font.date {
  font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: #ffffff;
  text-decoration: none
  float:right;
  //margin:5px 5px;
}
