@import url(/t/reset.css);

html, body {
	background-color: #404040;
	background-image: url(/t/img/bg.png);
	font-family: 'Lucida Sans Unicode', Georgia, Calibri, 'Trebuchet MS', Arial, 'Times New Roman', serif;
}

a {
	color: #2355d4;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

.box {
	background-color: #ccc;
	border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	border-radius: 3px;
	border-right: 1px solid #aeaeae;
	box-shadow: 0px 0px 30px #000;
	margin: auto;
	margin-top: 60px;
	width: 300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 30px #000;
	-moz-box-shadow: 0px 0px 30px #000;
}

.header {
	background-image: url(/t/img/header-bg.png);
	border-bottom: 1px solid #aeaeae;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 45px;
	margin-bottom: 1px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

.header a {
	background-repeat: no-repeat;
	background-position: 0px 15px;
	color: #3f3f3f;
	display: inline-block;
	font: normal 1.75em 'Lucida Sans Unicode', Georgia, Calibri, 'Trebuchet MS', Arial, 'Times New Roman', serif;
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 17px;
	text-shadow: 1px 1px 4px #fff;
}

.header a.online {
	background-image: url(/t/img/online.png);
}

.header a.offline {
	background-image: url(/t/img/offline.png);
}

.header a:hover {
	color: #2c2c2c;
	text-decoration: none;
}

.header span {
	color: #6f6f6f;
	display: inline-block;
	float: right;
	font-size: 0.75em;
	margin-right: 10px;
	margin-top: 15px;
	text-shadow: 1px 1px 2px #fff;
}

.bar {
	background-color: #a9a5a5;
	background-image: url(/t/img/unactivebar-bg.png);
	border-radius: 2px;
	display: block;
	height: 30px;
	width: 298px;
	border-left: 1px solid #8d8989;
	border-right: 1px solid #8d8989;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.bar a {
	background-image: url(/t/img/arr-d.png);
	background-position: 10px 13px;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 0.85em;
	padding-left: 24px;
	padding-top: 6px;
	text-shadow: 1px 1px 2px #676767;
}

.bar a:hover {
	text-decoration: none;
}

.active .bar {
	background-color: #1863c0;
	background-image: url(/t/img/activebar-bg.png);
	border-left: 1px solid #124c93;
	border-right: 1px solid #124c93;
}

.active .bar a {
	background-image: url(/t/img/arr-r.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.content {
	color: #3f3f3f;
	font: normal 0.75em 'Lucida Sans Unicode', Georgia, Calibri, 'Trebuchet MS', Arial, 'Times New Roman', serif;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.content p, .content ul {
	margin-top: 5px;
}

.content .link {
	margin-bottom: 5px;
}

.content .contact-warning {
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 5px;
}

.content .av {
	float: right;
	margin-top: 5px;
	padding-left: 3px;
}

/* mail */

.rfxsd, .cpdao, .losac, .pxaeras, .jdasdo, .rec { display: none; }
.t34dx:after { content: "@"; }
.dasdx:after { content: ".net"; }

.footer {
	font-size: 0.75em;
	margin-left: 10px;
	margin-top: 1px;
	padding-bottom: 3px;
	padding-top: 1px;
}

.footer a {
	color: #919191;
}

.footer a:hover {
	color: #3f3f3f;
}

.footer span {
	float: right;
	margin-right: 10px;
}

@media screen and (max-device-width: 480px){
	.box {
		font-size: 1.25em;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}