#wrapper #content a {
	color: #009;
}

#wrapper #content p {
	margin-bottom: 0.8em;
}

#wrapper #content h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

#wrapper #content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

#wrapper #content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}


#wrapper #content h4 {
	font-weight: bold;
	margin-bottom: 8px;
}

#wrapper #content ul {
	margin-left: 20px;
}

#informer {
	padding: 8px 16px;
}

#informer a {
	color: #ff0;
}

.tip {
	background-color: #fff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10pt;
	margin: 16px 0;
}

.tip div {
	margin: 16px;
}

a.special {
	color: #009;
	display: block;
	margin: 6px 0;
	padding: 6px;
	text-align: center;
}

a.special:hover {
	background-color: #009;
	color: #fff !important;
	text-decoration: none;
}

a.special small {
	display: block;
}

#counter {
	bottom: 8px;
	left: 580px;
	position: absolute;
}

#auth-error {
	background-color: #f00;
	color: #fff;
	position: absolute;
	top: 400px;
	left: 200px;
	width: 400px;
	padding: 16px;
	text-align: center;
	z-index: 600;
}

#auth-error a {
	color: #fff;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
head~body #content { margin-left: 25px; }
}
