@charset "utf-8";
@font-face {
	font-family: P;
    src: url(content/fonts/p.ttf);
}
@font-face {
	font-family: P;
    src: url(content/fonts/p.eot);
}
@font-face {
	font-family: LB;
	src: url(content/fonts/lb.ttf);
}
@font-face {
	font-family: LB;
	src: url(content/fonts/lb.eot);
}
/* CSS Document */
body {
    background-color: #999;
    background-image: url(content/img/waterfall.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    /* background-clip: padding-box; */
    background-position: 50% 50%;
    color: #CCC;
    font-family: Verdana, Geneva, sans-serif;
    font-style: italic;
    font-size: 0.8em;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #999;
}
a:active {
	color: #999;
}
h4 {
	background-color: #999;
	background-image: url(content/img/head.jpg);
	text-shadow: 	/*0 -3px #000, 0 3px #000, -3px 0 #000, 3px 0 #000,
					-2px -3px #000, 2px 3px #000, -3px -2px #000, 3px 2px #000,
					2px -3px #000, -2px 3px #000, -3px 2px #000, 3px -2px #000,
					-1px -3px #000, 1px 3px #000, -3px -1px #000, 3px 1px #000,
					1px -3px #000, -1px 3px #000, -3px 1px #000, 3px -1px #000,*/
					0 -2px #000, 0 2px #000, -2px 0 #000, 2px 0 #000,
					-1px -2px #000, 1px 2px #000, -2px -1px #000, 2px 1px #000,
					1px -2px #000, -1px 2px #000, -2px 1px #000, 2px -1px #000,
					0 -1px #000, 0 1px #000, -1px 0 #000, 1px 0 #000;
	font-family: P, Tempus Sans ITC;
	font-size: 1.4em;
	border-radius: 10px;
	background-repeat: repeat;
}
h4 img {
	float: left;
	margin-right: 6px;
	margin-left: 3px;
}
.txt_small {
	font-size: 0.85em;
}
#page {
	width: 100%;
}
#main {
	margin-right: auto;
	margin-left: auto;
	max-width: 1024px;
	padding: 20px;
	background-color: rgba(51,51,51,0.80);
	background-repeat: repeat;
	min-width: 1024px;
	border-radius: 20px;
}
.banner {
	border-radius: 20px;
}
#navigation {
	margin-left: 120px; /*left: 40px, right: 700px*/
	margin-right: auto;
	width: 800px; /* 800px max */
	height: 32px;
	position: absolute;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}
#navigation #support {
	background-image: url(content/img/registerSupport.png);
	background-position: 15% 50%;
	background-repeat: no-repeat;
}
#navigation #support:hover {
	background-image: url(content/img/registerSupport.gif);
}
#navigation #contact {
	background-image: url(content/img/registerContact.png);
	background-position: 9% 50%;
	background-repeat: no-repeat;
}
#navigation #contact:hover {
	background-image: url(content/img/registerContact.gif);
}
#navigation #contact, #navigation #support {
	width: 200px; /*100%: 500px*/
}
#navigation #search {
	width: 300px;
}
#navigation #deutsch, #navigation #english {
	width: 50px;
}
#content {
	margin: 10px;
	max-width: 1004px;
	min-width: 400px;
	z-index: 2;
}
.description {
	padding-left: 10px;
}
.register, .active_register, .searchbar {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.button {
	margin-top: 20px;
	width: 65px;
	border-radius: 15px;
}
.active_register {
	background-color: #333;
	color: #999;
}
.button, .register {
	background-color: #666;
	color: #CCC;
}
.button, .register, .active_register {
	cursor: pointer;
	height: 100%;
	opacity: 0.8;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-family: P, Vivaldi;
	font-size: 1.4em;
	font-style: italic;
	text-decoration: none;
}
.button:hover, .register:hover {
	background-color: #333;
	color: #999;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
.searchbar {
	cursor: pointer;
	height: 100%;
	opacity: 0.8;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-family: P, Vivaldi;
	font-size: 1.4em;
	font-style: italic;
	text-decoration: none;
	background-color: #666;
	color: #CCC;
}
#searchbox {
	overflow:hidden;
	margin: 3px;
	padding: 0;
	width: 292px;
	height: 26px;
	border-radius: 15px;
	font-family: P, Vivaldi;
	font-style: italic;
	font-size: 1.0em;
	text-align: center;
	color: #ccc;
	background-color: #333;
	border: 0;
}
form input[type="text"], form input[type="email"], form textarea {
	background-color: rgba(204,204,204,0.30);
	border: 0;
	border-radius: 15px;
	height: 20px;
	padding: 5px;
}
form input[type="submit"], form input[type="reset"] {
	border: 0;
	float: none;
}
#nemo {
	cursor: default;
	margin-top: 20px;
	color: #999;
	font-family: LB, "Old English Text MT";
	font-size: 1.2em;
	height: 100%;
	width: 100%;
	line-height: 30px;
	text-align: center;
	vertical-align: bottom;
}
form #head {
	width: 100%;
	z-index: 1;
	position: relative;
}
form div #input {
	float: left;
}
#content #monks {
	width: 170px;
	height: 110px;
	background-image: url(content/img/monks.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: 567px;
}
form div #captchabox {
	float: right;
}
form div #captchabox img {
	border-radius: 15px;
}
form #email {
	width: 300px;
	margin: 2px 0px 2px 0px;
	font-family: LB, "Old English Text MT";
	font-size: 1.6em;
	font-style: italic;
}
form #subject {
	width: 435px;
	margin: 2px 0px 2px 0px;
	font-family: LB, "Old English Text MT";
	font-size: 1.6em;
	font-style: italic;
}
form #captcha {
	width: 130px;
	margin: 2px 0px 2px 0px;
	font-family: LB, "Old English Text MT";
	font-size: 1.6em;
	font-style: italic;
}
form #message {
	resize: none;
	width: 1000px;
	height: 300px;
	margin: 2px 0px 2px 0px;
	font-family: LB, "Old English Text MT";
	font-size: 1.6em;
	font-style: italic;
}
form #send {
	margin: 0px;
	width: 300px;
	font-style: italic;
}
form #reset {
	margin: 0px;
	float: right;
	width: 135px;
	font-style: italic;
}

.red {
	color: #FF5D5D;
	font-weight: bold;
	font-style: normal;
	cursor: help;
}
.green {
	color: #00A914;
	font-weight: bold;
	font-style: normal;
	cursor: help;
}
#Whistle {
	width: 620px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#tygif {
	float: left;
}
#dbox {
	height: 362px;
	padding-top: 10px;
	padding-bottom: 50px;
}
#dbox img {
	display: block;
}
ul {
	padding-left: 30px;
}
#cs {
	list-style-image: url(https://filecrypt.cc/Stat/E3EDAC2DD7.png);
}
/*#csgo {
	list-style-image: url(http://stats.share-links.biz/6275c610a4994ca5b6549dd096781491.gif);
}
#css {
	list-style-image: url(http://stats.share-links.biz/af6f6a078b1012d352ac7abcb6781519.gif);
}
#cs16 {
	list-style-image: url(http://stats.share-links.biz/48bb724e01a01bced32a8447b6781521.gif);
}
#fx5its {
	list-style-image: url(http://stats.share-links.biz/668f3f495913d82b613ccb0706781411.gif);
}
#aoe2g {
	list-style-image: url(http://stats.share-links.biz/75e30313ee07ad2f3caee9c536781593.gif);
}
#aoe2u {
	list-style-image: url(http://stats.share-links.biz/c9d19478e1a119c0c7472a1bb6781588.gif);
}
#aoe2ul {
	list-style-image: url(http://stats.share-links.biz/e6d14debef7a393df0b6c16c47543152.gif);
}
#aoeg {
	list-style-image: url(http://stats.share-links.biz/ccf635a6f75419c530c527e816781591.gif);
}
#rcthd {
	list-style-image: url(http://stats.share-links.biz/771349df95963335a36b18bd27560933.gif);
}
#rctu {
	list-style-image: url(http://stats.share-links.biz/97225f6d11e55f5455f741eec7560934.gif);
}
#pra {
	list-style-image: url(http://stats.share-links.biz/a299922b6296b812d0fd4a9a27639762.gif);
}
#ps3cfw {
    list-style-image: url(http://stats.share-links.biz/5d36530f0358f8603f74c1aa78999653.gif);
}
#nfsu2hd {
    list-style-image: url(http://stats.share-links.biz/fa1c4cd57a9bbcd2daa1937b79173538.gif);
}
#nfsu2l {
    list-style-image: url(http://stats.share-links.biz/6fba06d098f42306a324b9b3f9173536.gif);
}
#nfsu2u {
    list-style-image: url(http://stats.share-links.biz/603d1fa56a9c98fa4c8adc6339173531.gif);
}
*/.on {
    list-style-image: url(content/img/on.gif);
}
.status {
    width: 1rem;
	height: 1rem;
	vertical-align: text-bottom;
}
