html,body {
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-align: center;
	background: #330000;
	color: #7c3b22;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #7c3b22
	}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	}

#top {
	width: 100%;
	height: 100px;
	}


#menu, #menu2 {
	margin: 0 auto;
	width: 800px;
	clear: both;
	}

#menu div, #menu2 div {
	float: left;
	margin: 10px;
	}

#content {
	margin: 0px;
	padding: 0px;
	background: transparent;
	text-align: left;
	}

#tresc {
	padding: 10px;
	width: auto;
	}

.galeria {
	float: left;
	}

.miniatura {
	float:left;
	border: 2px solid #ddd;
	margin: 3px;
	}

.skrot {
	clear:both;
	}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}

#flashContent {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px auto;
	background: #330000;
	position: absolute;
	}


p {
	font-size: 11px;
	color: #7c3b22;
	}

img {
	border:none;
	padding:0px;
	margin:0px;
	}

#panorama{
	background: #000000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	}
