* {
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
html, body {
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
input, textarea {
  font-size: 13px;
}
input[type="text"], textarea {
  box-shadow: 0px 0px 1px #fff, inset 1px 1px 4px #ccc;
}
img {
  border: 0;
}
a {
  color: #276896;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#center {
  width: 650px;
  margin: 10px auto;
}
#logo {
  width: 500px;
  height: 73px;
  margin: 0px auto;
}
#container {
  background-color: #d9eaf5;
  text-align: justify;
  z-index: 100;
  border: 1px solid #61A5D6;
  box-shadow: 1px 1px 10px #919191, inset 0px 0px 5px #fff;
  border-radius: 8px;
  padding: 8px;
  line-height: 1.2;
  margin: 10px auto;
}
#searchbox {
  text-align: center;
}
#searchbox input[type="text"] {
  width: 300px;
  border: 1px solid #8DBFE2;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 15px;
}
#searchbox input[type="submit"] {
  border: 1px solid #276896;
  background-color: #8DBFE2;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 15px;
  color: #fff;
  box-shadow: inset 1px 1px 2px #276896, inset -1px -1px 2px #fff;
  text-shadow: #276896 1px 1px 0px;
}
#searchbox input[type="submit"]:active {
  box-shadow: inset 1px 1px 0px #111, inset -1px -1px 0px #8DBFE2;
  background-color: #276896;
  color: #d9eaf5;
  text-shadow: #111 1px 1px 0px;
}
h1, .title {
  font-size: 20px;
  text-shadow: #fff 1px 1px 2px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
#forumsuche {
  width: 150px;
  background-color: #f6f6f6;
  color: #ccc;
  border: 1px solid #8DBFE2;
  border-radius: 4px;
  padding: 2px 5px;
  float: right;
}
input#forumsuche:focus, input#forumsuche:active {
	color: #000;
	background: #fff;
}
.titleline {
  background-color: #8DBFE2;
  box-shadow: 0px 0px 1px #fff, inset 0px 0px 1px #276896;
  padding: 3px 8px 3px 8px;
  color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  text-shadow: #519CD2 1px 1px 0px;
}
.titleline span {
  font-weight: normal;
}
.titleline img {
  margin: 3px;
}
.titleline a {
	color: #fff;
}
#firsttitle {
  background-color: #276896;
}
.answer {
  margin-left: 10px;
  padding-left: 25px;
  background: transparent url('/altgriechisch/img/re.png') no-repeat 0px 5px;
}
.small {
  font-size: 11px;
  padding: 3px 5px;
  text-align: left;
}
.msg {
  padding: 5px;
}
.msg a {
  color: #965527;
  font-weight: normal;
}
.msg img {
  cursor: help;
  vertical-align: -3px;
}
#forumpost table {
  margin: 10px 0px;
  width: 100%;
  background-color: #8DBFE2;
  box-shadow: 0px 0px 1px #fff, inset 0px 0px 1px #276896;
  border-radius: 8px;
  color: #fff;
}
#forumpost tr td:nth-child(1) {
	text-align: right;
}
#forumpost .inputstyle {
  width: 300px;
  border: 1px solid #0C65bf;
  padding: 3px;
  border-radius: 4px;
  margin-left: 5px;
}
#forumpost .top {
	background-color: #276896;
	padding: 4px;
	border-radius: 6px;
	text-align: left;
}
#forumpost .preview {
	background-color: #d9eaf5;
	padding: 4px;
	border-radius: 6px;
	text-align: left;
	color: #000;
}
.check_img {
  cursor: pointer;
  cursor: hand;
  border: 2px solid #8DBFE2;
  border-radius: 4px;
}
img.check_img:hover {
  border: 2px solid #3389C7;
}
.check_img_selected {
  cursor: pointer;
  cursor: hand;
  border: 2px solid #276896;
  border-radius: 4px;
}
.quote {
  background-color: #EFF6FB;
  border: 1px dashed #8DBFE2;
  padding: 6px;
  margin: 8px 0px 8px 20px;
  border-radius: 6px;
  color: #276896;
}
.quote legend a {
  font-size: 11px;
  color: #8DBFE2;
}
.hp {
  visibility: hidden;
  width: 0px;
}
#keyboard {
  padding: 3px;
  background-color: #FEF4D8;
  line-height: 1.7;
  cursor: move;
  text-align: justify;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 340px;
  visibility: hidden;
  border-radius: 8px;
  box-shadow: 1px 1px 8px #333, inset 0px 0px 4px #fff;
  z-index: 99;
}
#keyboard a {
  display: inline-block;
  transition: transform .2s;
	border: 1px solid #D99A03;
	padding: 0px 3px;
  margin: 1px 0px;
	background-color: #FEE096;
	color: #000000;
	border-radius: 8px;
}
#keyboard a:hover {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  transform: scale(2);
	background-color: #D99A03;
	color: #fff;
	text-decoration: none;
}
#results {
  background-color: #FBF4EF;
  margin-top: 25px;
  box-shadow: 1px 1px 10px #919191;
  border-spacing: 0;
  width: 100%;
}
#results tr:nth-child(even) {
  background: #FBFAEF;
}
#results tr:nth-child(1) {
  background-color: #276896;
  color: #fff;
  text-shadow: #519CD2 1px 1px 0px;
}
#results tr:nth-child(1) td {
  border-top: 1px solid #8DBFE2;
  border-bottom: 2px solid #8DBFE2;
}
#results td {
  vertical-align: middle;
  padding: 3px;
}
.newvoc td, .newvoc td {
  font-size: 10px;
  text-align: center;
}
.bar {
  border: 1px solid #9B8255;
  background-color: #FFFFFF;
  height: 8px;
  width: 40px;
}
.bar div {
  background-color: #5EAA5E;
  box-shadow: inset -1px -1px 2px #529352;
  height: 8px;
  margin: 0;
}
.correct td {
  color: #BB303C;
}
#ad_home_right {
  width: 120px;
  height: 240px;
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
  z-index: 0;
}
#ad_empfehlung {
  position: fixed;
  width: 122px;
  height: 122px;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}