html {
	color:#333333;
	background:#eeeeee;
	margin:0;
	padding:0;

	font-family:Tahoma, Verdana;
	font-weight:normal;
	font-size:small;
/*	text-align:left; */
}
/*
@font-face {
	font-family: 'ChalkNormal';
	src: url('/fonts/chalkn.eot');
	src: local('¢'), url('/fonts/chalkn.woff') format('woff'), url('/fonts/chalkn.ttf') format('truetype'), url('/fonts/chalkn.svg#webfontkH8Cc9LY') format('svg');
	font-weight: normal;
	font-style: normal;
}
*//*
.chalk {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'ChalkNormal', sans-serif;
}
*/
#SITE {
	position:relative;
	left:10%;
	width:880px;

	color:#333333;
	background:#eeeeee;
}
#HEAD {

}
#MENU {
	z-index:2;	/* rozwiazuje problem z IE z-index*/

	width:130px;
	float:left;
	overflow:visible;	/* zeby bylo widac rozwijane menu */

	background-color:#e0e0e0;
}
#CONTENT {
	z-index:1;	/* rozwiazuje problem z IE z-index*/

	width:700px;
	float:left;
	overflow:hidden;
}
#TAIL {
	clear:both;
	width:100%;
}

.nobr {
	white-space: nowrap;
}

a.hover {
	text-decoration:underline;
	color:#333333;
}

a.hover:visited {
	text-decoration:underline;
	color:#444444;
}

a.hover:hover {
	text-decoration:underline;
	background:#333333;
	color:#BBBBBB;
}

a.default {
	color:#333333;
}

a.default:visited {
	color:#444444;
}

a.default:hover {
	color:#333333;
}

hr.default {
	color:#333333;
	background-color:#333333;
	height:1px;
	border:0;
}

#dotted {
	border:1px dotted #555555;
}

ul {
/*	padding-left:16px; */
/*	list-style-image: url(img/list.png); */
}

table {
	border-color:#333333;
	border-style:void;
/*	border-width:1px; */
	border-collapse:collapse;
}

td {
	font-family:Tahoma, Verdana;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	border-style:void;
	border-color:#333333;
/*	border-width:1px; */
	padding-left:5px;
	padding-right:5px;
}

/*
p {
	text-indent:1.5em;
}
*/

input {
	color:#333333;
	border-color:#909090;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
}

blockquote {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	margin:5px;
	border:1px #999999 dashed
}

img.gallery {
	border: 1px solid #CCC;
	padding: 2px;	
	margin: 2px 5px 5px 2px;
}

.archive {
	padding:1em 20px;
/*	text-align:right; */
}

.archive a,
.archive span {
	margin:1px;
	padding:2px 4px;
	border:1px solid #cccccc;
	color:#333333;
}

.archive a {
	color: #333333;
	border-color: #cccccc;
	text-decoration:none;
}

.archive a:hover {
	border-color: #777777;
	text-decoration:none;
}

.archive .current {
	background:#666666;
	color:#ffffff;
}
/*
div.caption {
	position: absolute;
	margin-top: -65px;
	margin-left: -65px;
/*	width: 150px; */
/*	text-align: center;
	left: 50%;
	padding: 5px 10px;
	background: black;
	color: red;
	font-family: 'ChalkNormal', sans-serif;
	border-radius: 10px;
	display: none;
}*/
