/* ======================== GENRICKE TAGY ======================== */
body {
	margin-top: 10px;
	background: #ddffdd;
	background-image:url("./znak-pozadi.gif");
	background-repeat:no-repeat;
	background-position: center center;
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 10pt;
	color: #003300;
	text-align: center;
}

#body {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}

pre {
	color: #003300;
	text-align: center;
	font-family: "Comic Sans MS", Verdana, sans-serif;
}

img {
	margin: 0px;
	border: none;
}

a {
	color: #030;
}
a:hover {
	color: #f00;
}
a img { border: none }

h1 { color: #fff; margin: 0px }
h2, h3 { text-align:center; }

p {
	padding: 0px 5px;
	text-align:justify;
}

h1 img { border: none; }

dt { font-weight: bold }
dd { margin-bottom: 1em }

pre img { float: right }


/* ======================== MENU ======================== */
.menu {
	margin-top: 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px;
	font-weight: bold;
}
.menu a {
	color: #003300;
	text-decoration: none;
	padding: 1px 5px;
	margin: 0px;
}
.menu a:hover {
	text-decoration: underline;
	color: #f00;
}
.menu #stat {
	float: right;
}
.menu #stat a:hover {
	background: #000;
}

#footer {
	margin-top: 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px;
	text-align: center;
}

#photos {
	text-align:center;
}
#photos img {
	border: 1px solid #fff;
}