@media print {
      div#page {
				position: static;
				width: 100%;
			}
    }
body {
	font-family: "Verdana", sans-serif;
	font-size: 0.7em;
	color: rgb(5,102,128);
}

p {
	text-align: justify;
	margin: 10px 0;
}

td {
	padding: 0 0 0 0;
}

ul {
	margin: 0;
	margin-left: -25px;
	_margin-left: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

h1 {
	
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.3em;
}

h2 {
	margin: 10px 0 10pxcon 0;
	padding: 0;
	font-size: 1.2em;
}

p {
	margin: 5px 0;
	padding: 0;
}

h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.1em;
}

a img {
	border: none;
}

a, a:link, a:visited, a:active {
	color: rgb(5,102,128);
	text-decoration: none;
}

.cistic {
	clear: both;
}

#page {
	width: 600px;
	margin: 10px auto 0 auto;
}

#header {
	height: 80px;
}

#header #logo {
	padding: 38px 0 0 0;
}

#header #iso2 {
	float: right;
	margin: 45px 15px 0 0;
}

#header #iso {
	float: right;
	margin: 45px 15px 0 0;
}

#header #ikona {
	float: right;
	margin: 45px 0 0 0;
}

#menu {
	height: 30px;
	background: url("../pictures/menu.png") left top repeat-x;
	border: solid white;
	border-width: 0 0 1px 0;
}

#menu #navigace a {
	float: left;
	display: block;
	text-decoration: none;
	color: white;
	height: 23px;
	padding: 8px 10px 0 10px;
	border: solid white;
	border-width: 0 1px 0 0;
	text-align: center;
	font-weight: bold;
}

#menu #navigace a:hover {
	color: black;
}

#menu #vlajky {
	float: right;
}

#menu #vlajky a {
	position: relative;
	top: 8px;
	margin: 0 5px 0 0;
}

#content {
	background: rgb(229,229,229);
	padding: 10px 20px 20px 20px;
	border-bottom: 1px solid rgb(229,229,229);
}

#uvod {
	background: url("../pictures/uvod.jpg") left top no-repeat;
	height: 165px;
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	}

#uvodcz {
	background: url("../pictures/uvodcz.jpg") left top no-repeat;
	height: 244px;
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	}

#uvod #uvod_frame {
	font-size: 0.8em;
	float: right;
	width: 170px;
	margin: 5px 0 0 0;
	padding: 10px 10px 10px 5px;
	position: relative;
	left: 10px;
}

#galerie {
	text-align: center;
	padding: 0 0 30px 0;
}

#galerie img {
	border: 1px solid #555;
	padding: 10px;
	background: white;
	margin-bottom: 10px;
}

.galerie_detail {
	border: 1px solid #555;
	padding: 10px;
	background: white;
	margin-bottom: 10px;
}

.previous {
	float: left;
}

.next {
	float: right;
}
.outline {
	background: #888 url('../pictures/menu.png') left top repeat-x;
	color: white !important;
	padding: 5px;
	width: 590px;
	margin: 0 auto;
}

.outline a {
	color: white;
}

.outline .left {
	top: 6px 0 0 0;
}

.cube {
	position: relative;
	top: 6px;
}

