body
{
	margin:0;
	padding:0;
	background-color:#28262d;
	font-family:'Open Sans';
}
#container
{
	width:1000px;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 2, 1);
-moz-box-shadow:    0px 0px 13px 0px rgba(0, 0, 2, 1);
box-shadow:         0px 0px 13px 0px rgba(0, 0, 2, 1);
}

#header
{
	width:1000px;
	height:307px;
}

#header .logo
{
	width:326px;
	height:233px;
	float:left;
}

#header .headerpic
{
	float:right;
}

#szinpadtechnika
{
	width:1000px;
	height:74px;
	background-image:url(../images/szinpadtechnika.png);
	top:233px;
	*top:0px;
	position:relative;
}

#menu
{
	width:298px;
	height:1065px;
	padding-top:30px;
	padding-left:30px;
	background-image:url(../images/menubck.png);
}

#menu a, #szinpadtechnika a
{
	width:214px;
	height:33px;
	background-image:url(../images/abck.png);

	display:block;
	color:white;
	text-decoration:none;
	margin-bottom:15px;
	padding-left:12px;
	padding-top:6px;

}

#szinpadtechnika a
{
	position:absolute;
	margin-left:730px;
	margin-top:15px;
}


#menu a:hover, #szinpadtechnika a:hover
{
	background-image:url(../images/abck_hover.png);
}

#menu .ahover
{
	background-image:url(../images/abck_hover.png);
}


#content
{
	width:632px;
	height:1055px;
	float:right;
	padding:20px;
	overflow:hidden;
	background-image:url(../images/contentbck.jpg);
}

#slider
{
	position:absolute;
	margin-left:315px;
	margin-top:81px;
	height:685px;
}

#gallery
{
	position: relative; overflow: auto;
	width:400px;
	margin:0 auto;
		-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 2, 1);
-moz-box-shadow:    0px 0px 13px 0px rgba(0, 0, 2, 1);
box-shadow:         0px 0px 13px 0px rgba(0, 0, 2, 1);
	
}

#gallery ul
{
	margin:0;
	padding:0;
}

#gallery li
{
	list-style: none;
}

#gallery ul li
{

	height:300px;
	float:left;
	margin:0;
	padding:0;
}

#biggallery
{	
	
}

.fancybox
{
	float:left;
	margin:5px;

}