﻿/* Hinweis: Das Stylesheet (Breite) der input Felder befindet sich in der Datei kontakt.php (im unteren Teil der Datei). */

form {
	background-color: #eee;
	width: auto; 
	padding: 20px;
	border: 1px solid #8c8c8c;
	max-width: 500px;
	border-radius: 5px;
    margin: 0px auto;
}

label {
  	display: block;
  	cursor: pointer;
    font-family: Arial;
    font-size: 1.2em;
    padding-bottom: 3px;
}
input[type=text],
textarea {
  	width: 100%;
  	border: 1px solid #8c8c8c;
 	margin-bottom: 1em;
 	line-height: 1.5em;
 	font-size: 1.3em;
}
textarea {
  	height: 7em;
}
input:focus,
textarea:focus {
  	box-shadow: #ef395f 0px 0px 5px;
}

input[type=submit],
input[type=button] {
	padding: 8px;
	font-size: 1.1em;
	font-family: Arial, "Droid Sans",sans-serif;
	font-weight: bold;
	background-color: #468;
	color: white;
	border-radius: 5px;
	cursor: pointer;
	border: 1px #246 solid;
}


a:link, a:visited, a:active{color:#000000;text-decoration:none;}

#checkid {
  width: auto;
}

#checkid2 {
  width: auto;
}

a:hover{text-decoration: underline;}
.pflichtfeld {
	 color: #ff0000;}
	 .neuercode {
	 color: #0066FF;}
	 	 .copyright {
	 color: #000000;}
