@import "http://jsimlo.sk/base01.css";

BODY {
	background-color: #f0f3f7;
	font-family: Verdana, Arial, Sans-serif;
	margin-top: 3em;
}

A:link,
A:visited {
	color: #007;
}

A:hover,
A:active {
	color: #700;
}

P {
	text-indent: 2em;
}

P,
LI {
	text-align: justify;
}

UL.ilist {
	margin: 0;
	padding: 0;
	text-align: center;
}

UL.ilist LI {
	display: inline;
	padding: 0 .5em;
}

UL.noindent {
	margin: 0;
	padding: 0 0 0 1.4em;
	list-style-type: square;
}

A.extern {
	color: red;
}

/***************************************************/

DIV#intro {
	background: url('images/intro-back.jpg') no-repeat;
	margin: auto;
	width: 869px;
	height: 668px;
}

DIV#intro DIV.wrapper {
	padding: 146px 25px 0 43px;

}

DIV#intro DIV.scroller {
	overflow: auto;
	height: 474px;
}

DIV#intro DIV.body {
	padding: 0 2em;
}

DIV#intro H1 {
	display: none;
}

DIV#intro H2 {
	color: #946e49;
}

DIV#intro H2 B {
	border-bottom: 1px dashed #946e49;
}

DIV#intro UL.menu A {
	color: red;
	border-bottom: 1px dotted red;
}

DIV#intro DIV.pager {
	margin-top: 2em;
	height: 22em;
	overflow: auto;
}

DIV#intro DIV.page {
	margin: 0 1em 3em 0;
	min-height: 22em;
}

DIV#intro DIV.page H3 {
	color: #674D33;
	text-align: right;
	text-transform: lowercase;
	margin: 0 2em 1em;
}

DIV#intro DIV.page LI {
	margin-top: .5em;
}

DIV#intro DIV.page DIV.opinion {
	border: 1px solid gray;
	float: left;
	width: 25%;
	margin: 1em;
	padding: 0 1em;
}

DIV#intro DIV.page DIV.opinion P {
	text-indent: 0;
}

DIV#intro DIV.page DIV.gallery {
	text-align: center;
}

DIV#intro DIV.page DIV.gallery IMG {
	border: 1px solid gray;
	margin: 5px;
	padding: 1px;
}

/***************************************************/

DIV#tail {
	margin: auto;
	width: 869px;
	margin-top: 1em;
	font-size: .8em;
	text-align: right;
}

DIV#tail HR {
	display: none;
}
