
.* {

	
}

body {
 background: #000;
}	
	
	
input[type=submit] {
	
color: white;
font-weight: bold;
text-decoration: underline;	
border-style: none;
background-color: black;
font-family: verdana;
	
	}
	
input[type=text] {

font-family: verdana;
border-style: none;
background-color: #404040;
color: #FFFFFF;
	
	}


.logo {

text-align: center;
padding-top: 40px;
min-height: 100px;
	
font-family: arial;
font-size: 16pt;
}


.page {

width: 800px;
padding-top: 40px;
margin: auto;
font-family: verdana; 
color: #FFFFFF;
font-size: 10pt;
font-weight: 100;


}

.anleitung {
	
	font-size: 8pt;
	}


.ergebnisse {

float: right;
min-width: 250px;
min-height: 300px;
overflow: auto;
max-height: 600px;

}

.text {

float: left;
width: 360px;
min-height: 300px;
padding-left:120px

}

.unten {
	
padding-top: 40px;	
	}
	

.eingabe {
	
padding-top: 40px;	
text-align: center;

	
	}
	
	
a {
color: #FFFFFF;
font-weight: bold;	
	}
