﻿html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-color: #fff;
	font-family: "Arial Nova", "Arial", "Helvetica", sans-serif;
	font-size: 100%;
	}

p {
	line-height: 140%;
	}

a {
	text-decoration: none;
	}

  a img {
	border:none;
	} 

sup {
	font-size: 75%;
	}

sub {
	font-size: 75%;
	}

header {
	color: #fff;
	margin: 0 auto;
	width: 75%;
	}

  header h1 {
	font-size: 200%;
	}

footer {
	text-align: center;
	background: #f1f1f1;
	width: 100%;
	clear: both;
	color: #000;
	font-size: 75%;
	font-style: normal;
	text-align: center;
	padding-top: 10px;
	margin-top: -10px;
	}

  footer a {
	color: #0D5FB9;
	text-decoration: none;
	}

  footer a:hover {
	color: #a0ca46;
	text-decoration: underline;
	}

  footer table {
	text-align: justify;
	}

button {
	color: #fff;
	padding: 0.5em;
	background-color: #44bbff;
	border: none;
	   -moz-border-radius:    5px;
	   -webkit-border-radius: 5px;
	   -o-border-radius:      5px;
	   border-radius:         5px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	}

  button:hover {
	background-color: #a0ca46;
	}
hr {
	margin-left: 0px;
	width: 100%;
	border: 0;
	height: 1px;
	background: #333;
	background: #000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(to right, #ddd, #aaa, #ddd); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(to right, #ddd, #aaa, #ddd); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(to right, #ddd, #aaa, #ddd); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #ddd, #aaa, #ddd); /* Standard syntax */
	}

li {
	line-height: 140%;
	}

select {
	font-family: "Arial Nova", "Arial", "Helvetica", sans-serif;
	}

.menu{
	font-size: 110%;
	margin-right: 1px;
	padding: 0.5em;
	color: #000;
	width: 200px;
	height: 100px;
	background: rgba(255, 255, 255, 0.0);
	border: 0px solid rgba(255, 255, 255, 0.0);
	   -moz-border-radius:    5px;
	   -webkit-border-radius: 5px;
	   -o-border-radius:      5px;
	   border-radius:         5px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	}

  .menu:hover {
	background-color: #a0ca46;
	color: #fff;
	text-decoration: none;
	}

  .menu img {
	margin-bottom: -5px;
	margin-left: 5px;
	margin-right: 5px;
	}

.menuleft {
	float: left;
	width: auto;
	padding-bottom: 0.5em;
	}

.menuright {
	float: right;
	width: auto;
	text-align: right;
	padding-top: 1.0em;
	}

.logo {
	color: #000;
	font-size: 300%;
	font-family: "Bahnschrift", "Arial", "Helvetica", sans-serif;
	}

.logopic {
	width: 100%;
	}

.big {
	font-size: 160%;
	}

.bigger {
	font-size: 125%;
	}

.smaller {
	font-size: 85%;
	}

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

.center {
	text-align: center;
	}

.tabcenter {
	margin-left: auto;
	margin-right: auto;
	}

.tabcen75 {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	}

.tabfoot {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	}

.tabcen99 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}

.up {
	vertical-align: text-top;
	}

.uproman  {
	font-variant: small-caps;
	}

.latin {
	font-family: "Times New Roman", serif;
	font-size: 105%;
	}

.important {
	color: #ff1a00;
	font-weight: bold;
	}

.flickr-sq150 {
	width: 150px;
	height: 150px;
	}

.flickr-320 {
	width: 320px;
	height: auto;
	}

.flickr-640 {
	width: 640px;
	height: auto;
	}

.prvni::first-letter {
	font-size: 300%;
	float: left;
	margin: 0.3em 0.2em 0 0;
	}

.wrp {
	color: white;
	border-color: black;
	border-style: solid;
	border-width: thin;
	background-color: #0D5FB9;
	}

#code {
	font-family: "Lucida Console", "Courier New", "Menlo", "Courier", Monospace, Monotype;
	font-size: 90%;
	}

#container {
	margin: 0 auto;
	width: 75%;
	background-color: #fff;
	}

#content {
	padding-bottom: 10px;
	}

  #content a {
	color: #0D5FB9;
	}

  #content a:hover {
	color: #a0ca46;
	text-decoration: underline;
	}

  #content ul {
	margin-right: 10px;
	}

  #content ol {
	margin-right: 10px;
	}

  #content ol li {
	margin-bottom: 5px;
	}

  #content h1 {
	text-align: left;
	}

  #content h2 {
	font-variant: small-caps;
	text-align: left;
	}

  #content h3 {
	margin-bottom: -0.8em;
	text-align: left;
	}

 #content h4 {
	text-align: left;
	}

  #content .hrend {
	width: 99%;
	margin-left: 0px;
	border: 0;
	background: #fff;
	height: 2px;
	}

  #content .hrtop {
	width: 101%;
	border: 0;
	height: 5px;
	background: #44bbff;
	margin-top: 10px;
	margin-left: -10px;
	}

  #content .hrthick {
	width: 100%;
	border-top: 2px solid black;
	}

  #content th {
	background-color: #c4d7e7;
	text-align: center;
	}

  #content td {
	border: 5px solid #fff;
	width: 25%;
	}

#center {
	margin: 0 auto;
	text-align: center;
	}

#image-left {
	float: left;
	width: auto;
	margin-left: 0.25em;
	margin-right: 1.5em;
	margin-bottom: -1.0em;
	padding: 0px;
	font-size: 85%;
	text-align: center;
	}

#image-right {
	float: right;
	width: auto;
	margin-left: 1.5em;
	margin-right: 0.25em;
	margin-bottom: -1.0em;
	padding: 0px;
	font-size: 85%;
	text-align: center;
	}

#img-flickr-240 {
	width: 240px;
	}

#img-flickr-320 {
	width: 320px;
	}

#links p {
	margin-left: 1.5em;
	text-indent: -1.5em;
	}

#featured {
	background-color: #6D9FD5;
	padding: 5px;
	}

	#featured a {
		color: #e6f2ff;
		}

	#featured a:hover {
		color: #fff;
		}

#ringing {
	background-color: #ff7575;
	padding: 5px;
	}

	#ringing a {
		color: #ffe9e6;
		}

	#ringing a:hover {
		color: #fff;
		}

#odskok {
	margin-left: 2em;
	}