body	{
	margin: 0px;
	padding: 0px;
	background-color: #FBFFF2;
	background: url(../bilder/bg.jpg);
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

h4	{
	color: #6B4D06;
}

#table_seminare {
	margin-top: 15px;
	text-align: justify;
}

#table_seminare td {
	padding-top: 10px;
}

#seite {
	text-align: left;
	width: 800px;
	height: 100%;
	margin: 0px auto;
}

#logo {
	margin-top: 15px;
	width: 800px;
}

#navitop	{
	margin-top: 20px;
}

#navitop a:link, #navitop a:visited, #navitop a:active {
	font-weight: bold;
	text-decoration: none;
	color: #6B4D06;
	display: inline;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #6B4D06;
	background-color: transparent;
	height: 1.5em;
}

#navitop a:hover {
	color: #6B4D06;
	text-decoration: none;
	border: 1px solid #6B4D06;
	background-color: #FFF77E;
	display: inline;
}

.naviabstand	{
	margin-right: 11px;
}

#haupt	{
	margin-top: 30px;
	width: 800px;
}

#navileft	{
	float: left;
	width: 220px;
}

#navileft a:link, #navileft a:visited, #navileft a:active {
	font-weight: bold;
	text-decoration: none;
	color: #6B4D06;
	display: block;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #6B4D06;
	background-color: transparent;
	width: 180px;
	height: 1.5em;
}

#navileft a:hover {
	color: #6B4D06;
	width: 180px;
	display: block;
	height: 1.5em;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #6B4D06;
	background-color: #FFF77E;
	text-decoration: none;
}

#inhalt {
	float: left;
	width: 560px;
	margin-left: 20px;
	text-align: justify;
}

#footer {
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
	font-size: 10px;
	clear: both;
}

.imgleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

a {
	color: #6B4D06;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #6B4D06;
	font-weight: bold;
	text-decoration: overline;
	font-size: 12px;
}

.adresse {
	padding-right: 20px;
	font-weight: bold;
	padding-top: 10px;
}

.abstand_felder	{
	padding-top: 10px;
}

.formfeld {
	border: 1px solid #6B4D06;
	background-color: #FBFFF2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	width: 180px;
	height: 16px;
}

.formfeld2	{
	border: 1px solid #6B4D06;
	background-color: #FBFFF2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	width: 60px;
	height: 16px;
}

.textarea	{
	border: 1px solid #6B4D06;
	background-color: #FBFFF2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
}

.button	{
	background-color: #FBFFF2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #6B4D06;
	font-weight: bold;
	border: 1px solid #6B4D06;
}

/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

form .formText {
  display: block;
  float: left;
  clear: left;
  width: 150px;
  margin-top: 15px;
}

input, textarea, select {
  font: 1em Arial, Helvetica, sans-serif;
  border-left: 1px solid #BA187D;
  border-top: 1px solid #BA187D;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px;
  margin-top: 15px;
}

.label {cursor: pointer;}

.errormsg {
  display: block;
  width: 95%;
  height: 30px;
  line-height: 25px;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
  background: #6B4D06 no-repeat 10px center;
  padding: 5px 10px 5px 10px;
  margin: 10px 0;
}

input.button {
  margin-top: 30px;
  margin-left: 150px;
  font-size: 1.3em;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
}
