@import url(boxen.css);
@import url(lightbox.css);


.headline_start {
  width:100%;
  font-size: 12px;
  padding:2px;
  color: #eee;
  font-weight: bolder;
  background-color:#9cf;
  border-top:#4B71F8 5px solid;
  margin-bottom:5px;
}
.teilung_start {
  border-top:#4B71F8 5px solid;
  padding:5px;
}

.headline {
  width:100%;
  font-size: 12px;
  padding:2px;
  color: #eee;
  font-weight: bolder;
  background-color:#9cf;
  border-top:#4B71F8 5px solid;
  margin-bottom:10px;
}

.klein {
  font-size: 10px;
}

a:link, a:visited {
  color: #0000cd;
	text-decoration: none;
}
a:active, a:hover {
	color: #4B71F8;
  text-decoration: none;
}

a.button:link, a.button:visited {
  color: #0000cd;
  background-color:#fff;
  padding:2px;
  border:1px solid #0000cd;
  font-weight: bold;
  font-size: 10px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.button:active, a.button:hover {
	color: #4B71F8;
	background-color:#fff;
	border:1px solid #4B71F8;
  padding:2px;
  font-weight: bold;
  font-size: 10px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

a.footer:link, a.footer:visited {
  color: #eee;
	text-decoration: none;
}
a.footer:active, a.footer:hover {
	color: #eee;
  text-decoration: none;
}


label{ /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 100px; /* Breite.*/
  margin: 7px 0;
}
input.kontakt, textarea.kontakt { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  margin: 5px 0;
}
select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  margin: 5px 0;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */

  float: none;
  width: auto;
}
input, textarea, select {

	border:1px solid #789;
}






