/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

body {
	background: url(img/bg.gif);
	color: #444;
	font: normal 75% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	text-align: justify;
}
b { font-weight: normal; color: #ff9900; }
p,blockquote,ul {margin-bottom: 1.2em;}

h1 {

	color: #cccccc;
	font: normal 2em serif;
}
h1:first-letter {
	display: block;
	float: left;
	font-size: 2.5em;
}
.key {
	font-size: 2.7em;
}
h2 {
	font: 1em Verdana,serif;
	margin: 3px 0 1px;
	color: #FF9900;
}
h4 {
	font: 3em Verdana,serif;
	padding-bottom: 15px;
	color: #fff;
}
ul {margin-left: 1.8em;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}
.fairy {
	color: #fff;
	font: normal 1.7em serif;
	text-align: justify;
}
.fairy:first-letter {
	display: block;
	float: left;
	font-size: 3.2em;
}
.fairyPage {
	color: #fff;
	font: normal 1.9em serif;
}
.fairyPage a {
	color: #fff;
	font: normal 1.4em serif;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
.fairyPage a:hover {
	color: #006699;
	font: normal 1.4em serif;
}
blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.rightF {float: right; margin-left: 10px;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(img/divider.gif) no-repeat center;
	height: 135px;
	margin: 30px 0 0 0;
}

/* structure */
.container {
	background: url(img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 988px;
}

.gfx {
	float: left;
	height: 1px;
	margin-top: 4px;
}

.top {
	background: url(img/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 988px;
}

.header {
	background: url(img/header.jpg) no-repeat;
	color: #FFF;
	font-size: 1.4em;
	height: 232px;
	width: 988px;
	text-align: left;
	font-family: Verdana, Arial;
}

.headerB {
	background: url(img/headerB.jpg) no-repeat;
	color: #FFF;
	font-size: 1.4em;
	height: 232px;
	width: 988px;
	text-align: left;
	font-family: Verdana, Arial;
}

.header h1 {
	font: normal 1.7em serif,sans-serif;
	padding: 62px 0 4px 0;
}

.pattern {
	background: #334127 url(img/pattern.gif) repeat-x;
	clear: both;
	height: 8px;
}

/* navigation */
.navigation {
	margin: 2px 4px 0 4px;
	text-align: center;

}
#meni {
	padding-left: 90px;
	text-align: center;
}
.navigation a {
	color: #f4f4f4;
	margin: 0 10px;
	float: left;
	width: 100px;
	height: 30px;
	display: block;
	text-decoration: none;
	font-family: Verdana;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom:1px dotted #ffffff;

}

.navigation a:hover,.navigation #selected {
	color: #444F66;
	border-bottom:1px dotted #444F66;
}


/* content */
.content {
	background: url(img/bg.jpg) no-repeat;
	clear: both;
	color: #FFFFFF;
	font-size: 1.4em;
	margin: 0;
	padding: 0 38px 42px;

}
.contentF {
	background: url(img/fairy.jpg) no-repeat;
	clear: both;
	color: #FFFFFF;
	font-size: 1.4em;
	margin: 0;
	padding: 0 10px 12px;

}
.content .spacer {
	padding: 6px 0 0 0;
}

/* content item */
.item {clear: both;}

.item img {border: 1px dashed #660000;}

.item .title {
	color: #cccccc;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #fff;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) no-repeat;
	color: #fff;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 988px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #003399;
	text-decoration: underline;
}
#sredina { text-align:center; }
.footerF {
	background: url(img/bgfooter2.gif) no-repeat;
	color: #fff;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 988px;
}

.footerF a {
	color: #fff;
	text-decoration: none;
}

.footerF a:hover {
	color: #003399;
	text-decoration: underline;
}