 /* kont_beid.css */ 				/* typ(selektor) * [attributname] oder selektor[attributname] #id_name .klasse  */
*{
 	font-family		: calibri, sans-serif, Times, 'Comic Sans MS', "Times New Roman";
	font-size		: 14pt;
	line-height		: 20pt;
	color			: #0000ba;
}
html, body{
	margin	: 0 auto;
	padding	: 0;	
	border	: 0;	
}
body{
 /*  background: transparent url(../img/bg_check.png) left repeat; */
  background: deepskyblue;
	border		: 1px dotted lightgray;	
	width		: 600px;    /*  Fixe Breite z. B. 480px 768px oder 50% 120%  */
	min-width	: 460px;
	max-width	: 91em;	



}
label{
	min_width: 6em;
	display:inline-block;
	text-align;left;
}
input{
	width:20em;
	
}
textarea{
	width:24em; border:2px ridge #dee9ff; /* Damit behält das Textfeld seine Größe und verändert sich nicht. */
	
}
input[type="checkbox"], input[type="radio"] {
	width:auto;
	
}
input[type="checkbox"], input[type="submit"] {
	margin-left:12em;
	
}
input[type="submit"], input[type="reset"] {
	width:10em;
}
input[type="submit"] {
 margin-left:0em;
}
fieldset{
	width:28em;
	padding-top:1.5em;
	padding-left: 1.5em;
	background:#e6eeff;
	border-radius:5px;
	
}
legend {
	background:#fffaaa;
	padding:0.2em;
	border:1px solid #000330;
	border-radius:8px;
	
}
input:hover, textarea:hover{
	background:#fffff0;
	border:2px solid #efe816;
	box-shadow: 0 0 10px rgba(0,0,0,0.2)
}
input[type="submit"]:hover, input[type="reset"]:hover{
	background:#c9c9c9;
	border:2px solid #6c6c6c;
}
input[type="submit"]:active, input[type="reset"]:active{
	background:#8f8f8f;
}
