body {
	font-family: Tahoma;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1em;
	text-decoration: none;
	color: #FF9900;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0;
	padding: 0;
	background-color: #333333;
}
/* hlavni obal */
#main {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	background-image: url(../images/nikon-d50-back.jpg);
	background-repeat: no-repeat;
	background-position: right 130px;
	min-height: 600px;
	text-align: center;
}
/* levy panel */
#sidebar	{
	float: left;
	width: 20%;
	min-height: 600px;
	/*background-image: url(../images/banner-left.jpg);*/
	background-position: right top;
	background-repeat: no-repeat;
}
#sidebar-content	{
	margin: 0;
	padding: 0;
}
/* pravy panel */
#obsah-obal	{
	margin: 0 0 0 20%;
	padding: 0;
	min-height: 600px;
	border-left: 2px solid #f90;
}
#obsah {
	margin: 0;
	text-align: center;
}
/* topa banner a menu */
#banner {
	height: 100px;
	width: 100%;
	background-image: url(../images/banner-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	height: 25px;
	width: 100%;
	position: relative;
	top: 0px;
	text-align: left;
	background-color: #FF9900;
	color: #333333;
}
/* paticka */
/*#footer {
	width: 90%;
	position: relative;
	font-size: 0.7em;
	text-align: center;
	height: 25px;
	line-height: 25px;
	color: #CC6600;
	border-top: 2px solid #f90;
	margin: 1em auto auto auto;
	max-width: 1280px;
}*/
#random_image {
	float: left;
	padding: 4px;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
}
/* stylizace horniho menu */
#linkmenu {
	margin: 0px;
	padding: 0px;
}
#linkmenu li {
	display: inline;
	list-style-type: none;
	line-height: 25px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}
#linkmenu li a	{
	color:#333333;
	text-decoration:none;
}
#linkmenu li a:hover	{
	color:#f90;
	background-color: #000000;
}
/* stylizace menu gelerie */
#gallerymenu	{
	margin: 0;
	list-style: none;
	text-align: left;
}
#gallerymenu li	{
	padding: 5px;
	padding-left: 10px;
	color:#FF9900;
	font-size: 1em;
	font-weight: bold;
}
#gallerymenu li a	{
	color:#FF9900;
	text-decoration:none;
}
.albumthumbnails {
	padding: 5px;
	border: 2px groove #f90;
}
.imageview {
	padding: 10px;
	border: 1px solid #FF9900;
}
a {
	color: #FF9900;
	text-decoration: none;
}
