@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	background-color: #edebd1;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

.lnkgrey{
  color: #999;
  font-size: 0.8em;
}

.lnkgrey:hover{
color: #9c8f00;
}

a:active, a:hover {
	color: #9c8f00;
	text-decoration: none;
	font-weight:bold;
}

a.on, .lnkgrey.on, .green{
color: #9c8f00;
}

#site {
	background-image:url(../images/kachel-bg.jpg);
	width: 900px;
	min-height: 800px;
  height: 100%;
	margin: 0 auto;
}

#head {
	width: 800px;
  height: 115px;
	left: 50px;
	position: relative;
}

#inhalt {
	padding-left:65px;
	top:0px;
	width:455px;
  height: 100%;
}

#inhalt ul{ padding-left: 20px;}

#teilnehmer {
	position:absolute;
	left:541px;
	top:0px;
	width:310px;
	height:350px;
	background-color: #f8f7ed;
}

#anmeldung {
	position:absolute;
	left:541px;
	top:350px;
	width:310px;
	height:40px;
	background-color: #f8f7ed;
}

#trennline {
	position:absolute;
	left:541px;
	top:390px;
	width:310px;
}

#rss {
	position:absolute;
	left:541px;
	top:392px;
	width:310px;
	height:260px;
	background-color: #f8f7ed;
	
}

#abschluss {
	position:absolute;
	left:541px;
	top:652px;
	width:310px;
	min-height:55px;
	background-color: #f8f7ed;
}

#submit {
	color: #ffffff;
	background-color: #9c8f00;
	font-family: "Courier New", Courier, monospace;
}

.linie {
	background-color: #edebd1;
	height:1px;
}

.linie2{
	background-color: #edebd1;
	height:1px;
  margin: 10px 0 15px 0;
}

.link {
	
}

#foot{
  margin: 0 auto;
  width: 900px;
  height: 220px;
  background: #edebd1 url(../images/foot-bg.jpg) no-repeat top left;
}


.form {
	background-color: #f8f7ed;
	width: 250px;
	height: 20px;
	border: 1px  #333333 solid;
}

.label{
	width: 100px; 
	display:inline; 
	float:left;
}

.label2{
	width: 150px; 
	display:inline; 
	float:left;
}