body {
    width: 320px;
    font: 12pt Helvetica, sans-serif;
	color: #999;
} 

.title {
    font-size: 20pt;
    color: red;
    text-align: center;
}

.undertitle{
    font-size: 12pt;
    text-align: center;
}

.normal {
    text-align: center;
}

.logo {
    padding: 10px;
    text-align: center;
}

.messageOK{
    color: green;
    text-align: center;
}

.messageNOK{
    color: red;
    text-align: center;
}

.textarea{
    width: 300px;
    height: 80px;
    font-family: Courier, monospace;
    font-size: 12px;
}

/* Style für den Auswahl  */
#select {
	/* background:url(images/submit.png); */
	width:272px;
	height:30px;
	/* text-align: center; */
	font-size:32px;
	border:none;
	margin-top:10px;
	cursor:pointer;
}

#select:hover {
	color:#fff;
	background-color: #216182;
	opacity:0.9;
}


/* Style für den Übernehmen  */
#submit {
	/* background:url(images/submit.png); */
	width:300px;
	height:60px;
	/* text-align: center; */
	font-size:32px;
	border:none;
	margin-top:10px;
	cursor:pointer;
}

#submit:hover {
	color:#fff;
	background-color: #216182;
	opacity:0.9;
}
