* {
	font-family: 'Lora', 'Georgia', 'Times New Roman', serif;
}
html, body {
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}
body {
	margin-right: 160px;
}
input, select, textarea {
	font-size: 1em;
}
img {
	border: 0;
}
a {
	color: #4B3114;
	text-decoration: none;
	transition: all 0.4s ease;
	font-size: 1em;
}
a:visited {
	color: #8E6C41;
}
a:hover {
	color: #B56F20;
	text-decoration: underline;
}
h2 {
	font-weight: normal;
	background-color: #FAF5E5;
	padding: 4px 6px;
	border-radius: 4px;
}
form {
	display: inline;
	margin: 0px;
}
#uparrow {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 5px;
	width: 40px;
	height: 40px;
	border-radius: 24px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	border: 4px solid #fff;
	box-shadow: 0px 0px 4px #000;
	cursor: hand;
	cursor: pointer;
	z-index: 99;
}
#cookiecontrol {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px #000;
	z-index: 100;
	font-size: 0.8em;
	overflow: auto;
}
#cookiecontrol a {
	color: #F8ECD2;
}
#cookiecontrol .cookie_btn {
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 24px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #000;
	font-size: 20px;
	line-height: 2;
	text-align: center;
	border: 4px solid #fff;
	box-shadow: 0px 0px 4px #000;
	text-shadow: none;
	cursor: hand;
	cursor: pointer;
}
#cookiecontrol b {
	display: block;
	margin-right: 10px;
}
#center {
	width: 730px;
	margin: 0px auto;
}
#hinweisleiste {
	position: fixed;
	top: 0px;
	right: 160px;
	display: block;
	width: 240px;
	font-size: 0.8em;
	color: #fff;
}
#hinweisleiste div {
	display: none;
	padding: 8px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.4);
	margin: 4px 4px 0px 0px;
	transition: all 0.4s ease;
	cursor: default;
}
#hinweisleiste div:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
#hinweisleiste a {
	display: inline-block;
	float: right;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-width: 0px 0px 1px 1px;
	font-weight: bold;
	color: #fff;
	padding: 4px 8px;
	margin-top: -8px;
	text-align: center;
}
#hinweisleiste a:first-child {
	margin-right: -8px;
}
#hinweisleiste a:last-child {
	border-bottom-left-radius: 8px;
}
#hinweisleiste a:hover {
	background-color: rgba(255, 255, 255, 0.3);
	text-decoration: none;
}
#logo {
	padding: 10px 0px;
	text-align: center;
}
#suchfeld {
	background: #E7CE81 url('/latein/img/bg01.jpg') repeat-x left top;
	border: 1px solid #573C1B;
	padding: 10px 0px 10px 40px;
	box-shadow: 1px 1px 8px #aaa;
	border-radius: 8px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#suchfeld input[name="q"] {
	color: #000;
	width: 70%;
	padding: 2px 10px;
	border: 1px solid #9B8255;
	text-shadow: 1px 1px 2px #ddd;
	box-shadow: inset 1px 1px 5px #aaa;
	border-radius: 4px;
	letter-spacing: 1.5px;
	font-family: 'Alegreya SC', 'Georgia', 'Times New Roman', serif;
	font-size: 1.2em;
}
#suchfeld input[type="submit"] {
	background-color: #573C1B;
	border: 1px solid #573C1B;
	color: #fff;
	text-align: center;
	width: 20%;
	padding: 2px;
	cursor: hand;
	cursor: pointer;
	text-shadow: 1px 1px 2px #000;
	box-shadow: inset 1px 1px 3px #fff, inset -1px -1px 5px #000;
	border-radius: 4px;
	letter-spacing: 1.5px;
	font-family: 'Alegreya SC', 'Georgia', 'Times New Roman', serif;
	font-size: 1.2em;
}
input.qbutton:active {
	box-shadow: inset 0px 0px 3px #fff, inset -1px -1px 10px #000;
}
#suchfeld nav {
	margin: 10px auto 0px;
}
#suchfeld ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#suchfeld nav > ul > li {
	display: inline-block;
	position: relative;
	z-index: 24;
	cursor: hand;
	cursor: pointer;
	margin-right: 16px;
	text-align: left;
	background-color: #F8F2DE;
	padding: 2px 8px;
	border-radius: 4px;
	opacity: 0.7;
	transition: all 0.4s ease;
}
#suchfeld nav > ul > li:hover {
	z-index: 25;
	opacity: 1;
	background-color: #F8ECD2;
}
#suchfeld nav > ul > li > ul {
	display: none;
	font-weight: normal;
	line-height: 1.5;
}
#suchfeld ul ul li:before {
	content: '\b7\a0';
}
li.nobull:before {
	content: '' !important;
}
#suchfeld nav ul li:hover > ul {
	display: block;
	position: absolute;
	top: 20px;
	left: 2px;
	width: 240px;
	padding: 5px;
	background: #F8ECD2 url('/latein/img/bg04.jpg') repeat-x left top;
	border: 1px solid #9B8255;
	padding: 10px;
	box-shadow: 1px 1px 8px #aaa;
	border-radius: 4px;
}
#infos {
	background: #E9CAAF url('/latein/img/bg03.jpg') repeat-x left top;
	text-align: center;
	padding: 10px;
	box-shadow: 1px 1px 8px #aaa;
	font-size: 1em;
}
#lastposts_top {
	margin: 20px 10px 0px;
}
#lastposts_top a, #lastposts_top input {
	float: right;
	margin: 0px;
	margin-left: 10px;
}
.fqbox {
	width: 110px;
	background: #fff url('/latein/img/search.png') no-repeat 4px center;
	background-size: 12px 12px;
	padding-left: 20px;
	border: 1px solid #9B8255;
	border-radius: 8px;
}
#lastposts {
	margin: 20px 0px;
	padding: 0px;
	list-style-type: none;
}
#lastposts li {
	padding: 3px 20px;
	border-top: 1px solid #F8ECD2;
	transition: all 0.4s ease;
}
#lastposts div {
	display: none;
	font-size: 0.8em;
	padding-left: 24px;
}
#lastposts li:nth-child(n+8) {
	font-size: 0.9em;
}
#lastposts li:nth-child(n+16) {
	font-size: 0.8em;
}
#lastposts li:nth-child(n+24) {
	font-size: 0.7em;
}
#lastposts li:hover {
	background-color: #F8F2DE;
}
#lastposts i {
	color: #8E6C41;
	padding-right: 20px;
	font-size: 0.9em;
}
#lastposts div:nth-child(n+16) {
	font-size: 0.7em;
}
.homelinks {
	margin-top: 20px;
	text-align: center;
	font-size: 0.8em;
}
.promo {
	color: #fff;
	display: none;
}
#ad_rs_sky {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 160px;
	text-align: right;
	font-size: 0.8em;
}
#ad_rs_sky a {
	display: block;
	margin-bottom: 10px;
}
#ad_rs_sky a b {
	display: block;
}
#ad_rs_sky span {
	font-size: 0.7em;
	text-transform: uppercase;
}
#ad_rs_sky_cyber {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 999;
}
#cyber_monday:hover > #ad_rs_sky_cyber {
	display: block;
}
#ad_rs_bottom {
	margin-top: 20px;
	width: 100%;
}
#ad_empfehlung {
	position: fixed;
	width: 122px;
	height: 122px;
	right: 0px;
	bottom: 0px;
}
.ad_forum_inner {
	margin: 20px -10px 0px -10px;
	background-color: #FAF5E5;
	border-radius: 4px;
}
#footer {
	font-size: 12px;
	text-align: center;
	margin: 10px;
}
.results {
	background-color: #F8ECD2;
	margin-top: 20px;
	box-shadow: 1px 1px 8px #aaa;
	border-spacing: 0;
    border: none;
    border-collapse: collapse;
    width: 100%;
}
.results tr:nth-child(even) {
	background: #FAF5E5;
}
.results tr:nth-child(1) {
	background: #ECCEB7 url('/latein/img/bg02.jpg') repeat-x left top;
}
.results td {
	vertical-align: top;
	padding: 3px;
}
.results tr:nth-child(1) td {
	font-family: 'Alegreya SC', 'Georgia', 'Times New Roman', serif;
	font-size: 1.1em;
}
.results tr:nth-child(n+2) td:nth-child(1) {
	width: 5%;
}
.results tr:nth-child(n+2) td:nth-child(2) {
	width: 38%;
}
.results tr:nth-child(n+2) td:nth-child(3) {
	width: 40%;
}
.results tr:nth-child(n+2) td:nth-child(4) {
	width: 7%;
}
.results tr:nth-child(n+2) td:nth-child(5) {
	width: 10%;
}
.results img[title="Korrektur"] {
	margin-left: 3px;
}
.result_ad {
	width: auto;
	margin: 0px;
	padding: 0px;
}
.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;
}
#container {
	background: #F8ECD2 url('/latein/img/bg04.png') repeat-x left top;
	z-index: 100;
	border: 1px solid #573C1B;
	box-shadow: 1px 1px 8px #aaa;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 40px;
	line-height: 1.2;
}
.title, h1 {
	font-family: 'Alegreya SC', 'Georgia', 'Times New Roman', serif;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
.idcheckform {
	display: block;
	position: relative;
}
.idcheckwin {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(248, 236, 210, 0.7);
}
.idcheckbox {
	width: 50%;
	margin: 100px auto;
	padding: 30px 40px;
	color: #fff;
	background-color: rgba(75, 49, 20, 1);
	line-height: 1.5;
	border-radius: 4px;
	box-shadow: 1px 1px 8px #E9CAAF;
	font-size: 0.9em;
}
.idcheckbox a {
	display: block;
	border-radius: 4px;
	margin: 10px 0px;
	padding: 4px 8px;
	color: #fff;
}
.titleline {
	background-color: #FAF5E5;
	padding: 4px 6px;
	border-radius: 4px;
	margin-top: 20px;
	font-weight: bold;
}
.titleline span {
	font-weight: normal;
}
.titleline img {
	margin: 3px;
}
.answer {
	margin-left: 10px;
	padding-left: 25px;
}
.answer:before {
	float: left;
	margin-left: -25px;
	content: '↳';
	font-weight: 2em;
}
.warned .msg {
	display: none;
}
.warned .titleline {
	cursor: s-resize;
}
.small {
	font-size: 0.8em;
	padding: 3px 5px;
	font-weight: normal;
}
.tothetop {
	display: inline-block;
	border-top: 2px solid #000;
	font-size: 12px;
	height: 10px;
	line-height: 10px;
}
.tothetop:hover {
	text-decoration: none;
	border-color: #B56F20;
}
.gotopage {
	float: right;
}
.like {
	opacity: 0.4;
	cursor: hand;
	cursor: pointer;
}
.like:hover {
	opacity: 1;
}
.msg {
	position: relative;
	text-align: justify;
	padding: 5px;
	color: #000;
}
.msg a {
	font-weight: normal;
}
.msg img {
	cursor: help;
	vertical-align: -3px;
}
.error {
	background: #E9CAAF url('/latein/img/bg03.jpg') repeat-x left top;
	color: #8E3408;
	margin: 0px 5px;
	padding: 10px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.error .msg {
	background-color: #F8ECD2;
	border-radius: 4px;
	border: 1px solid #E9CAAF;
	box-shadow: inset 1px 1px 8px #E9CAAF;
	padding: 10px;
}
#forumsuche {
	list-style-type: none;
	font-weight: normal;
	margin: 20px 0px 0px;
}
#forumsuche li {
	padding: 5px 10px;
}
#forumsuche li span {
	display: inline-block;
	width: 30%;
}
#forumsuche li input[type="text"] {
	width: 60%;
}
#forumsuche .searchoptions {
	display: none;
}
#forumsuchoptionen {
	display: block;
	margin: 0px auto;
	font-size: 0.8em;
	width: 200px;
	background-color: #FAF5E5;
	padding: 3px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center;
	border-top: 1px solid #F8ECD2;
}
#forumsuchoptionen:hover {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#forumpost {
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}
#forumpost input[type="text"], textarea {
	width: 90%;
	border: 1px solid #9B8255;
	padding: 3px;
	border-radius: 4px;
	font-size: 0.9em;
}
#forumpost textarea {
	height: 200px;
}
#forumpost input[name="homepage"] {
	display: none;
}
#forumpost span {
	display: block;
}
#forumpost li {
	margin-bottom: 5px;
}
#forumcode {
	display: none;
}
#Regeln {
	background-color: #FAF5E5;
	border-radius: 4px;
	padding: 5px;
	font-size: 0.8em;
}
.check_img {
	cursor: pointer;
	cursor: hand;
	border: 2px solid #F8ECD2;
	border-radius: 4px;
}
.quote {
	background-color: #F9F3DF;
	border: 1px dashed #8E6C7A;
	padding: 6px;
	margin: 5px 0px 10px 20px;
	border-radius: 6px;
}
.quote legend a {
	color: #8E6C7A;
	font-size: 0.8em;
}
.ftable {
	background-color: #FAF5E5;
	margin: 5px 0px 10px 20px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-radius: 6px;
	box-shadow: 1px 1px 8px #E9CAAF;
}
.ftable td {
	padding: 3px 9px;
	border: 1px dashed #E9CAAF;
	vertical-align: baseline;
}
.ftable tr:nth-child(even) td {
	background-color: #f7ecda;
}
.ftable tr:first-child td {
	border-top: 0px;
}
.ftable tr:last-child td {
	border-bottom: 0px;
}
.ftable tr td:first-child {
	border-left: 0px;
}
.ftable tr td:last-child {
	border-right: 0px;
}
.ftable tr:first-child td:first-child {
	border-top-left-radius: 6px;
}
.ftable tr:first-child td:last-child {
	border-top-right-radius: 6px;
}
.ftable tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}
.ftable tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}
.ftabletop {
	text-align: center;
	font-weight: bold;
	background-color: #E9CAAF;
	color: #fff;
	text-shadow: 1px 1px 1px #9B8255;
}
#tablewin {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 420px;
	padding: 10px;
	margin-left: -260px;
	margin-top: -220px;
	background: #F8ECD2 url('/latein/img/bg04.png') repeat-x left top;
	z-index: 999;
	border: 1px solid #FAF5E5;
	box-shadow: 1px 1px 100px #111;
	border-radius: 8px;
}
#tablewin table {
	width: 100%;
}
#table_preview {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #9B8255;
	box-shadow: inset 1px 1px 8px #9B8255;
	height: 150px;
	overflow: auto;
	margin: 10px 0px;
}
#table_preview table {
	width: auto;
	margin: 10px auto;
}
#dia a {
	cursor: hand;
	cursor: pointer;
	background-color: #FAF5E5;
	padding: 2px 6px;
	border-radius: 4px;
	margin-right: 1px;
}
.intlink:before {
	content: '▸ ';
}
.linklist {
	margin-top: 10px;
}
.newlink, .linklist a, .intlink {
	background-color: #F8F2DE;
	padding: 2px 8px;
	border-radius: 8px;
}
.newlink:hover, .linklist a:hover {
	background-color: #FAF5E5;
}
.linkbutton {
	background-color: #F8F2DE;
	border-radius: 8px;
	padding: 0px 8px;
	box-shadow: 0px 0px 4px #E9CAAF;
}
.stips {
	float: right;
	margin-top: 12px;
	margin-left: 12px;
	display: block;
	padding: 0px 12px;
	border-radius: 12px;
	width: 128px;
	height: 40px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	background: url(../img/laurel1.png) left top no-repeat, url(../img/laurel2.png) right top no-repeat;
	line-height: 1;
}
.stips span, .stips a {
	font-size: 0.8em;
	color: #2A3D2D;
}
.stips_hover {
	display: none;
}
.stips a {
	position: relative;
	cursor: help;
	color: #9EE1B9;
	text-decoration: underline;
}
.stips a span {
	position: absolute;
	display: none;
	top: 4px;
	left: 24px;
	width: 200px;
	background-color: #B0FCBA;
	box-shadow: 0px 0px 8px #2A3D2D;
	border-radius: 4px;
	text-align: left;
	padding: 6px;
	line-height: 1.1;
	z-index: 99;
}
.stips:hover {
	width: 150px;
	box-shadow: inset 0px 0px 60px #FAF5E5, 0px 0px 20px #FAF5E5;
}
.stips:active {
	box-shadow: inset 0px 0px 60px #B0FCBA, 0px 0px 20px #B0FCBA;
}
.stips:hover > .stips_hover { display: inline; }
.stips:hover > .stips_static { display: none; }
.stips_link:hover > .stips_info { display: block; }
#zahlen { text-align: center; }
#zahlen form { margin: 30px; }
#zahlen em { font-size: 1.2em; }
#zahlen h2 {
	margin: 0px;
	color: #8E6C41;
	font-size: 1.8em;
	margin-bottom: 30px;
}
#zahlen strong {
	color: #000;
	font-weight: normal;
}
#zahlen .small {
	text-align: center;
}
.vocdetail { border-collapse: collapse; }
.vocdetail td { padding: 4px 8px; }
.vocdetail tr td:nth-child(1), .vocdetail tr:nth-child(1) td { background-color: #FAF5E5; }
#tattoo {
	border: 1px solid #573C1B;
	background-color: #FFDFC4;
	height: 300px;
}
#tattoo_select {
	display: inline-block;
	width: 150px;
	float: left;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	font-size: 1.2em;
	white-space: nowrap;
}
#tattoo_select div {
	padding: 3px 6px;
	cursor: pointer;
	cursor: hand;
}
#tattoo_select div:hover, #tattoo_select div:active {
	background-color: #573C1B;
	color: #fff;
}
#tattoo_view {
	float: right;
	font-size: 60px;
	display: inline-block;
	width: 475px;
	height: 300px;
	line-height: 300px;
	text-align: center;
	overflow: hidden;
	cursor: default;
}
#tattoo_text {
	font-weight: normal;
	background: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-shadow: 0px 0px 10px #A5361F;
	opacity: 0.9;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}
#tattoo_colors {
	float: right;
	height: 3px;
}
#tattoo_colors div {
	display: inline-block;
	height: 3px;
	vertical-align: bottom;
}
#analyse ul {
	margin: 10px 0px 20px;
}


@media screen and (max-width: 900px) {
	body {
		margin-right: 0px;
	}
	#ad_rs_sky {
		width: 0px;
	}
	#hinweisleiste {
		display: none;
	}
}
@media screen and (max-width: 730px) {
	#center {
		width: auto;
	}
}
@media screen and (max-width: 460px) {
	#logo img {
		width: 95%;
		height: auto;
	}
	#suchfeld {
		padding: 10px;
	}
	#suchfeld nav > ul > li {
		display: inline-block;
		width: 42%;
		margin: 3px 0px;
	}
	#lastposts_top {
		text-align: center;
	}
	#lastposts_top b {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	#lastposts_top a, #lastposts_top input {
		margin: 10px;
		float: none;
	}
	.results tr td:nth-child(4), .results tr td:nth-child(5) {
		display: none;
		width: 0%;
	}
	#table_spruch tr:nth-child(1) td:nth-child(3) {
		display: none;
		width: 0%;
	}
	#uparrow {
		display: block;
	}
	.linklist a {
		display: block;
		width: auto;
		margin-bottom: 5px;
	}
	#forumsuche li span, #forumsuche li input[type="text"] {
		display: block;
		width: 100%;
	}
}