body {
  background: white;
}

* {
  margin: 0;
  padding: 0px;
  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;
  font-family: sans-serif;
}

#footer {
  position: fixed;
  padding: .6em;
  bottom: 0;
  left: 0;
  right: 0;
}

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
{
margin-top: 8px;
margin-left: 0px;


color:black; /* Schriftfarbe */
font-weight:bold; /* Schriftstil */
font-size: 1.0em;
font-family: serif;
/*padding:7px;  Innenabstand der Schrift */
padding-top: 9px;
padding-bottom: 7px;
padding-left: 30px;
padding-right: 30px;

height:42px; /* Höhe des Buttons */
background:#cee3f6; /* Hintergrundfarbe */
border-top: 2px 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 */
} 

