html, body {
	background-image: url("images/deska.jpg");
	margin: 0;
	padding: 0;
        font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
	color:black;
}

#container {
	width:1060px;
	margin:0px auto 20px auto;
	border:none;
}

#containergaleria {
	width:1060px;
	margin:0px auto 20px auto;
	border:none;
}

#header {
	height:120px;
	background:url(images/header.png) top left repeat-x blue;
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#header h2 {
	color:#fff;
	font-size:16pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
	width:750px;
	margin: 10px 0 0 0;
	padding:10px;
	float:right;
	background-color: #f6f0e6;
	text-align: justify;
}

#contentgaleria {
	width:1050px;
	margin: 10px 0 0 0;
	padding:10px;
	float:right;
	background-color: #f6f0e6;
	text-align: justify;
}

#sidebar {
	width:200px;
	padding:10px 0px 10px 0px ;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
	color: black;
}

#sidebar ul li a {
	display:block;
	padding:3px 3px 3px 15px;
	width:182px;
	background:url(images/li-off.jpg) top left no-repeat #f6f0e6;
	text-decoration:none;
	background-color: #f6f0e6;
	color: black;
}

#sidebar ul li a:hover {
	background:url(images/li-on.jpg) top left no-repeat #f6f0e6;
	background-color: #f6f0e6;
	color: black;
}

.widget {
	border:1px solid #ccc;
	background:#f5f5f5;
	background-color: #f6f0e6;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9pt;
}

.widget-left {
	border:1px solid #ccc;
	background:#f5f5f5;
	background-color: #f6f0e6;
	padding:5px;
	text-align:left;
	margin:10px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9pt;
}

#content h3 {
	color:#333;
	font-size:12pt;
}

#imgbox {
	width:75px;
	height:75px;
	border:1px solid #e6bf88;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display: block;
}

#imgboxempty {
	width:77px;
	height:77px;
	border:none;
	background:inherit;
	margin:15px;
	float:left;
	display: block;
}

#imgboxgaleria {
	width:1024px;
	height:768px;
	border:1px solid #e6bf88;
	background:#f1f1f1;
	margin:15px 15px 5px 15px;
	float:left;
	display: block;
	clear: left;
}

#imgboxgaleriaver {
	width:768px;
	height:1024px;
	border:1px solid #e6bf88;
	background:#f1f1f1;
	margin:35px 15px 5px 15px;
	float:center;
	display: block;
	clear: left;
}

#imgboxgaleriapano {
	width:800px;
	height:450px;
	border:1px solid #e6bf88;
	background:#f1f1f1;
	margin:35px 15px 5px 15px;
	float:center;
	display: block;
	clear: left;
}

#galeriapodpis {
	width:700px;
	margin:0px 0px 0px 15px;
	float:left;
	display: block;
	clear: left;
}

#galeriakontakt {
	width:500px;
	margin:15px 15px 15px 15px;
	float:left;
	display: block;
	clear: left;
}

#galeriapowrot {
	width:200px;
	margin:0px 0px 0px 15px;
	float:right;
	display: block;
	clear: none;
}



















