@charset "utf-8";
/* CSS Document */

#body {
	text-align:center;
}

#main {
	padding:0;
	margin:auto;
	text-align:left;
	width:890px;
	height:autos;
	font-family:Arial;
}

#main a:link{color:#FF0033;}
#main a:hover {color:#660066;}
#main a:visited{color:#FF9900;}

/*aby nedavalo ramiky okolo obrazkov s hyperlinkom*/
a img {border-width: 0px;}

/*centralne oramovane pole s bielym pozadim*/
#center {
	margin-top:10px;
	/*margin-left:10px;*/
	width:890px;
/*	background-color:#FFFF8d;*/
	background-image:url(../images/stredny.jpg);
	background-repeat:repeat-y;
	background-color:#ffff8d;
/*	color:#FF0000;
	border-style:solid;
	border-width:3px;
	border-color:#000000;*/
	position:absolute;

}

/*lave horne logo*/
#logo {
	width:200px;
	height:138px;
	background-image:url(../images/logo.jpg);
	margin-left:75px;
	z-index:1;	
}

/*bocne menu*/
#menu {
	width:200px;
	height:360px;
	left:75px;
/*	top:13px;*/
	position:absolute;
	z-index:8;
}

/*horna lista menu*/
#vrchny{ 
	width:890px;
	background-image:url(../images/horny.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:6px 0px 0px 0px;
}

/*spodna lista menu*/
#spodny{ 
	width:890px;
	background-image:url(../images/dolny.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:6px 0px 0px 0px;
}

/*vlastnosti horneho nadpisu*/
#nadpis {
	width:530px;
	height:100px;
	background-image:url(../images/nadpis.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:280px;
	z-index:2;
}

/*vlastnosti textoveho centralneho pola*/
#text {
	width:490px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	top:160px;
	padding:14px 40px 15px 300px;

/*	background-color:#CC0000;*/
	position:static;
	z-index:10;
}

#zarovnanie {
	text-align:justify;
}

#copyright {
	width:870px;
	position:relative;
	/*top:627px;*/
	text-align:center;
	color:#FF0000;
	z-index:10;
}

div.miniphoto {
	display: none;
	left:100px;
	position: absolute;
	padding: 10px;
	background-color:#ffff8d;
}

img.miniphoto {
	max-height: 150px;
	_height: expression(this.height > 150 ? 150: true);
}
