/*
* Body
*/
body {
	margin: 0px auto;
    font-family: verdana;
    font-size: 11px;
}

/*
* Global hyperlinks
*/
a {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ce0000;
	text-decoration: underline;
}

/*
* Page
*/
#page {
	margin: 0px auto;
	height: 600px;
	width: 1000px;
    background: url('img/bg-gallery.png') no-repeat;
}

/*
* Header
*/
#header {
	margin: 0px auto;
	height: 40px;
	width: 730px;
	float: right;
	font-family: Verdana;
	font-size: 10px;
}
#header a.link {
	margin: 0px auto;
	position: relative;  top: -30px; left: 580px;
	text-decoration: none;	
}
#header a:hover {
	margin: 0px auto;
	text-decoration: underline;
}

/*
* Navigation 100% no-repeat;	padding: 0px 20px 0px 0px;
*/
#navigation {

	margin: 0px auto;
	width: 260px;
	position: relative; top: 40px; left: 0px;
	float: left;
	height: 350px;
	background:#e7c21e; 
	
	
	
}
.logo {
	position:relative;
	font-family: Verdana;
	font-size: 20px;
	margin: 0px auto;
	left: 1%;
	top: 0%;
	height: 53;
	width: 343px;
	border: 0px;
	float: left;
	color: #000000;
}
#navigation #left {
	float: left;
}
#navigation ul {
	margin: 0px auto;
    padding: 0px;
}
#navigation ul.sipka li {
	margin-left: 40px;
	margin-top: 10px;
    list-style-image: url('img/sipka.gif');
	 text-transform: uppercase;
}
#navigation a.left-link {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	/*color: #FED700;*/
	color: #ce0000;
}

/*
* Content top left bottom right width: 647px;
*/
#content {
	margin: 0px auto;
	height: 560px;
	width: 730px;
	float: right;
	margin-top: -43px;
	color: #000000;
}
#content .img {
	/*background-image: url('img/background_foto.jpg');*/
	background-color: #fefbf3;
	margin: 0px 10px 10px 0px;
	height: 140px;
	width: 140px;
	padding: 6px;
	border: none;
}
.zoom{
	position:relative;
	right: -50px;
	bottom: -50px;
	left: -26px;
	top: -16px;
	border: none;
}


/*
* Right
*/
#right {
	margin: 0px auto;
	height: 560px;
	width: 210px;
}

/*
* Heading
*/
h3 {
	margin: 5px;
    padding: 0px;
	color: #000;
    font-size: 20px;
    border-bottom: 1px #ccc solid;

}

