/* the sk-spell project */

body {
	background-color: #fff;
	font-family: sans-serif;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

a {
/*	color: #bf0000;
	text-decoration:underline;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #876;
	#afafaf;
	color:#FFFFFF !important;
	color: #463
	
    */
	color:#666688;
	text-decoration: none;
	border-bottom:1px solid #B97;
	padding-bottom:1px;
	text-decoration:none;
}

a:hover {
	color: #000;
	background: #B97;
}

h1, h2, h3, h4 {
	letter-spacing: 0.1ex;
	padding-left: 5px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	border-bottom: 1px solid #668;
	text-decoration: none;
}

h4 {
	font-weight: normal;
	letter-spacing: 0;
}


p, pre, .left, .flat_ul, .flat_ol, .sprava, li {
	margin-left: 180px;
	line-height: 17px;
	font-size: 12px;
}

p { margin-top: 0; }
p.news { margin-left: 0; }
.news li { margin-left: 20px; }

pre {
	padding: 5px;
	background: #eef;
}

.left { padding-bottom: 20px; }

ul {
	list-style: square;
	margin-top: 0;
}

li { margin-left: 160px; }

.flat_ul {
	list-style: square;
	padding: 0;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}

.flat_ol {
        padding: 0;
        margin: 0;
        list-style-position: inside;
}

.news, .sprava {
	padding-top: 5px;
	padding-left: 5px;
	border-top: 1px solid #cce;
	border-left: 1px solid #cce;
}

.news { background: #fff; }
.sprava { background: #eef; }

input {
	padding: 2px;
	font-size: 12px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;
	border: 0px solid #cce;
}

td {
	padding: 2px 10px 2px 10px;
	border: 0px solid #cce;
}

div#bodyLeft { position: absolute; width: 180px; }
div#bodyRight { 
	margin: 5px 25px 25px 180px; 
	width: 75%; 
	font-size: 12px;}
