

body{
background-color: #F3E2A9;
font-family: sans-serif;
color: #0404B4;
}

h1{

font-size: 150%;
color: #31B404
}


input {
	border:1px solid red; 
background:yellow;
padding: 3px;
margin: 3px;
color:#A901DB;
font-weight: bold;
font-size: 120%;
}

textarea {
	border:1px solid red; 
background:yellow;
color:#A901DB;
font-weight: bold;
font-size: 120%;
padding: 3px;
margin: 3px;
}


.variable{
color: red;
font-size: 120%;
}


.wert{
color: green;
font-size: 120%;
}

#serverinfos{
font-size: 75%;
}

 