body {
	color: black;
	margin: 0;
	padding: 0;
}
/* ne na body zaradi problemi s ie i em sizes */
html {
	font: 62.5% "Palatino Linotype", "Book Antiqua", Georgia, serif;
	text-align: justify;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
#Header {
	margin: 0 0 2.2em 0;
}
#Header img {
	display: none;
}
h1 {
	display: block;
}
h2 {
	border-bottom: 1pt solid black;
}
a {
	color: black;
}
#Navigation {
	display: none;
}
#One strong {
	display: block;
	padding: 0;
	margin: -0.75em 0 0.5em 0;
	padding: 1.5em;
	background-color: #eee;
}
#News {
	list-style: none;
	margin: 0;
	padding: 0;
}
#News .NewsDate {
	font-weight: bold;
	display: block;
}
#News li {
	margin: 0 0 1.6em 0;
}
.Gallery {
	float: left;
	width: 152px;
	margin: 0 3em 3em 0;
}
.Rightmost {
	 margin: 0 0 3em 0;
}
.Gallery .Title {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	text-align: center;
}
.Gallery img, .Single img {
	border: 1pt solid Black;
}
.SingleImage {
	border: 1pt solid Black;
}
.Single dt {
	font-size: 1.15em;
	font-weight: bold;
}
.Single dd {
	margin: 0em 0 1.5em 0;
	text-align: left;
}
#MiniNav {
	display: none;
}



#Contacts {
	float: right;
	margin: 0.75em 0 0.5em 1em;
	padding: 1.5em;
	list-style: none;
	background-color: #eee;
}
.AboutImageLeft, .AboutImageRight {
	text-align: center;
	font-weight: bold;
}
.AboutImageLeft {
	float: left;
	margin-right: 1em;
}
.AboutImageRight {
	float: right;
	margin-left: 1em;
}
.AboutImage img {
	border: 1pt solid Black;
}
.AboutImage {
	float: left;
	width: 100%;
}



#Footer {
	display: none;
}

/* Font sizes */

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
}
h1 {
	font-size: 2.6em;
} 
h2 {
	font-size: 2.1em;
	line-height: 1em;
	margin: 0.5em 0 0.5em 0;
}
h3 {
	font-size: 1.8em;
	line-height: 1.17em;
	margin: 1em 0 0.17em 0;
}
h4 {
	font-size: 1.6em;
}
p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 1.5em 0 0 0;
}
blockquote {
	font-size: 1.3em;
	line-height: 1.5em;
	font-style: italic;
}
code, pre {
	font-size: 1.6em;
}
ul, ol, dl {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 1.5em 0 0 0;
}