#map_canvas {
	width: 506px; 
	height: 400px;
	position: relative;
}

.tabs p {
	font: 12px/18px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
}

.tabs {
	width:308px;
}

.tabs img {
	margin:2px;
}

label {
    display: inline-block;
    width: 200px;
}

label.error { color: #0082aa; width:200px; }

.Name, .Vorname, #E-Mail, .Strasse, .Kurs, .Ort, .Alternative {
  float: left;
  width: 300px;
  margin-right:10px;
}

.Alter, .PLZ, .Tag, .Tag2 {
  display: block;
  float: left;
  width: 60px;
  margin-right:10px;
}

.Monat, .Uhrzeit, .Monat2, .Uhrzeit2 {
  display: block;
  float: left;
  width: 100px;
  margin-right:10px;
}

.Bemerkung {
  display: block;
  float: left;
  width: 300px;
  height: 75px;
}

.tabs #Anmelden {
	clear: left;
	margin-top:40px;
}

#Kurs {
	background-color:#ffb400;
	font-family:"Lucida Console", Monaco, monospace;
}

.tabs h2{
	color:#383838;

}

.tabs p{
	color:#383838;

}

table{
	padding-top:10px;
	padding-bottom:10px;
}