body {
    background-color: lightblue;
	font-family: Arial;
}

p.about {
    width: 90%;
}
p.news {
    width: 90%;
}
h1.news {
    width: 90%;
    font-size: 20px;
}
input.login1 {
	margin-left: 45px;
}
input.login2 {
	margin-left: 21px;
}
table.titlebar, tr.titlebar {
	width: 100%;
}
td.titlebarleft {
    font-size: 14px;
	width: 70%;
	font-weight: bold;
}
td.titlebarright {
    font-size: 14px;
	width: 30%;
	font-weight: bold;
	text-align: right;
}
span.welcome {
    font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
    text-align: center;
}
span.version {
    font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
    text-align: right;
}

span.langstats {
    display: block;
    font-size: 10px;
}
a.language {
	margin-left: 1%;
    display: block;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
    width: 98%;
    height: 50px;
    background-color: #cceeff;
    color: #000000;
	text-decoration: none;
    font-size: 25px;
}

span.rightmsg {
/*    color: #00ee00;	/* fast knallgrün */
    color: #000000;
    font-size: 20px;
	font-weight: bold;
}
span.wrongmsg {
    color: #cc0000;
    font-size: 20px;
	font-weight: bold;
}
span.means {
    font-size: 20px;
	margin-bottom: 50px;
}

span.question {
    display: block;
    border-radius: 5px;
    background-color: #ffffff;
	margin-left: 4%;
	margin-right: 20px;
	padding: 5px;
    width: 90%;
    font-family: 'Comic Sans MS', 'Verdana';
    font-size: 25px;
    text-align: center;
}
span.answer, a.answer, input.wr {
    display: block;
    border-radius: 5px;
	margin-left: 4%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
    width: 90%;
    height: 35px;
    background-color: #cceeff;
    color: #000000;
	text-decoration: none;
	font-family: 'Comic Sans MS', 'Verdana';
    font-size: 25px;
    text-align: center;
}
input.letter {
    font-size: 25px;
    width: 45px;
}
input.wa {
    display: block;
    border-radius: 5px;
	margin-left: 4%;
    font-size: 25px;
}
table.stats {
	width:40%;
}
td.stats {
	text-align: center;
}
h1.vic1 {
    font-size: 30px;
    width: 100%;
    text-align: center;
}
h2.vic2 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}
form.vic3 {
    font-size: 25px;
    width: 100%;
    text-align: center;
}
input.vic3 {
    font-size: 25px;
    width: 50%;
    text-align: center;
}

/* width of the button column */
td.db {
    width: 130px;
}
/* width of the button */
input.db {
    width: 120px;
    text-align: left;
}
input.info {
    width: 100px;
    text-align: left;
	margin-right: 10px;
}
input.more {
    width: 80px;
    text-align: left;
}
input.set {
    width: 100px;
    text-align: left;
}
input.mode {
    width: 80px;
    text-align: left;
}
