body {
  background: white;
}

* {
  margin: 0;
  padding: 0px;
  font: 'Fira Sans';
  /*font-family: sans-serif;*/
  box-sizing: border-box;
}

a:link {
text-decoration: none;
font-weight: bold;
color: black;
}

a:visited {
text-decoration: none;
font-weight: bold;
color: black;
}

a:focus, a:hover, a:active {
color: blue;
text-decoration: underline;
}

#kopfzeile {
	/*color:    #cee3f6;*/
	position: fixed;
	width: 100%;
	/*padding: 0px;*/
padding-top: 0px;
padding-right: 100px;
padding-left:  100px;
padding-bottom: 0px;
background-color: #cee3f6;
border-top-color: #cee3f6;
border-top-width: 0px;
margin: 0px;

}

p {
text-align: right;
}

#container {
	margin-top: 0px;
	padding-top: 60px;
	/*padding-right: 100px;*/
	padding-left:  100px;
	padding-bottom: 10px;
	/*margin: auto;*/
	width: 100%;
	/*min-width: 800px;*/
	max-width: 1500px;
	font-size: 0.9em;
   font-family: serif;
}

#test {
	height: 500px;
	
	padding-top: 100px;
	padding-right: 100px;
	padding-left:  100px;
	padding-bottom: 100px;
	/*margin: auto;*/
	width: 100%;
	min-width: 500px;
	max-width: 1000px;
	font-size: 1.2em;
   font-family: sans-serif;
}
.cssbutton
{
color:black; /* Schriftfarbe */
font-weight:normal; /* Schriftstil */
margin-top: 10px;
margin-left: 0px;
padding:10px; /* Innenabstand der Schrift */
width:220px; /* Breite des Buttons */
height:21px; /* Höhe des Buttons */
background:#cee3f6; /* Hintergrundfarbe */

border-top: 1px solid #dddddd;
border-right: 2px solid #999999;
border-bottom: 2px solid #999999;
border-left: 2px solid #eeeeee;

}

input[type="submit"] {
color:black; /* Schriftfarbe */
font-weight:bold; /* Schriftstil */
font-size: 1.0em;
font-family: serif;
padding:10px; /* Innenabstand der Schrift */
width:250px; /* Breite des Buttons */
height:42px; /* Höhe des Buttons */
background:#cee3f6; /* Hintergrundfarbe */
} 

input[type="reset"] {
color:black; /* Schriftfarbe */
font-weight:bold; /* Schriftstil */
font-size: 1.0em;
font-family: serif;
padding:10px; /* Innenabstand der Schrift */
width:220px; /* Breite des Buttons */
height:42px; /* Höhe des Buttons */
background:#cee3f6; /* Hintergrundfarbe */
} 
