html {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-family: "Helvetica Neue", Arial, "Lucida Grande";
  font-size: 9pt;
  color: #1c1c1c;
  height: 100%;
  margin: 0 0 0 300px;
  font-size: 8pt;
}

#links {
  position: fixed;
  background-color: #ffffff;
  left: 0;
  top: 0;
  z-index: 3;
  width: 300px;
  height: 100%;
}

.links_innen {
  margin: 70px 0 0 35px;
}

#content {
  width: 100%;
  height: auto;
}

.header {
  height: 90px;
  width: 100%;
	background: url(../img/balken.jpg) no-repeat left;
  background-color: #676a73;
  text-align: right;
}

.text {
  margin-top: 50px;
  width: 500px;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 12pt;
}

h2 {
  margin: 0 0 35px 0;
  padding: 0;
  font-size: 9pt;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
}

h3 {
  margin: 10px;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9pt;
}

.menuuu {
  margin: 70px 0 0 0;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica;
  font-weight: normal;
  font-size: 9px; 
  width: 130px; 
}

.box {
  float: left;
  width: auto;
  height: auto;
  background-color: #efefef;
  margin: 0 1px 1px 0;
}

p {
  margin: 10px 0;
  font-size: 8pt;
  width: 500px;
  line-height: 12pt;
}

.box p {
  margin: 10px;
}

#termine table {
  font-size: 8pt;
}

#termine td {
  min-width: 200px;
  height: 15px;
}

#acs {
  position: fixed;
  bottom: 20px;
  left: 35px;
  width: auto;
  height: auto;
  z-index: 69;
  font-size: 8pt;
}

a {
  color: #8e8e8e;
  text-decoration: none;
}

a:hover {
	text-decoration: under;
}

form {
  font-size: 8pt;
  margin: 0;
  padding: 0;
}

#acs img {
  border: 0px;
}

.subheader {
  color: #999999;
  margin-top: 10px;
}

#acs_logo {
  position: fixed;
  bottom: 0;
  right: 0;
}

img {
  border: 0px;
}

.einreichen_menu {
	float: right;
}

.error {
	background-color: #ffcfff;
	padding: 5px;
	font-weight: bold;
}

.success {
	background-color: #adffbd;
	padding: 5px;
	font-weight: bold;
}

label {
	display: block;
}

select {
  margin: 10px 0;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica;
  font-weight: normal;
  font-size: 9px; 
  width: 130px; 
}

.odd {
	background-color: #efefef;
}

th {
	text-align: left;
}

.none {
	background-color: #ffffff;
}

.light {
	color: #999999;
}

tr {
	height: 20px;	
}

input, textarea {
	font-family: "Helvetica Neue", Arial, "Lucida Grande";
  	font-size: 8pt;
}

tr.anzahl input {
  width: 20px;
}

tr.rest input {
  width: 200px;
}

tr.rest2 input {
  width: 100px;
}

.menu {
	margin-top: 66px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sponsoren {
	position: absolute;
	top: 180px;
	left: 900px;
	width: 120px;
}

.ende {
	background-color: red;
	color: #ffffff;
	font-size: 20pt;
	width: 260px;
	margin-top: 25px;
	padding: 10px;
	margin-left: -37px;
}

.attention {
  background-color: #e2007a;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
}

p.attention a {
  color: #ffffff;
}