@import "default.css";

body {
	background-color: #000;
}

div#page { 
	margin: 0 auto; 
	width: 900px;
	background-color: #fff;
}

div#top {
	position: relative;
	height: 139px;
	background: #304d9d url(bg-top.jpg) no-repeat;
}

div#top p.menu2 {
	position: absolute;
	right: 7px;
	top: 5px;
	color: #fff;
}

div#top p.menu2 a {
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
}

div#top p.menu2 a:hover {
	text-decoration: underline;
}

div#log {
	position: absolute;
	width: 285px;
	bottom: 6px;
	right: 5px;
	color: #fff;
	background: #6e7fa3 url(bg-log.jpg) bottom no-repeat;
}

div#log a {
	color: #fff;
	text-decoration: none;
}

div#log a:hover {
	text-decoration: underline;
}

div#log h1 {
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #bfc8e1;
}

div#menu1 {
	margin: 5px;
	height: 21px;
	border: 1px solid #a1a0a0;
	background: #ededed url(bg-menu.gif) bottom repeat-x;
}

div#menu1 a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

div#menu1 a:hover {
	background-color: #a1a0a0;
}

table#content td {
	vertical-align: top;
}

div#bottom {
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 24px;
	background-color: #707070;
}

div#bottom p {
	position: absolute;
	top: 2px;
}

div#bottom p.copyright {
	left: 5px;
	color: #fff;
}

div#bottom p.developed {
	right: 5px;
	color: #fff;
}

div#bottom p.developed a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#bottom p.developed a:hover {
	text-decoration: underline;
}

div.spacer {
	padding: 2px 5px;
}

div.box {
	margin-bottom: 5px;
	border: 1px solid #707070;
}

h1 {
	color: #000;
	font-size: 18px;
}

h2 {
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #707070;
}

p {
	margin: 3px 0;
}

p#alfabet {
	text-align: justify;
	font-size: 13px;
	margin-bottom: 3px;
}

p#alfabet a {
	margin: 0 1px;
	font-weight: bold;
	text-decoration: none;
}

p#alfabet a:hover {
	color: #f00;
}

a.btn {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #d5d5d5;
}

table#pages {
	border-collapse: collapse;
}

table#pages td {
	vertical-align: middle;
	padding: 1px;
}

table#pages td a {
	display: block;
	border: 1px solid #ccc;
	padding: 2px;
	color: #333;
	text-decoration: none;
	background-color: #eee;
}

table#pages td a:hover {
	border: 1px solid #333;
}

table#pages td a.sel {
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	background-color: #333;
}

